TheBuzzSaw
June 17th, 2009, 04:15 PM
http://ubuntuforums.org/showthread.php?t=665836
mencoder -idx input.ogv -ovc lavc -oac mp3lame -o output.avi
This code has helped out immensely, but I have a few questions.
Can I convert to mpg instead? What would I have to change in this line besides the file extension?
Also, could someone help me convert this into a bash script? I know some basic bash scripting, but I've not worked with script parameters before.
mencoder -idx input.ogv -ovc lavc -oac mp3lame -o output.avi
This code has helped out immensely, but I have a few questions.
Can I convert to mpg instead? What would I have to change in this line besides the file extension?
Also, could someone help me convert this into a bash script? I know some basic bash scripting, but I've not worked with script parameters before.