leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.76k stars 935 forks source link

How to have a colorful frames as output #30

Open imadismail opened 5 years ago

imadismail commented 5 years ago

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

Sodininkas commented 5 years ago

ping. I'm interested in this to :)

leandromoreira commented 5 years ago

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
megakraken commented 2 years ago

so you don't know yourself I take it.