Return to Snippet

Revision: 32825
at October 2, 2010 19:34 by mikael12


Initial Code
#!/bin/bash
#
# Usage: ogv2avi input.ogv aoutput.avi
mencoder "$1" -ovc xvid -oac mp3lame -xvidencopts pass=1 -o "$2"

Initial URL


Initial Description


Initial Title
OGV to AVI with ffmpeg

Initial Tags


Initial Language
Bash