$Date: 2018-07-07 06:49:13 +0900 (2018/07/07 (土)) $
$Revision: 1347 $
HEVC software エラー
Error: found fewer Reference Picture Sets than GOPSize
TAppEncoder.exe ^
-i in.yuv ^
-c encoder_intra_main.cfg ^
-o out.yuv ^
--SourceWidth=1366 ^
--SourceHeight=768 ^
--InputBitDepth=8 ^
--InputBitDepthC=8 ^
-fr 30 ^
--QuadtreeTULog2MaxSize=2 ^
--GOPSize=12
HM software: Encoder Version [13.0][Windows][VS 1600][32 bit]
******************************************************************
** WARNING: --SEIDecodedPictureHash is now disabled by default. **
** Automatic verification of decoded pictures by a **
** decoder requires this option to be enabled. **
******************************************************************
***************************************************************************
** WARNING: For conforming bitstreams a valid Level value must be set! **
***************************************************************************
Error: Total Number Of Frames encoded must be more than 0
Error: Intra period must be more than GOP size, or -1 , not 0
Error: Resulting coded frame width must be a multiple of the minimum CU size
Error: Intra period must be a multiple of GOPSize, or -1
Error: found fewer Reference Picture Sets than GOPSize
Error: Invalid GOP structure given
--FramesToBeEncoded が足りない。
Resulting coded frame width must be a multiple of the minimum CU size
TAppEncoder.exe -i in.yuv ^
-c encoder_intra_main.cfg ^
-o out.yuv ^
--SourceWidth=1366 ^
--SourceHeight=768 ^
--InputBitDepth=8 ^
--InputBitDepthC=8 ^
--IntraPeriod=-1 ^
-fr 30 --QuadtreeTULog2MaxSize=2 ^
--GOPSize=12 ^
--FramesToBeEncoded=30
HM software: Encoder Version [13.0][Windows][VS 1600][32 bit]
******************************************************************
** WARNING: --SEIDecodedPictureHash is now disabled by default. **
** Automatic verification of decoded pictures by a **
** decoder requires this option to be enabled. **
******************************************************************
***************************************************************************
** WARNING: For conforming bitstreams a valid Level value must be set! **
***************************************************************************
Error: Resulting coded frame width must be a multiple of the minimum CU size
Error: found fewer Reference Picture Sets than GOPSize
Error: Invalid GOP structure given
SourceWidth は 8 の倍数である必要がある。