← Car insurance Air-conditioner →
Command snippet: Convert wmv to flv on Ubuntu.
15/02/2010
First make sure ffmpeg is installed
If it is not installed type and follow the prompts
sudo apt-get install ffmpeg
Once ffmpeg is installed you can run the following command on your video file.
ffmpeg -i “INPUT_FILE.wmv” -sameq -acodec libmp3lame -ar 22050 -ab 96000 -deinterlace -nr 500 -s 518×288 -aspect 16:9 -r 20 -g 500 -me_range 20 -b 270k -deinterlace -f flv -y “OUTPUT_FILE.flv”
This entry was posted in Linux. Bookmark the permalink.
← Car insurance Air-conditioner →
Leave a Reply
You must be logged in to post a comment.







