ffmpeg:extract_frames
Differences
This shows you the differences between two versions of the page.
ffmpeg:extract_frames [2025/01/02 22:44] – created peter | ffmpeg:extract_frames [2025/01/12 14:15] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ffmpeg - Extract frames ====== | ||
- | |||
- | ===== Extract original ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i $(video_in) -vf fps=$(FPS) $(path)/ | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Extract resized ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i $(video_in) -vf scale=-1: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
ffmpeg/extract_frames.1735857864.txt.gz · Last modified: 2025/01/02 22:44 by peter