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 322460 - encoding via gstreamer-lame using varial bittrate creates bogus metadata
encoding via gstreamer-lame using varial bittrate creates bogus metadata
Status: RESOLVED DUPLICATE of bug 322461
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.11
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-25 19:18 UTC by Sindre Pedersen Bjørdal
Modified: 2005-11-27 11:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Sindre Pedersen Bjørdal 2005-11-25 19:18:50 UTC
Version details: gstreamer-plugins-mp3-0.8.8-0
Distribution/Version: Fedora Core 5 test1

I ran into this using sound-juicer for GUI and the gstreamer pipeline:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=4 vbr-quality=6

This I assumed would produce the exact same results as ripping with lame
directly, using the lame command line flags: lame -V6 --new-vbr

However, when comparing the files, there are some differences in the file
metadata. Most noticably, the track length in the gstreamer track is wrong and
keeps changing during playback. The bittrated is also reported as constant and
32 kbit/s, while the file size, compared with the track encoded by lame
directly, indicates that the track is in deed ripped at variable bittrated using
the V6 setting. 

Both files attached.
Comment 1 Luca Ognibene 2005-11-27 11:22:42 UTC

*** This bug has been marked as a duplicate of 322461 ***