Search found 2 matches
- 2015-04-03T06:14:01-07:00
- Forum: Users
- Topic: Force ffmpeg delegation of certain file extensions
- Replies: 2
- Views: 1560
Re: Force ffmpeg delegation of certain file extensions
This worked great. Thank you!
- 2015-04-03T05:17:34-07:00
- Forum: Users
- Topic: Force ffmpeg delegation of certain file extensions
- Replies: 2
- Views: 1560
Force ffmpeg delegation of certain file extensions
Hi everyone,
I'm using the convert command to generate thumbnails for certain files (both images and videos).
For instance convert some-file.mov[0] output.png
This works by delegating the request to ffmpeg. Unfortunately, it appears to be tied to the input extension. For example, the following ...
I'm using the convert command to generate thumbnails for certain files (both images and videos).
For instance convert some-file.mov[0] output.png
This works by delegating the request to ffmpeg. Unfortunately, it appears to be tied to the input extension. For example, the following ...