terminal:ffmpegframes
This is an old revision of the document!
ffmpeg video to frames
all frames:
ffmpeg -i "x.mp4" '%04d.png'
- (delete .mp4 file, sort frames)
1/1:
ffmpeg -i "x.mp4" -filter:v fps=fps=1/1 %04d.jpg
1/2:
ffmpeg -i "x.mp4" -filter:v fps=fps=1/2 %04d.jpg
terminal/ffmpegframes.1755307951.txt.gz ยท Last modified: by 127.0.0.1