evrone / carrierwave-video-thumbnailer

A thumbnailer plugin for Carrierwave that makes easy thumbnailing of your uploaded videos
https://evrone.com
MIT License
95 stars 45 forks source link

Not adhering to seek option #18

Open isuPatches opened 8 years ago

isuPatches commented 8 years ago

Hey there,

I am processing video thumbnails using this:

process thumbnail: [{format: 'jpg', quality: 10, size: 175, seek: '50%', square: true, logger: Rails.logger}]

For some reason unknown to me, it is not adhering to the seek. Any chance for some assistance?

I'm trying to create a thumbnail 3 seconds into a mp4 video I've transcoded.

Running....ffmpegthumbnailer -c jpg -q 10 -s 175 -t 00:00:03.0 -a -i /<FILEPATH>/thumb_20160816182847.MP4 -o /<FILEPATH>/tmpfile.jpg

The thumbnail is still showing second 0...what am I doing incorrectly?

The command is successful.

jusherrerama commented 7 years ago

I have the same problem, Could you solve the problem?

dkoropenko commented 5 years ago

Hello.

Can you check this problem exist? I try to repeat, but my (mp4) video thumb seeking very well.

LukBro commented 4 years ago

I have the same. Problem occurs with movies that are recorded by phone and change the orientation from landscape to portrait.