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
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#131
2007-04-24, 03:55 PM
NiteShdw Wrote:I was referring the the timestamp issue known to exist with PVR-150 drivers. I could be completely wrong, but I am guessing that mpgtx doesn't work well with MPEG-2 files that have incorrect timelines, as mentioned in the forum thread and that wiki article.

I have had quite a few recordings that mpgtx has refused to cut, claiming that the time periods to be removed were invalid.

You are completely right.
Sometimes mpgtx does not care about a timestamp problem, sometimes it refuses. It depends on the kind of discontinuety and the location in the recording. Can not be predicted.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
crossnet
Offline

Member

Posts: 179
Threads: 25
Joined: Oct 2005
#132
2007-04-24, 08:38 PM
NiteShdw,

Thanks for the quick reply. I couldn’t locate an "error.log" file, so I decided to conduct a more extensive test. I set up a batch of 7 mpg files and watched the entire process. I discovered that comcut was skipping every other file after the first.

It correctly processed the 1st, 3rd, 5th and 7th file, but not the others. I repeated this run and had the same results. I then ran comcut on the 3 unprocessed files and this time the the 1st and 3rd files were processed, but 2nd file was skipped. Finally, I ran the last file alone and it was processed correctly.

Since all the files could be processed correctly, I don't think the problem is related to a corrupt mpg.

I hope this helps. Please let me know if there is anything else I can do or test.

crossnet

gb-pvr 99.5
PVR-150
PVR-150MCE
P4 2500
1 GB memory
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#133
2007-04-24, 09:48 PM
erik Wrote:You are completely right.
Sometimes mpgtx does not care about a timestamp problem, sometimes it refuses. It depends on the kind of discontinuety and the location in the recording. Can not be predicted.

In that case, can you suggest a more reliable cutting tool? I've worked a little on automating Cuttermaran, but I like the idea of command line utilities better because I can have a bit more control over them within my GUI.

I noticed one of the comclean batch files on the comskip site uses mencoder. Does that provide more consistant and predictable results, or does it actually re-encode the entire stream?

Other than that, the only thing that I can think of is to use BBDMUX to demux the MPG file first, then cut and join them with MPGTX, assuming that MPGTX can cut/join separate audio and video streams.

If I was really smart, I'd figure out how to write the code to do it all myself, but alas, I am not. I'd be really excited if someone had some .NET code to split/join MPEG-2 files!
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#134
2007-04-25, 05:28 AM
NiteShdw Wrote:I noticed one of the comclean batch files on the comskip site uses mencoder. Does that provide more consistant and predictable results, or does it actually re-encode the entire stream?

Mencoder does not reencode the entire stream. It is not as fast as mpgtx but as fast as any of the other GUI cutting tools and it does not first demux, then cut, and then mux again leading to huge defragmentation and slow processing.
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
#135
2007-05-07, 03:06 AM
I've updated the beta version to support mencoder. Visit the ComCut website and download the beta package. It does not include mencoder in the package.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#136
2007-05-07, 03:39 AM
NiteShdw Wrote:I've updated the beta version to support mencoder. Visit the ComCut website and download the beta package. It does not include mencoder in the package.

OK .... I give up ..... where is it exactly Big Grin :eek: :confused:
k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
Arganbright
Offline

Junior Member

Posts: 21
Threads: 2
Joined: Oct 2006
#137
2007-05-26, 03:07 PM
NiteShdw, I'd really like to see transcoding as an option after the commercial processing is complete, then update the d/b to point to the transcoded file.
[SIZE="1"]Dell Optiplex GX260 - P4 2.8 512Mb 40Gb for O/S, 2-250Gb RAID 0 for recordings PVR150
gbpvr 99.12 - Slimmgbpvr - Comskip - Comcut[/SIZE]
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#138
2007-05-26, 05:17 PM
I'll start working on it. I've already added mencoder as an option for cutting MPEG-2 files, which works much better than the previous method. What kind of transcoding options would you like to see?
Arganbright
Offline

Junior Member

Posts: 21
Threads: 2
Joined: Oct 2006
#139
2007-05-30, 08:12 AM
I'll have to give mencoder a try!
Personally, I would probably use Divx or Xvid mostly, but I bet other folks would like some other options. Probably an iPod option for those with video iPod. Maybe a WMV option for folks with mobile Windows devices.
[SIZE="1"]Dell Optiplex GX260 - P4 2.8 512Mb 40Gb for O/S, 2-250Gb RAID 0 for recordings PVR150
gbpvr 99.12 - Slimmgbpvr - Comskip - Comcut[/SIZE]
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#140
2007-07-19, 05:55 AM
ComCut 1.2 build 85 released

This is a minor update.
* Added code to check for locked files and retry file operation
* Removed debug output (output.txt) that was enabled in the last build

The last version added support for mencoder. Put it in the same folder as mpgtx.exe. You can get Windows binaries here: http://oss.netfarm.it/mplayer-win32.php.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (16): « Previous 1 … 12 13 14 15 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,436 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