User Tools

Site Tools


ffmpeg:video:frame:extract_frames

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ffmpeg:video:frame:extract_frames [2025/01/29 23:03] peterffmpeg: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
 +</code>
 +
 +<WRAP info>
 +**NOTE:** This extracts a single frame at the exact 23:00 time mark.
 +</WRAP>
 +
 +----
  
 ===== Extract a single frame ===== ===== Extract a single frame =====
Line 37: Line 49:
 ---- ----
  
 +==== References ====
 +
 +https://trac.ffmpeg.org/wiki/Seeking
  
ffmpeg/video/frame/extract_frames.txt · Last modified: 2025/05/27 09:07 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki