Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekaputra07/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
https://github.com/ekaputra07/ogv2avi

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project