Skip to main content

All Questions

1 vote
1 answer
449 views

Offset ffprobe when outputting frame data

I've successfully managed to extract OCR data from frames using ffprobe with the following command: ffprobe -loglevel quiet -hide_banner -select_streams v:0 -show_entries frame_tags=lavfi.ocr.text -f ...
d1che's user avatar
  • 11
0 votes
1 answer
678 views

Commandline probe for video bitrate per GOP

Is there a way to use ffprobe or similar commandline tools to probe for the video bitrate per GOP? ffprobe only seems to output the overall bitrate for the whole video but not packets. ffprobe -i ...
secondplace's user avatar
3 votes
1 answer
3k views

Why does ffprobe report an incorrect number of frames?

I have a small video file which ffprobe describes as:- Input #0, avi, from 'sample.avi': Metadata: encoder : Lavf55.12.100 Duration: 00:00:35.00, start: 0.000000, bitrate: 546 kb/s Stream #0:0: ...
Skeeve's user avatar
  • 61