[FFmpeg-user] Query

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Jan 9 22:32:37 EET 2019


2019-01-09 10:32 GMT+01:00, Hari Babu Muga <haribabu.muga at quantiphi.com>:

> The following are the commands that I used for different operations.
>
> 1) For extracting all frames from the video:
> ffmpeg -i video.mpg frames/frame%06d.jpg

Please add the complete, uncut console output.

> 2) For extracting resized all frames from the video:
> ffmpeg -i video.mpg -vf scale=640:-2 frames/frame%06d.jpg
>
> 3) For reading total number of frames in a video:
> ffprobe -v error -count_frames -select_streams v:0 -show_entries
> stream=nb_read_frames video.mpg

This may not be the ideal command.

> _This message contains information that may be
> privileged or confidential

Please remove this from emails sent to a public
mailing list.

Please find out what top-posting means and avoid it here.

Carl Eugen


More information about the ffmpeg-user mailing list