/ogv2avi

This is actually mencoder command wrapped into python code. Convert .ogv file into .avi video file by using mencoder. Make sure mencoder installed before using this script. Usage example: $> python ogv2avi.py -i video.ogv -o output.avi ... or ... $> ./ogv2avi.py -i video.ogv -o output.avi

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This repository is not active