[FFmpeg-user] ffmpeg-opus install related question

bat guano batguano999 at hotmail.com
Mon Jan 14 20:22:31 CET 2013




----------------------------------------

> ffmpeg -i /home/mark/tester.wav -c:a libopus -b:a 64k -ar 48000 -ac 2
> /home/mark/tester2.opus
>
> Unrecognized option 'c:a'
> ffmpeg: failed to set value 'libopus' for option 'c:a'
> _______________________________________________
Try again:-
ffmpeg -i tester.wav -acodec libopus -ab 64k -ar 48000 -ac 2 tester2.opus
 		 	   		  


More information about the ffmpeg-user mailing list