Am 30.10.25 um 19:33 schrieb Richard Bartczak:
Hello,

I assume to be on a good way if I use this as presuppostion :
ffprobe -loglevel error -select_streams v:0 -show_entries packet=pts_time,flags,key -sexagesimal -of csv=print_section=0 "21 Bridges.ts" > txt

And here I got the info :
https://video.stackexchange.com/questions/19250/how-to-identify-i-frame-from-idr-frame-in-the-ffprobe-show-frames-output

"Frames with key_frame 1 (will have picture type I) are IDR frames.

I frames with key_frame 0 are not."

Now my question how to combine it ?

To get the timestamp and an indication of an IDR-frame ?

Regards

Richard

I am sorry,

it must be :

ffprobe -loglevel error -select_streams v:0 -show_entries packet=pts_time,flags -sexagesimal -of csv=print_section=0 "21 Bridges.ts" > txt

packet : key removed

Regards

Richard

_______________________________________________
ffmpeg-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to