Skip to content

A super simple way to convert almost any video to MP4, WebM (vp8), Ogg Theora, or for Android, iPhone, and more.

License

Notifications You must be signed in to change notification settings

stephenjudge/mirovideoconverter3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miro Video Converter 3 Build Status

About

Miro Video Converter is super simple way to convert almost any video to MP4, WebM (vp8), Ogg Theora, or for Android, iPhone, and more.

This is an in-progress rewrite of the existing application. If you're looking for that code, it's over here.

Requirements

  • Python 2.7
  • FFmpeg
  • FFmpeg2Theora (for conversions to Theora/Ogg)
  • GTK2 and its Python bindings (for the GTK UI)

On Debian/Ubuntu, that looks like:

$ sudo apt-get install -y python2.7 ffmpeg ffmpeg2theora python-gtk2

Running

$ git clone http://github.com/pculture/mirovideoconverter3
$ cd mirovideoconverter3
$ python2.7 test/runtests.py # Unit tests
$ python2.7 -m mvc.ui.gtk_ # GTK interface
$ python2.7 -m mvc.ui.console [filename to convert] [conversion type] # console interface

Contact

If you'd like to help out, the best way to contact us is either the develop mailing list or the #miro-hackers IRC channel on Freenode.

Other resources

About

A super simple way to convert almost any video to MP4, WebM (vp8), Ogg Theora, or for Android, iPhone, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published