ffprobe:frame:count_number_of_frames
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ffprobe:frame:count_number_of_frames [2025/05/27 09:18] – peter | ffprobe:frame:count_number_of_frames [2025/05/27 09:20] (current) – peter | ||
---|---|---|---|
Line 26: | Line 26: | ||
<WRAP important> | <WRAP important> | ||
- | **WARNING: | + | **WARNING: |
</ | </ | ||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | ffprobe -count_frames -select_streams v:0 -show_entries stream=nb_read_frames -of default=nokey=1: | ||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i input.mp4 -map 0:v:0 -c copy -f null - | ||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | </ | ||
---- | ---- | ||
ffprobe/frame/count_number_of_frames.txt · Last modified: 2025/05/27 09:20 by peter