[FFmpeg-user] ffmpeg-opus install related question

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




i am unable to use the "-f opus" to create an opus file.    

./ffmpeg  -i /home/mark/tester.wav * -f  opus*  /home/mark/tester2.opus   ;

Hi
Use a command like this:-

ffmpeg -i tester.wav -c:a libopus -b:a 64k -ar 48000 -ac 2 tester2.opus
 		 	   		  


More information about the ffmpeg-user mailing list