Rantings of an IB Student

Nonsensical Rants That We Can Believe In ©

Convert OGG to AVI in Ubuntu January 12, 2007

Filed under: General, My Computer, My Sites, Ubuntu Linux — Brian @ 8:32 pm

mencoder is a package that allows you to convert files from one video format to another – there’s currently no GUI for it in Ubuntu.  You can convert it to other types and add a whole bunch of options, but we’ll just focus on this.   :D

1) Get mencoder.

sudo apt-get install mencoder

2) Move the files to the directory.

3) cd (change directory) into the directory where the files are.

4) Convert:

mencoder -idx test.ogg -ovc lavc -oac mp3lame -o test.avi
 

One Response to “Convert OGG to AVI in Ubuntu”

  1. zl52oreo Says:

    *obediently says* hi


Leave a Reply