> As far as I can tell, this is a mythtranscode issue. In the cutlist > editor, the cutpoints all look fine, and ffmpeg merely encodes exactly > what mythtranscode sends it (doesn't have its own cutpoint handling that > I can find, or I'd be using it). Initially, I'd guess that this has > something to do with mythtranscode wanting to wait for key frames or > something like that, but I've had it send whole commercial segments for > a show (only the first cut is honored).
If you run mythtranscode with the "-v general" command line option, it should print out a message like "Fast-Forwarding from 1242 to 1850" every time it skips a cut portion. You could also try putting some debug statements in NuppelVideoPlayer::TranscodeGetNextFrame() to see when the cuts are skipped or not skipped and maybe that would give a clue as to why. -- Chris
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
