You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. A transcoded `:medium` FLV file with the requested dimensions if they will match the aspect ratio of the original file, otherwise, width will be maintained and height will be recalculated to keep the original aspect ration.
43
+
2. A screenshot `:thumb` with the requested dimensions regardless of the aspect ratio.
44
+
45
+
You may optionally add `<attachment>_meta` to your model and it will get populated with information about the processed video.
22
46
23
47
## Contributing
24
48
25
-
1. Fork it ( https://github.com/[my-github-username]/paperclip-av-transcoder/fork )
49
+
1. Fork it ( https://github.com/ruby-av/paperclip-av-transcoder/fork )
26
50
2. Create your feature branch (`git checkout -b my-new-feature`)
27
51
3. Commit your changes (`git commit -am 'Add some feature'`)
28
52
4. Push to the branch (`git push origin my-new-feature`)
0 commit comments