You are not logged in.
Pages: 1
Is there a theora to mpeg converter? I tried googling and searching pacman and can't find a converter for this. I am asking because I need to present my graduation project(programming a game in python) and I need a way to convert the ogg theora format to mpeg so it works correctly on my school computers >.<
Offline
Mplayer does all you wish. Something like
mencoder input.ogg -o output.mpeg -ovc lavc -oac mp3lame
does the trick. If your need help see the great wiki from the Gentoo folks: http://gentoo-wiki.com/HOWTO_Mencoder_I … tion_Guide
Offline
Thanks mate
Offline
Pages: 1