[FFmpeg-user] FFMpeg native aac decoder

bat guano batguano999 at hotmail.com
Sun Jun 24 06:37:37 CEST 2012





> 
> #now convert music
> ffmpeg -i audio.wav -acodec libvorbis -aq 60 audio.ogg
> 

Hi
This isn't right, -aq 60 is no good.

For libvorbis the -aq value needs to be a number in range -1 to 10.

Look at the list here ---> http://en.wikipedia.org/wiki/Vorbis#Technical_details
 		 	   		  


More information about the ffmpeg-user mailing list