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 fileBy prohank in forum AudioReplies: 2Last Post: 6th Mar 2011, 07:34
- 
  ffmpeg bitrateBy heruvim in forum Newbie / General discussionsReplies: 1Last Post: 8th Dec 2009, 08:10
- 
  changing video speed with ffmpeg ?By jdetwile in forum Newbie / General discussionsReplies: 1Last Post: 6th Mar 2008, 15:23
- 
  Changing AC-3 BitrateBy kotton in forum AudioReplies: 5Last Post: 1st Sep 2007, 23:29
- 
  Changing AC-3 BitrateBy kotton in forum Video ConversionReplies: 2Last Post: 1st Sep 2007, 22:05


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote