I'm using the convert command to generate thumbnails for certain files (both images and videos).
For instance
Code: Select all
convert some-file.mov[0] output.png
Code: Select all
some-file.mkv[0] output.png
I'm unsure on how to proceed. Is there a flag to force the ffmpeg delegation for certain file extensions? Or is there a way to register certain file extensions as supported?