Forrest logo
back to the ffmpeg tool

ffmpeg:ai:a3ff0

对视频进行抽帧
$ ffmpeg -i input_video.mp4 -vf fps=1 output_%03d.jpg
try on your machine

Extract frames from a video at a rate of 1 frame per second and save them as image files with a three-digit sequential numbering

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • 对视频进行抽帧?
back to the ffmpeg tool