Closed ramontayag closed 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, ...)
Oops. Didn't understand the way tagging and commits worked. Closing this.
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.