2019-01-09 10:32 GMT+01:00, Hari Babu Muga <[email protected]>:
> 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
