Hi! As I said: >>>The "non-monotonous" message is not an indicator - the libavformat muxer >>>(at least the included version) uses a wrong formula to calculate the >>>timestamps (DTS, IIRC). >> >>Could you perhaps elaborate so the DTS computation can be fixed? > > I will have to grep my mail archives for that. Stay tuned.
Actually it's the PCR that's wrong, not the DTS. The muxer calculates it from the PTS, which happens to be non-monotonous (because B frames are delayed, and therefore have earlier PTS times than the preceding I or P frame). This in turn may break audio on some (standalone) DVD players. -- 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
