GNOME Bugzilla – Bug 515562
[avidemux] Seeking broken in 0.10.6.2
Last modified: 2008-02-11 21:24:47 UTC
Hi, after upgrading to the latest -good pre-release seeking seems to be broken in all (?) AVI files. When seeking in totem the following things happend to me: a) totem "plays" from the new position but I only get a black image (sound is ok) b) totem plays from the new position, audio is ok but I only get ~0.5 fps for the video I didn't find a single AVI file that worked :)
AOL!.. I'm seeing the same behaviour, reverting -good to the latest (non-pre) release and all is fine again.
Yeah, that's pretty obviously broken :-/
can't reproduce that behaviour with head of everything :( At least non on common avi+divx files.
Actually, this is broken for me right from the start, with all my AVI/Xvid files - it doesn't require seeking. The problem is with Wim's "only send DTS timestamps" - I guess ffmpeg 0.10.3 doesn't interpolate the timestamps correctly. It's probably fixed by upgrading ffmpeg, which is not an acceptable answer.
Created attachment 104873 [details] [review] revert avi 'DTS only' patch
Great, fixes it for me :)
ok, this means I have to implement the logic for detecting DTS vs PTS timestamps in ffmpeg. Will try soon. I guess this should be a blocker for releasing ffmpeg.
OK, committing: 2008-02-11 Jan Schmidt <jan.schmidt@sun.com> * gst/avi/gstavidemux.c: Revert patch which sends timestamps only on keyframes, as it breaks playback with current gst-ffmpeg. Fixes: #515562