NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 15 16 17 18 19 … 56 Next »
ComCut - Automatically clean recordings of commercials

 
  • 0 Vote(s) - 0 Average
ComCut - Automatically clean recordings of commercials
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#61
2007-01-12, 04:48 AM
broadband412 Wrote:Hi, I dion't see the postprocessing.bat file in my gbpvr folder. I have gbpvr installed in the default directory of C:\Program Files\devnz\gbpvr. Where exactly is it. Is it in any of hte sub folders in gbpvr folder? In gbpvr config app, i have the commercial detection option torun after the rcording in processing tab. Using gbpr v 0.99.5

If it's not there, just create a new file called "postprocessing.bat" and type in:

Code:
@echo off
comcut %1

and save it
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#62
2007-01-12, 04:52 AM
davisj36 Wrote:I ran this on my wifes "what not to wear" directory and I work on most of the files... about 25% of the files were not touch... I found the following in the error repected several time (Once of each file skipped):

1/9/2007 7:30:37 PM - ParseComskipLog - Log had no valid commercial segments to remove. No further processing will occur.
1/9/2007 8:12:46 PM - ParseComskipLog - Log had no valid commercial segments to remove. No further processing will occur.

Any idea's?

That error occurs if ComCut's log parser wasn't able to find any commercial segments to be removed. Were there comskip log files for those recordings? Did you have the Comskip options set to run comskip if the log file was corrupt?
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#63
2007-01-12, 04:56 AM
sfnet Wrote:in error.log file
-------------------------
1/10/2007 12:40:55 AM - MPEG2Cut - mpgtx exited with error code 1
1/10/2007 12:40:55 AM - ProcessComCut - Error cutting MPEG2 file.
Output file may already exist or commercials have already been removed.
-------------------------
Both stable & beta version produces this error.

mpgtx will exit with that error code if the output file already exists. It will be the same as the original filename, but the extension is ".comskip.mpg". It could also be that commercials have already been removed from that file.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#64
2007-01-12, 08:21 AM
NiteShdw Wrote:My process is
1. mpgtx is run on the original MPG file
2. mpgtx is used to demux the cut file
3. mplex1 is used to remux the demuxed output

Are you suggesting that mpgtx (step 1) should be run after the demux/remux?

No. Your process is OK.
mpgtx cutting (step 1) will create a corrupt timeline. step 2 and 3 solve that.

Some users reported that the demux/remux using mpgtx and mplex1 is not able to repair the timeline when using certain recording devices. Those users had to switch to a different timeline repair strategy such as using mencoder.
Don't ask me why things may (not) work. I don't have any problems to play back a corrupt timeline using my Philips SL400/i Smile
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
sfnet
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Nov 2006
#65
2007-01-12, 04:41 PM
NiteShdw Wrote:mpgtx will exit with that error code if the output file already exists. It will be the same as the original filename, but the extension is ".comskip.mpg". It could also be that commercials have already been removed from that file.

Situation:
Folder has only on mpg file. Just recorded by gbpvr, new file.
I dragged and dropped mpg file on comcut.exe shortcut
<option in comcut, run comskip if log files are not found>
after dropping the file, comskip runs, created those log files. The next step fails and error log is created.

This doesn't happen to all files. Some of them were cleaned successfully.

Any suggestions.

Thanks for a nice utility
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#66
2007-01-12, 06:22 PM
sfnet Wrote:Situation:
Folder has only on mpg file. Just recorded by gbpvr, new file.
I dragged and dropped mpg file on comcut.exe shortcut
<option in comcut, run comskip if log files are not found>
after dropping the file, comskip runs, created those log files. The next step fails and error log is created.

This doesn't happen to all files. Some of them were cleaned successfully.

Any suggestions.

Thanks for a nice utility
Please post the comskip log of the file that fails
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#67
2007-01-12, 08:54 PM
Make sure that you have ComCut set to NOT delete the comskip files.
railso
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jan 2007
#68
2007-01-13, 07:45 PM
this sounds like a great tool, but I can't get it to work. I tried dragging and dropping a file on the exe and got this error:

"ProcessComCut - Error cutting MPEG2 file. Output file may already exist"

I also tried running it from the command line, same thing. can I not run it this way?
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#69
2007-01-13, 08:00 PM
railso Wrote:this sounds like a great tool, but I can't get it to work. I tried dragging and dropping a file on the exe and got this error:

"ProcessComCut - Error cutting MPEG2 file. Output file may already exist"

I also tried running it from the command line, same thing. can I not run it this way?

You should be running build 76. First, make sure you run the program by itself to set all the parameters, especially the program locations for the MPEG2 cutting utilities.

I suppose I should make the program verify that you've set those up first...
railso
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jan 2007
#70
2007-01-13, 08:42 PM
NiteShdw Wrote:You should be running build 76. First, make sure you run the program by itself to set all the parameters, especially the program locations for the MPEG2 cutting utilities.

I suppose I should make the program verify that you've set those up first...

I read the output again and it was an "invalid range" error. looks like the problem is that the first cut starts at 0 seconds...if I change it to 1 second I don't get that error...
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (16): « Previous 1 … 5 6 7 8 9 … 16 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Avidemux: Perfectly Cut Out Commercials, Clips, Etc. BTJustice 12 30,924 2012-11-14, 02:29 PM
Last Post: thomasaherzog
  NPVR Rename Recordings Batch File raceviper13 8 8,440 2011-04-23, 11:52 PM
Last Post: raceviper13
  Showname - Rename utility for GBPVR recordings Anthony 0 1,581 2009-03-05, 05:40 PM
Last Post: Anthony
  mTranscode BETA - automatic encoding of recordings jam_zhou 82 34,620 2008-10-21, 08:13 PM
Last Post: jam_zhou
  Video Podcasts of GBPVR Recordings fering 9 5,074 2008-03-16, 08:30 PM
Last Post: Grenlen
  Marking Commercials with Remote in GB-PVR wtg 12 5,138 2007-02-01, 11:51 AM
Last Post: radar
  cleanup \Recordings\<showname> folders BobAtTorrey 2 1,674 2007-01-22, 04:11 AM
Last Post: BobAtTorrey
  Recordings2 - New Recordings Viewer psycik 25 8,162 2006-10-20, 12:11 AM
Last Post: psycik
  Recordings Viewer - version 2 psycik 18 5,488 2006-08-15, 07:48 AM
Last Post: mila06
  Manage conflicted recordings from the system tray Mister Slimm 0 1,163 2006-08-05, 08:25 PM
Last Post: Mister Slimm

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

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

Linear Mode
Threaded Mode