cheatsheet:ffmpeg
This is an old revision of the document!
ffmpeg cheatsheet
not linking that man page good lord
video to frames
see ~/.local/bin/vidtools
(dotfiles) for the default/most used option (every frame including duplicates).
1/1 frames
ffmpeg -i "$FILE" -filter:v fps=fps=1/1 %04d.jpg
1/2 frames
ffmpeg -i "$FILE" -filter:v fps=fps=1/2 %04d.jpg
cheatsheet/ffmpeg.1755310118.txt.gz ยท Last modified: by melo