ruby-av / paperclip-av-transcoder

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv
MIT License
135 stars 83 forks source link

Readds auto-rotate option #37

Closed joaoffcosta closed 8 years ago

joaoffcosta commented 8 years ago

Thumbnails are being generated with the wrong orientation even when using the auto_rotate option.

Digging through the source, I found out that auto_rotation option is not doing anything. I also found out that the paperclip-ffmpeg gem did support this before: https://github.com/owahab/paperclip-ffmpeg/commit/3e3670432378bd0648b4ffd51d3038f2a3f620f2

So I basically applied the same to the paperclip-av-transcoder gem. I'm not sure why this was removed but it seems to be working fine...

joaoffcosta commented 8 years ago

Hey @owahab, any news on this? We've been using this in production for a couple of months now and it's working perfectly.

owahab commented 8 years ago

Thank you.