You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presentation & display sound like exactly the same thing to me and it seems it's creating a lot of confusion. Can we please rename it to something a bit more self-explanatory.
Based on Cyril's explanation in issue #101, it seem that it is actually the initial_display_delay but in samples instead of in frames, so I'd suggest initial_display_delay_in_samples_minus_1 as a slightly clearer name.
Also, I'd suggest adding this quote form Cyril to the spec:
The initial_presentation_delay concept is introduced to cope with problems happening in real implementation. When your decoder operates at the decoding speed limit of a level, if you don't wait to fill some reference buffers before starting to display, you may experience smoothness issues. The delay tells you how long your player should wait. If no information is provided, an AV1 decoder should wait for 10 frames to be decoded, but for some bitstreams you may need less than that. The delay at the elementary stream level is expressed in number of decoded frames. At the ISOBMFF level, it is express in number of decoded samples, because a player may not have access to the internals of a decoder to know how many frames were decoded when a TU is passed.
The text was updated successfully, but these errors were encountered:
This editorial change renames the initial presentation
delay fields to avoid confusion between the ISOBMFF value,
which is in samples, and the AV1 bitstream value, which is
in frames.
- Rename initial_presentation_delay_present to
initial_delay_present.
- Rename initial_presentation_delay_minus_one to
initial_delay_samples_minus_one.
Closes#104
This editorial change renames the initial presentation
delay fields to avoid confusion between the ISOBMFF value,
which is in samples, and the AV1 bitstream value, which is
in frames.
- Rename initial_presentation_delay_present to
initial_delay_present.
- Rename initial_presentation_delay_minus_one to
initial_delay_samples_minus_one.
Closes#104
cconcolato
added
the
editorial
if approved, it does not affect the technical aspects of the specification (e.g. typo change)
label
Jan 23, 2023
Presentation & display sound like exactly the same thing to me and it seems it's creating a lot of confusion. Can we please rename it to something a bit more self-explanatory.
Based on Cyril's explanation in issue #101, it seem that it is actually the initial_display_delay but in samples instead of in frames, so I'd suggest initial_display_delay_in_samples_minus_1 as a slightly clearer name.
Also, I'd suggest adding this quote form Cyril to the spec:
The text was updated successfully, but these errors were encountered: