meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


terminal:ffmpegframes

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>
terminal/ffmpegframes.1710874330.txt.gz · Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki