Changes between Initial Version and Version 1 of Ticket #8343, comment 11


Ignore:
Timestamp:
Apr 12, 2025, 12:36:56 PM (16 months ago)
Author:
Balling

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8343, comment 11

    initial v1  
    33
    44Yay
     5
     6>not, if the encoder knows/guarantees that I-frames are actual keyframes
     7
     8Yes, in HEVC/AVC if closed GOP you just tag I frames that start the GOP as key frames, but then if open it is often the case that I frame is not a key frame. In practive even two I frames one after another in presentation order or decoding order are possible...
     9
     10I know the case where even with closed (sic!!) GOP the decoding starts with two B frames in presentation order that only depend on 1 future pts I frame. See here: https://forum.doom9.org/showthread.php?p=2004952#post2004952
     11
     12This whole topic is one big trip...