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