Open eugen0329 opened 7 years ago
@eugen0329 Hello! Use convert_options
has_attached_file :video, styles: {
medium: { geometry: "640x480", format: 'mp4' },
thumbnail: {
geometry: "220x130#",
format: 'jpg',
time: 3,
convert_options: {
output: {
'q:v' => 1 # range from 1 to 31, where lower means better
}
}
}
}, processors: [:transcoder]
I haven't tried this yet due to a bunch of another activities. But it looks like a solution. I'll let you know whether it helped or not. Thanks!
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: