mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-09 02:22:40 +00:00
note about required ffmpeg
This commit is contained in:
parent
3d170ad18c
commit
05b95bd0ed
|
@ -124,5 +124,7 @@ application/vnd.wordperfect
|
||||||
|
|
||||||
video/webm
|
video/webm
|
||||||
video/mp4
|
video/mp4
|
||||||
This will take 12th frame of a video and converts into a png
|
This will take 12th frame of a video and converts into a png. It requires
|
||||||
|
ffmpeg to be installed.
|
||||||
|
|
||||||
convert -resize %wx '%f[12]' 'png:%o'
|
convert -resize %wx '%f[12]' 'png:%o'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user