dirkvdb / ffmpegthumbnailer

Lightweight video thumbnailer that can be used by file managers to create thumbnails for video files
GNU General Public License v2.0
489 stars 70 forks source link

ffmpegthumbnailer -t not working as expected #139

Open isuPatches opened 7 years ago

isuPatches commented 7 years ago

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.

dirkvdb commented 7 years ago

Can you provide me a link to a failing sample. I can't reproduce it on my local files