ffmpeg-libav-tutorial icon indicating copy to clipboard operation
ffmpeg-libav-tutorial copied to clipboard

How to have a colorful frames as output

Open imadismail opened this issue 5 years ago β€’ 3 comments

Is it possible to have as output of the program a colorful frames, not gray images and how to do it ?

imadismail avatar Oct 27 '18 22:10 imadismail

ping. I'm interested in this to :)

Sodininkas avatar Jan 17 '19 13:01 Sodininkas

Chapter 2 handles remuxing https://github.com/leandromoreira/ffmpeg-libav-tutorial#chapter-2---remuxing you can take a look at it and then try to replicate the ffmpeg command line:

# from https://github.com/leandromoreira/digital_video_introduction/blob/master/encoding_pratical_examples.md#generate-images-from-video
ffmpeg /files/v/bunny_1080p_30fps.mp4 /files/v/smallest_bunny_1080p_30fps_%3d.jpg

leandromoreira avatar Jan 17 '19 14:01 leandromoreira

so you don't know yourself I take it.

megakraken avatar Oct 27 '21 11:10 megakraken