("MSEBasedSequencePSNR",m_printMSEBasedSequencePSNR,false,"0 (default) emit sequence PSNR only as a linear average of the frame PSNRs, 1 = also emit a sequence PSNR based on an average of the frame MSEs")
("PrintFrameMSE",m_printFrameMSE,false,"0 (default) emit only bit count and PSNRs for each frame, 1 = also emit MSE values")
("PrintSequenceMSE",m_printSequenceMSE,false,"0 (default) emit only bit rate and PSNRs for the whole sequence, 1 = also emit MSE values")
#if JVET_F0064_MSSSIM
("PrintMSSSIM",m_printMSSSIM,false,"0 (default) do not print MS-SSIM scores, 1 = print MS-SSIM scores for each frame and for the whole sequence")
#endif
("CabacZeroWordPaddingEnabled",m_cabacZeroWordPaddingEnabled,true,"0 do not add conforming cabac-zero-words to bit streams, 1 (default) = add cabac-zero-words as required")
("ChromaFormatIDC,-cf",tmpChromaFormat,0,"ChromaFormatIDC (400|420|422|444 or set 0 (default) for same as InputChromaFormat)")
("ConformanceMode",m_conformanceWindowMode,0,"Deprecated alias of ConformanceWindowMode")
#define EXTENSION_360_VIDEO 0 ///< extension for 360/spherical video coding support; this macro should be controlled by makefile, as it would be used to control whether the library is built and linked