Loading more results

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

terminal:ffmpegframes [2024/03/19 18:52] – created meloterminal:ffmpegframes [2024/08/14 23:23] (current) melo
Line 1: Line 1:
 ===== ffmpeg video to frames ===== ===== ffmpeg video to frames =====
  
 +all frames:
   - <code>ffmpeg -i "x.mp4" '%04d.png'</code>   - <code>ffmpeg -i "x.mp4" '%04d.png'</code>
   - (delete .mp4 file, sort frames)   - (delete .mp4 file, sort frames)
 +
 +1/1:
 +  - <code>ffmpeg -i "x.mp4" -filter:v fps=fps=1/1 %04d.jpg</code>
 +
 +1/2:
 +  - <code>ffmpeg -i "x.mp4" -filter:v fps=fps=1/2 %04d.jpg</code>

This theme is made by desbest and Jessica Russell Flint

terminal/ffmpegframes.1710874330.txt.gz · Last modified: 2024/03/19 18:52 by melo