User Tools

Site Tools


ffmpeg:video:extract_frames

Differences

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

Link to this comparison view

ffmpeg:video:extract_frames [2025/01/12 14:15] – created peterffmpeg:video:extract_frames [2025/01/29 22:51] (current) – removed peter
Line 1: Line 1:
-====== ffmpeg - Video - Extract Frames ====== 
- 
-===== Extract original ===== 
- 
-<code bash> 
-ffmpeg -i $(video_in) -vf fps=$(FPS) $(path)/$(name)_%02d_out.jpg 
-</code> 
- 
----- 
- 
-===== Extract resized ===== 
- 
-<code bash> 
-ffmpeg -i $(video_in) -vf scale=-1:$(resize_width),fps=$(FPS) $(path)/$(name)_%02d_out.jpg 
-</code> 
- 
----- 
- 
  
ffmpeg/video/extract_frames.1736691347.txt.gz · Last modified: 2025/01/12 14:15 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki