When you do a command like:
ffprobe -show_frames inputfile
In what order does it give you the frames? Because Presentation order and Decode Order will be different... I am thinking that depending on which order it gives you, then others who are trying to count the size of the GOP by grepping for pict-type and then counting it that way may be getting slightly different results?
Thanks