Changes between Initial Version and Version 2 of Ticket #1588
- Timestamp:
- 18 Jan 2023, 13:08:47 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1588
- Property Component changed from BMS to VTM
-
Ticket #1588 – Description
initial v2 3 3 - However, the encoder seems to generate an invalid bitstream and the decoder 4 4 fails with the following error message: 5 {{{ 5 6 Warning: Level set to none, invalid or unknown value 6 7 POC 0 LId: 0 TId: 0 ( IDR_N_LP, I-SLICE, QP 0 ) [DT 0.005] [L0] [L1] 7 8 [:,(unk)] 8 9 Total Time: 0.104 sec. 10 }}} 11 9 12 - See attachments for configuration files, log results, and a sample image to reproduce the issue 10 13 11 14 Steps 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) 14 16 - 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% 18 18 - %DEC% --BitstreamFile=!out! --ReconFile=!recon! -opl logDec.txt >> %resD% 19 19 - The encoder and decoder log files are attached for reference