Answers for "ffmpeg extract thumbnail from video"

1

ffmpeg extract thumbnail from video

ffmpeg -i input.flv -ss 00:00:14.435 -vframes 1 out.png
Posted by: Guest on May-06-2020

Code answers related to "ffmpeg extract thumbnail from video"

Browse Popular Code Answers by Language