Changes between Initial Version and Version 2 of Ticket #1588


Ignore:
Timestamp:
18 Jan 2023, 13:08:47 (16 months ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1588

    • Property Component changed from BMS to VTM
  • Ticket #1588 – Description

    initial v2  
    33- However, the encoder seems to generate an invalid bitstream and the decoder
    44fails with the following error message:
     5{{{
    56Warning: Level set to none, invalid or unknown value
    67POC    0 LId:  0 TId: 0 ( IDR_N_LP, I-SLICE, QP  0 ) [DT  0.005] [L0] [L1]
    78[:,(unk)]
    89 Total Time:        0.104 sec.
     10}}}
     11
    912- See attachments for configuration files, log results, and a sample image to reproduce the issue
    1013
    1114Steps to Reproduce:
    12 - Download the attached configuration files (lossless.cfg,
    13 encoder_intra_vtm.cfg), the sample image (cim10_672x768_crop.ppm)
     15- Download the attached configuration files (lossless.cfg, encoder_intra_vtm.cfg), the sample image (cim10_672x768_crop.ppm)
    1416- Download and run the attached batch file (00_test_VVC.bat)
    15 - %ENC% -i tmp.raw -c encoder_intra_vtm.cfg -c lossless.cfg
    16 --SourceWidth=!width! --SourceHeight=!height! --BitstreamFile=!out! -f 1 -fr 1
    17 -g 1 >> %resE%
     17- %ENC% -i tmp.raw -c encoder_intra_vtm.cfg -c lossless.cfg --SourceWidth=!width! --SourceHeight=!height! --BitstreamFile=!out! -f 1 -fr 1 -g 1 >> %resE%
    1818- %DEC% --BitstreamFile=!out! --ReconFile=!recon! -opl logDec.txt >> %resD%
    1919- The encoder and decoder log files are attached for reference