NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 85 86 87 88 89 … 1231 Next »
Comskip / Comclean with 1080i mpeg & h264 .ts files

 
  • 0 Vote(s) - 0 Average
Comskip / Comclean with 1080i mpeg & h264 .ts files
exiton
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2009
#1
2009-10-11, 05:39 PM
Hey guys,

I've been using GB-PVR for a while, and have always had great success with analog 480i using a combo of comskip / comclean. I've got a HDHomeRun (Mpeg2) and a HD-PVR (h264) in my system, and haven't been able to get comskip / comclean working with those 1080i .ts files. I know to get comclean support with h264, you have to make a donation, and I will once I get it working with standard HD mpeg2 1080i .ts files.

I know I'm not passing the .ts file name through to comclean3.bat, but not sure how do to that. Anyone have any tips or corrections to get it working with .ts files?

Thanks!

Postprocessing.bat

Code:
@echo off
echo Postprocessing.bat invoked on %1 recorded from channel %2 >>postprocessing.log

comskip %1

call Comclean3 %1 >>Comclean.log 2>>Comclean.err

IF EXIST "%~dpn1.info" DEL"%~dpn1.info"
IF EXIST "%~dpn1.txt" DEL "%~dpn1.txt"
IF EXIST "%~dpn1.log" DEL "%~dpn1.log"
IF EXIST "%~dpn1.edl" DEL "%~dpn1.edl"
IF EXIST "%~dpn1.logo.txt" DEL "%~dpn1.logo.txt"
IF EXIST "%~dpn1.mpg" goto mpg
IF EXIST "%~dpn1.ts" goto ts

:mpg
echo %1 is an MPG File >>postprocessing.log
IF EXIST "%~dpn1_clean.mpg" del "%~dpn1.mpg"
IF NOT EXIST "%~dpn1.mpg" MOVE "%~dpn1_clean.mpg" "%~dpn1.mpg"
goto continue

:ts
echo %1 is an TS File >>postprocessing.log
IF EXIST "%~dpn1_clean.ts" del "%~dpn1.ts"
IF NOT EXIST "%~dpn1.ts" MOVE "%~dpn1_clean.ts" "%~dpn1.ts"
goto continue

:continue

WizRenameRecording "%~f1" "{show}{[ - ]}{episode}{[ - ]}{month}{[-]}{day}{[-]}{yearShort}"
:eof

comclean3.bat

Code:
"C:\Program Files\Devnz\GBPVR\me\MPlayer-1.0rc2\mencoder.exe" "%~dpn1.mpg" -edl "%~dpn1.edl" -oac copy -ovc copy -of mpeg -o "%~dpn1_clean.mpg"
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2009-10-11, 06:05 PM
I also struggled with this problem for quite awhile and never found an acceptable solution. I finally bought VideoRedo and use that for commercial cleaning. It has solved my problem, and also transcodes the .ts into .mpg for me at the same time.

I use comskip to create the cut files (at recording time) and VideoRedo post recording to clean.
exiton
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2009
#3
2009-10-11, 07:07 PM
Is there a guide out there for setting up videoredo to work on post commercial cuts? Also, they aren't supporting h264 yet are they?
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2009-10-11, 07:25 PM
exiton Wrote:Is there a guide out there for setting up videoredo to work on post commercial cuts?
Not that I am aware of. I can post a snippet from my postprocessing.bat file to get you going though.

Quote:Also, they aren't supporting h264 yet are they?
From their Forum (dated 08-12-2009):
Quote:
I am closing this thread.

As has been previously posted:
Please send me a PM (Private Message) if you wish to join the Alpha testing for H.264

You must be a registered TVSuite user and registered on this forum.

If the email address you use for the forum is different than the email used to purchase, please provide the purchase email in your PM so I can confirm you are a registered TVSuite user to participate.
exiton
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2009
#5
2009-10-11, 07:27 PM
Thanks, I'd appreciate your postprocessing.bat to get me in the right direction.

Thanks again!
Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#6
2009-10-11, 11:09 PM
I had this bookmarked. http://forums.nextpvr.com/showthread.php...post322313 Wonder if it helps. It is a little old and the last post has a link to http://www.invisiblegeek.com/?p=234#more-234 which takes forever to load and it looks like the links are broken.
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#7
2009-10-12, 04:45 AM
exiton Wrote:Thanks, I'd appreciate your postprocessing.bat to get me in the right direction.

Thanks again!

My postprocessing flow has morphed over time and requires several supporting files. You can probably tweak and remove alot of items that are not useful to you.



The process is composed of two main batch files:
  1. postprocessing.bat simply appends the recorded file into a queue (PostProcessq.txt). This lets me record several program throughout the day (or several days), then perform commercial editing/cleaning for all at one time.
  2. ProstProcessQ.cmd This queue (PostProcessQ.txt, simply a list of filenames), is then processed by manually running a script called PostProcessQ.cmd. This is where all the work is done.
My PostProcessQ.cmd does the following:
  • Creates (and archilves old) logfile
  • As it processes each file, it saves the original (and all associated comskip files) in a backup directory
  • Allows you to preview (and edit) commercial cut points with either VideoRedo or Comskip
  • Allows you to choose what type of commecial cleaning process to use: VideoRedo, DVRCUT, Comclean, Comclean2, Comclean3.
  • Rename the resulting recording into a more readable filename using WizRenameRecording
  • Retrieve Metadata and Thumbnail image from internet (IMDB or TheTvDB) for each recording.
When starting out, make sure to run VideoRedo and set options under General Parameters to Default File Save Format: MPEG program stream, then all your .ts files will automatically be transcoded to MPEG files.

I've zipped most of the files and attached. If you need help tweaking it to your needs, let me know...
exiton
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2009
#8
2009-10-12, 01:01 PM
JavaWiz: Wow.... It will take me a day or two to get my hands on everything you have going on. Nice work.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#9
2009-10-12, 11:34 PM
I could probably trim it down to just VideoRedo pretty easily if that would help.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  No sound for French DVB-T H264 channels with E-AC3 tracks jorionpi 7 4,677 2011-06-26, 01:25 AM
Last Post: sub
  0 sized files pjm460 4 2,019 2010-12-17, 05:15 PM
Last Post: sub
  Zero-size recording files rawlings471 1 1,641 2010-12-05, 04:12 PM
Last Post: sub
  original files not deleting David B 2 1,701 2010-11-28, 07:22 PM
Last Post: David B
  TS To MPEG 2 Utility skycyclepilot 11 5,009 2010-11-22, 08:59 AM
Last Post: goelectric
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 2,018 2010-11-04, 11:37 PM
Last Post: Jwbrit
  Missing Crossbar Files? David B 8 3,039 2010-11-02, 01:12 AM
Last Post: David B
  FLV files as recordings keith_leitch 10 3,808 2010-09-22, 09:12 PM
Last Post: keith_leitch
  Unable to process .ts files for recording on DVD Trevor_de_S 1 1,509 2010-08-18, 10:50 PM
Last Post: sub
  Auto Converting TS Files To MPEG2 Not Working skycyclepilot 2 1,949 2010-07-06, 10:35 AM
Last Post: skycyclepilot

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode