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
Is it correct to have this error from the audio representation? My understanding was moof/traf/trun/sample[0..n].CompositionTimeOffset signed 32bit(version 1) is used for video streams with B frames. Audio stream may use unsigned 32bit(version 0) trun box. Or my assumption is wrong?
(25 repetition\s) ### ### HbbTV check violated: Section E.3.1.1. "The track run box (trun) shall allow negative composition offsets in order to maintain audio visual presentation synchronization", but unsigned offsets found
I cannot make ffmpeg+mp4box use trun.version=1 for audio segments. Video segments can be created to have a negative offset values.
The text was updated successfully, but these errors were encountered:
Also seeing this issue of HbbTV checks not supporting trun version zero and giving:
HbbTV check violated: Section E.3.1.1. "The track run box (trun) shall allow negative composition offsets in order to maintain audio visual presentation synchronization", but unsigned offsets found
E.3.1.1 references TS 103 285. This states that negative composition offsets shall be supported (i.e. ‘trun’ boxes with version >= 1). It does not however, prohibit the use of a version zero trun combined with EditListBoxes.
Is it correct to have this error from the audio representation? My understanding was
moof/traf/trun/sample[0..n].CompositionTimeOffset
signed 32bit(version 1) is used for video streams with B frames. Audio stream may use unsigned 32bit(version 0) trun box. Or my assumption is wrong?I cannot make ffmpeg+mp4box use trun.version=1 for audio segments. Video segments can be created to have a negative offset values.
The text was updated successfully, but these errors were encountered: