ogv to avi Ubuntu

Faster way to convert ogv to avi files on Linux is:

Open your Terminal and go to the directory your .ogv file is located (example:)
cd /home/nim/Videos
Write the following code into Terminal (change yourfile with your file's name):
mencoder -idx yourfile.ogv -ovc lavc -oac mp3lame -o yourfile.avi
NOTE: You may need  to install mencoder first. Just do it:
sudo apt-get install mencoder

0 comments:

Post a Comment