[FFmpeg-user] libvo-aacenc

bat guano batguano999 at hotmail.com
Mon Sep 3 00:41:27 CEST 2012





> 
> I'm having trouble encoding with aac. It seems that the current working version 
> is "libvo-aacenc", and it's listed as enabled, but it's complaining that it's an 
> unknown encoder. This time, I'm posting the whole command/output because I might 
> have made a mistake - anyone?
> 
Hi
In the FFmpeg command libvo-aacenc needs an underscore(_), not a hyphen(-).
ffmpeg -i input.mkv -sn -c:a libvo_aacenc -b:a 128k -ac 2 -c:v copy output.mp4
 		 	   		  


More information about the ffmpeg-user mailing list