GNOME Bugzilla – Bug 369621
[avidemux] Out-of-sync playback with VBR MP3 audio
Last modified: 2006-11-14 15:55:46 UTC
AVI files generated by Acidrip (a frontend for MEncoder) use VBR MP3 by default. These files are always out of sync when played back using GStreamer, but play correctly in MPlayer, Xine and VLC. This may be related to bug #368681, which shows a similar problem when trying produce AVIs with VBR MP3 audio using GStreamer. A sample file (5.1MB) is available temporarily at http://www.maths.bath.ac.uk/~tcb21/out_of_sync.avi and can easily be generated using Acidrip with the default options.
Thanks, file also uploaded to http://gstreamer.freedesktop.org/media/incoming/
* gst/avi/gstavidemux.c: (gst_avi_demux_massage_index): Disable init_frames delay timestamp adjustment, it does not seem to be needed at all. Fixes #369621.