ruby-av / paperclip-av-transcoder

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

Generated thumbnail files empty when using the "#" padding option #40

Open jclemans opened 8 years ago

jclemans commented 8 years ago

Firstly, thanks for creating this gem! I just wanted to record an issue I ran into, and based on searches, a few others may have encountered. If I can find the time I will take a stab at finding a fix other than the workaround mentioned below.

The documentation examples I saw show: thumb: { geometry: "100x100#", :format => 'jpg' } Which should create a 100 by 100 thumbnail with padding. However, I found that a thumbnail would only be successfully created by removing the #. I hope this helps someone else!