Open isuPatches opened 8 years ago
I have the same problem, Could you solve the problem?
Hello.
Can you check this problem exist? I try to repeat, but my (mp4) video thumb seeking very well.
I have the same. Problem occurs with movies that are recorded by phone and change the orientation from landscape to portrait.
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.