anopheles wrote:
> Hi 
> 
> This problem might not effect very many people ...
> 
> Using dvbcut with patches up to and including Michaels #11 
> (not the latest from SVN)
> I normally use dvbcut to save to mpg using format: 
>       C: MPEG program stream/DVD (libavformat)
> without obvious problems.
> 
> Today I notice that if I attempt to *recut* such a file captured from 
> Channel4, saving to the same format, then I get lots of messages like:
> error, non monotone timestamps 81360 >= 81360
> error, non monotone timestamps 323280 >= 323280
> error, non monotone timestamps 368640 >= 368640
> error, non monotone timestamps 565200 >= 565200

I guess that's another timestamping bug in ffmpeg. One more reason not
to use the ffmpeg muxer.

> and when I play back the smaller mpg there are many brief bursts of loud 
> noise, presumably at the above locations. 
> 
> On the other hand, if I cut and save to format C as above, then recut and 
> save 
> with format:
>       B: MPEG program stream (DVBCUT multiplexer)
> then everything is ok.

As far as I can tell, the bug affects only decoding timestamps (DTS).
Ffmpeg calculates them from the PTS values, but in a rather crude way.
The dvbcut muxer is a little more clever and does The Right Thing (tm).

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to