ffmpeg only giving me 32kbps

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
BlueScreen

ffmpeg only giving me 32kbps

Post by BlueScreen »

Here is my command line invocation of ffmpeg:

Code: Select all

ffmpeg -i ~/2.One_Of_Us.m4a -acodec libmp3lame -ab 128k -ac 2 -ar 44100 ~/OneOfUs.mp3
And I get the following as output:

Code: Select all

glenn@Design ~ $ ffmpeg -i ~/2.One_Of_Us.m4a -acodec libmp3lame -ab 128k -ac 2 -ar 44100 ~/OneOfUs.mp3
ffmpeg version 0.8.9-6:0.8.9-0ubuntu0.13.04.1, Copyright (c) 2000-2013 the Libav developers
  built on Nov  9 2013 19:15:52 with gcc 4.7.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/glenn/2.One_Of_Us.m4a':
  Metadata:
    major_brand     : dash
    minor_version   : 0
    compatible_brands: iso6mp41
    creation_time   : 2013-06-24 21:19:06
  Duration: 00:10:47.04, start: 323.523628, bitrate: 127 kb/s
    Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16
    Metadata:
      creation_time   : 2013-06-24 21:19:06
File '/home/glenn/OneOfUs.mp3' already exists. Overwrite ? [y/N] y
Output #0, mp3, to '/home/glenn/OneOfUs.mp3':
  Metadata:
    major_brand     : dash
    minor_version   : 0
    compatible_brands: iso6mp41
    TDEN            : 2013-06-24 21:19:06
    TSSE            : Lavf53.21.1
    Stream #0.0(und): Audio: libmp3lame, 44100 Hz, stereo, s16, 128 kb/s
    Metadata:
      creation_time   : 2013-06-24 21:19:06
Stream mapping:
  Stream #0.0 -> #0.0
Press ctrl-c to stop encoding
size=    5056kB time=323.55 bitrate= 128.0kbits/s    
video:0kB audio:5056kB global headers:0kB muxing overhead 0.005042%
glenn@Design ~ $ 
So I should have a bitrate of 128k, but when I play it, I've only got a bitrate of 32k.

Can anyone enlighten me of where I went wrong?

...anyone...?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
BlueScreen

Re: ffmpeg only giving me 32kbps

Post by BlueScreen »

...anyone...?
Locked

Return to “Sound”