Opened 9 years ago

Closed 9 years ago

#1405 closed enhancement (fixed)

HEVC BluRay Compliant

Reported by: brondijk Owned by:
Priority: minor Milestone: HM-16.7
Component: HM Version: HM-16.2
Keywords: BluRay Cc: ksuehring, davidf, karlsharman, jct-vc@…

Description

IN the HM 16.6 version, I would like to make a BD compliant stream. The error I get, from the BD verifier is:
Error ID : HEVC0072
Target File : 00000.m2ts <HEVC PID=0x1011>
Target Field : <GOP structure>.NAL units in Access Unit
Section No : 9.19.1.1.4
Error Message : A position of VPS NAL unit is incorrect in the first AU order.

<AU#000000: SPN[0]>

Explanation : First access unit (AU) in a GOP shall have following NAL units in listed order.

  • An Access unit delimiter NAL unit
  • A VPS NAL unit
  • A SPS NAL unit
  • PPS NAL unit(s)
  • Prefix SEI NAL unit(s) - if exist
  • Slice segment(s) NAL units of an IDR or a CRA picture
  • Suffix SEI NAL unit(s) - if exist
  • A Filler data NAL unit - if exist(Note1)
  • An End of sequence NAL unit - if exist
  • An End of bitstream NAL unit - if exist

Error ID : HEVC0030
Target File : 00000.m2ts <HEVC PID=0x1011>
Target Field : <General constraints>.overscan_appropriate_flag
Section No : 9.19.1
Error Message : overscan_appropriate_flag in SPS is set to 1. It should be set to 0.

<AU#000000: SPN[0]>

Explanation : The following fields in SPS shall have the following pre-determined values.

  • overscan_appropriate_flag should be set to g0h if over_scan_info_present_flag

is set to 1

Change History (2)

comment:1 Changed 9 years ago by DefaultCC Plugin

  • Cc ksuehring davidf karlsharman jct-vc@… added

comment:2 Changed 9 years ago by ksuehring

  • Resolution set to fixed
  • Status changed from new to closed

The ability to code Access Unit Delimiters has been added to HM-dev in r4575.

See the software manual on the parameters to set overscan information.

I'll close the ticket here. Please reopen, if anything else is missing.

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Robert Brondijk(Reporter)