Create A Video Thumbnail Image With ffmpeg
You can easily create video thumbnails from the command line with ffmpeg
. Although, you'll first need to install the library.
On OSX:
Specify your input video file, a position(ss), the number of frames(vframes), and an output file:
Check out the ffmpeg docs here
Tweet