[FFmpeg-trac] #431(undetermined:open): When converting audio to an MP3 using CBR, result is reported VBR

FFmpeg trac at avcodec.org
Thu Sep 8 00:25:30 CEST 2011


#431: When converting audio to an MP3 using CBR, result is reported VBR
-------------------------------------+-------------------------------------
             Reporter:  schtorch     |                    Owner:  michael
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  CBR          |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by schtorch):

 This also works like a charm and results in a correct bit rate mode:
 {{{
 # ffmpeg -i test_orig.mp3 -ab 128k -f mp3 - >test_ffmpeg_cbr.mp3
 }}}


 {{{
 # mediainfo test_ffmpeg_cbr.mp3
 General
 Complete name                    : test_ffmpeg_cbr.mp3
 Format                           : MPEG Audio
 File size                        : 3.23 MiB
 Duration                         : 3mn 31s
 Overall bit rate                 : 128 Kbps
 Encoding settings                : Lavf53.11.0

 Audio
 Format                           : MPEG Audio
 Format version                   : Version 1
 Format profile                   : Layer 3
 Mode                             : Joint stereo
 Mode extension                   : MS Stereo
 Duration                         : 3mn 31s
 Bit rate mode                    : Constant
 Bit rate                         : 128 Kbps
 Channel(s)                       : 2 channels
 Sampling rate                    : 44.1 KHz
 Stream size                      : 3.23 MiB (100%)

 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/431#comment:7>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list