[FFmpeg-user] how to read specified frame from yuv files?

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Jun 9 17:48:37 EEST 2018


2018-06-09 16:04 GMT+02:00, qw <applemax82 at 163.com>:

> how to read/parse specified frame from yuv files, and
> save it as a separate yuv file?

$ ffmpeg -s pal -i input.yuv -vcodec copy -f image out%2d

Carl Eugen


More information about the ffmpeg-user mailing list