Opened 6 years ago
Closed 6 years ago
#204 closed defect (invalid)
Encoder fails encoding with -PCMEnabledFlag=1 and -InputBitDepth=10
Reported by: | fbarbier | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | |
Keywords: | PCM | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Tested with sha1 6c6ea18debabe74ce264b4e4a70d8cb9370fc5d0
$ git checkout 6c6ea18debabe74ce264b4e4a70d8cb9370fc5d0
$ cd build
$ cmake ..
$ make
$ cd ..
$ bin/EncoderAppStatic --SourceWidth=128 --SourceHeight=128 --InputChromaFormat=420 --InputBitDepth=10 --Profile=next --FrameRate=60 --FramesToBeEncoded=1 --GOPSize=4 '--Frame1=B 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -5 -9 -13 0' '--Frame2=B 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1' '--Frame3=B 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1' '--Frame4=B 4 1 0.0 0.0 0 0 1.0 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1' --MaxCUWidth=16 --MaxCUHeight=12 --MaxPartitionDepth=5 --TULog2MaxSize=6 --PCMEnabledFlag=1 -i source.yuv -b encoded.vvc
VVCSoftware: VTM Encoder Version 4.0.1rc1 [Linux][GCC 8.2.0][64 bit] [SIMD=AVX]
ERROR: In function "write" in source/Lib/CommonLib/BitStream.cpp:113: Unsupported parameters
Attachments (1)
Change history (3)
Changed 6 years ago by fbarbier
comment:1 Changed 6 years ago by fbarbier
comment:2 Changed 6 years ago by fbarbier
- Resolution set to invalid
- Status changed from new to closed
Sorry i just see that my input in yuv is not a legal one...