Extract raw keyframe and non keyframes out of a video

0
0
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"