Ffprobe: Difference between revisions

30 bytes added ,  2 November 2022
(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>