devthenet / voyeur

Voyeur is a ruby gem that converts almost any video format into the common formats you need to display HTML5 video
http://devthenet.github.com/voyeur/
148 stars 15 forks source link

User can specify a converter given the class #7

Closed ramontayag closed 12 years ago

ramontayag commented 12 years ago

I want to make my own Mp4 converter, and let's say it's at MyApp::VideoConverters::Mp4. There's no way to pass this in right now. I'll send a pull request in a short while that allows one to pass in the class also.

.convert(to: MyApp::VideoConverters::Mp4, ...)
ramontayag commented 12 years ago

Oops. Didn't understand the way tagging and commits worked. Closing this.