-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels