Ffprobe: Difference between revisions

From David's Wiki
(Created page with "FFprobe is a tool from FFmpeg which can extract metadata from a video file. ===Show I/P/B-frames=== Add <code>-show_frames</code>")
 
 
Line 3: Line 3:


===Show I/P/B-frames===
===Show I/P/B-frames===
Add <code>-show_frames</code>
<code>ffmpeg -show_frames video.mp4 | grep pict_type</code>

Latest revision as of 19:26, 2 November 2022

FFprobe is a tool from FFmpeg which can extract metadata from a video file.


Show I/P/B-frames

ffmpeg -show_frames video.mp4 | grep pict_type