Hi! I use your gem with the following settings:
has_attached_file :video, styles: {
medium: { geometry: "640x480", format: 'mp4' },
thumbnail: { geometry: "220x130#", format: 'jpg', time: 3 }
},
processors: [:transcoder]
Somehow video without any defects looks a bit stretched horizontally on a thumbnail.
Do you have any ideas what could it be?
From Gemfile.lock:
paperclip-av-transcoder (0.6.4)
av (~> 0.9.0)
paperclip (>= 2.5.2)
Hi! I use your gem with the following settings:
Somehow video without any defects looks a bit stretched horizontally on a thumbnail.
Do you have any ideas what could it be?
From Gemfile.lock: