Friday, December 9, 2016

Extracting images from video file

Get image from input.flv file at 14.435 sec and save to out.png file

avconv -i input.flv -ss 00:00:14.435 -f image2 -vframes 1 out.png
avconv -i input.flv -ss 00:00:14.435 -f image2 -vframes 1 out.png

No comments:

Post a Comment

Followers

About Me