-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scale - resize #13
Comments
I got this work by change de method convert_options in mp4.rb file...
I included -s 320x200 |
Please, Let me know how subscribe this method without change files in the gem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I configured this gem in one rails 3 app, it's working fine! My question is about the scale(resizing) video method. Is it possible to use this option?
I tried this...
Voyeur::Media.new( filename: tmp_path ).convert( to: format.to_sym, output_filename: current_path, scale: "320:240" )
but appear to not worked.
The text was updated successfully, but these errors were encountered: