Archive

Posts Tagged ‘ogv’

ogv2avi conversion

October 7, 2011 Leave a comment
#!/bin/sh
# ogv to avi
# put it to $HOME/bin/ogv2avi
mencoder "$1" -ovc xvid -oac mp3lame -xvidencopts pass=1 -o "$2"

Tip from here.

Categories: bash Tags: , , ,
Follow

Get every new post delivered to your Inbox.

Join 42 other followers