Opened 13 years ago Closed 13 years ago #552 closed defect (duplicate)HM 7.0 crashes with tiles enabled
Description
Not entirely sure what happens, but a low_delay_main stream I created with several tiles causes an encoder crash when it runs out of bits for the slice. It appears that it is reading tile markers as CABAC data. Attachments (2)Change History (8)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by pieterkapsenbergcomment:2 Changed 13 years ago by ChristianFeldmann
I also have a problem with the encoding/decoding of tile markers as the reference documentation states they are coded u(v) but HM codes them as ae(v) in bypass mode. comment:3 Changed 13 years ago by tkunlin
For your information, here is a command line i use to (successfully) generate a stream using tiles with the HM-7.0 encoder.
bin/TAppEncoderStatic -c cfg/encoder_intra_main.cfg -c cfg/per-sequence/Kimono.cfg -f 1 -q 37 --TileInfoPresentFlag=1 --UniformSpacingIdc=1 --TileMarkerFlag=1 --NumTileColumnsMinus1=1 --NumTileRowsMinus1=1 --TileLocationInSliceHeaderFlag=1 --LFCrossTileBoundaryFlag=1 -b 2x2_lf_on.bin Changed 13 years ago by ChristianFeldmanncomment:4 Changed 13 years ago by ChristianFeldmann
Dear tkunlin,
the configuration that you provided successfully encodes/decodes. I was actually wondering what configuration you used to make it fail. comment:5 Changed 13 years ago by ksuehring
I'm sorry, I forgot that this has been found before. This is a duplicate of issue #541 comment:6 Changed 13 years ago by ksuehring
Closed as duplicate of #541. 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
|
HM 7.0 stream exhibiting the bug.