ffmpeg:video:frame:extract_frames
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ffmpeg:video:frame:extract_frames [2025/01/29 23:03] – peter | ffmpeg:video:frame:extract_frames [2025/05/27 09:07] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ffmpeg - Video - Frame - Extract Frames ====== | ====== ffmpeg - Video - Frame - Extract Frames ====== | ||
+ | |||
+ | ===== Extract a single frame at a specific time mark ===== | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -ss 00:23:00 -i input.mkv -frames:v 1 out1.jpg | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This extracts a single frame at the exact 23:00 time mark. | ||
+ | </ | ||
+ | |||
+ | ---- | ||
===== Extract a single frame ===== | ===== Extract a single frame ===== | ||
Line 37: | Line 49: | ||
---- | ---- | ||
+ | ==== References ==== | ||
+ | |||
+ | https:// | ||
ffmpeg/video/frame/extract_frames.txt · Last modified: 2025/05/27 09:07 by peter