Is it possible to write a single ffmeg command to change the audio bitrate of an AVI file? Or must I write one line to demux the audio, another to change the bitrate and then a third to remux?
I keep getting error messages when I try to do it in one line, like this:
ffmpeg -i input.avi -vcodec copy -ab 192 output.avi
Any help will be sincerely appreciated.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Use -acodec libmp3lame
ffmpeg does not use installed codecs, only its own built-in ones.
Similar Threads
-
Changing bitrate of an audio file
By prohank in forum AudioReplies: 2Last Post: 6th Mar 2011, 06:34 -
ffmpeg bitrate
By heruvim in forum Newbie / General discussionsReplies: 1Last Post: 8th Dec 2009, 07:10 -
changing video speed with ffmpeg ?
By jdetwile in forum Newbie / General discussionsReplies: 1Last Post: 6th Mar 2008, 14:23 -
Changing AC-3 Bitrate
By kotton in forum AudioReplies: 5Last Post: 1st Sep 2007, 22:29 -
Changing AC-3 Bitrate
By kotton in forum Video ConversionReplies: 2Last Post: 1st Sep 2007, 21:05