FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Extract raw keyframe and non keyframes out of a video

No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -y -i video.mp4 -c copy -break_non_keyframes 1 "frame-%04d.jpg"

All Examples

  • tags: #mp3