Extract Image Frames From Video FFmpeg | Take snapshot in FFmpeg

In this video tutorial i have explained about to capture screenshot using FFmpeg command. Its simple and easy. 

Extract image frames from a video file

ffmpeg -ss 00:00:15 -i wildlife.wmv -vf scale=800:-1 -vframes 1 image.jpg

How to Install FFmpeg: https://youtu.be/xkb5REYV5xc

No comments:

Post a Comment