[FFmpeg-devel] [PATCH] Lost VBR header

Peter Belkner pbelkner at snafu.de
Fri Apr 15 12:19:32 CEST 2011


Hi,

FFmpeg is known for eating up the VBR header of MP3 files in case of 
stream copy as e.g.

    ffmpeg -i a.mp3 -acodec copy -y b.mp3

The patch fixes this provided the "-acodec" switch is given in front of 
the "-i" switch:

    ffmpeg -acode copy -i a.mp3 -y b.mp3

Apart from this subtility the patch should improve "libavformat.a" in 
order that third party client code may copy MP3s without losing the VBR 
header (as. e.g. my R128GAIN, see below).

I really would apreciate if you could apply the patch or provide an 
equivalent solution.

Thank you for your ongoing effort.

Peter

http://r128gain.sourceforge.net/
http://in-ffsox.sourceforge.net/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: submission.diff
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110415/73d52334/attachment.ksh>


More information about the ffmpeg-devel mailing list