Hi! I modified the indexer a little. The first modification improves frame ordering when a sequence header or I frame is missing. The second one suppresses the bunch of "inconsistent video PTS (-1696), NOT correcting" messages I get sometimes (e.g. with ZDF material). It still doesn't correct the timestamps, though - it just adapts to the change.
The PTS offset (it's always -1696) is probably caused by an incorrect PTS overflow (note: (1 << 32) % 3600 == 1696, where 3600 is the frame period for PAL, 40ms). I'll have to check whether it's caused by faulty raw material or by dvbcut itself, and how it can be corrected. Stay tuned, -- Michael "Tired" Riepe <[EMAIL PROTECTED]> X-Tired: Each morning I get up I die a little ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
