I use winff (the GUI for ffmpeg) to convert audio/video to different formats. Yesterday I was trying to convert an flv video to 3gp (so that I could see it on my mobile phone), but it doesn't show the option to convert to 3gp. Are codecs missing in ffmpeg? Do I need to download such codecs from the repositories? Please, help.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
ffmpeg -i infile.flv -s qcif -vcodec h263 -acodec libamr_nb -ac 1 -ar 8000 -r 25 -ab 12200 -y outfile.3gpand get the proper output? Do you get any error message when you use winff? – devav2 Oct 9 '12 at 1:20