After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 369621 - [avidemux] Out-of-sync playback with VBR MP3 audio
[avidemux] Out-of-sync playback with VBR MP3 audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-02 20:19 UTC by Tristan Brindle
Modified: 2006-11-14 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Brindle 2006-11-02 20:19:47 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.
Comment 1 Tim-Philipp Müller 2006-11-02 20:44:46 UTC
Thanks, file also uploaded to http://gstreamer.freedesktop.org/media/incoming/

Comment 2 Wim Taymans 2006-11-14 15:55:46 UTC
        * 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.