2017-12-30 3:46 GMT+01:00 Carl Zwanzig <[email protected]>: > Using a handy VOB, I did a conversion and created a pair of files of the > first ~2 minutes. The lack of sync is quite apparent in the last 15 seconds. > > Original- https://www.dropbox.com/s/l4mw62oz62xbph3/tb-orig.mpg
The film intro is not stricly 24000/1001 frames, you can see this: on the "drop" count in the status line on the "29.97 fps" entry in the input section (and on the mplayer status output) Solution is to force the input framerate for the whole file: -vf framerate=24000/1001,telecine This will drop some frames in the intro, other solutions may be possible. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
