#======== Shutter Interval Info SEI message =====================
SEIShutterIntervalEnabled : 1
SEISiiTimeScale : 24000000
SEISiiInputNumUnitsInShutterInterval : 400000 400000 400000 400000 200000 # multiple shutter intervals: multiple entries, the values are set to sub_layer_num_units_in_shutter_interval[ ].
# here is one example with frame rate=120fps, encoder derives the actually values based on picture frame rate.
("TarDecLayerIdSetFile,l",cfg_TargetDecLayerIdSetFile,string(""),"targetDecLayerIdSet file name. The file should include white space separated LayerId values to be decoded. Omitting the option or a value of -1 in the file decodes all layers.")
("RespectDefDispWindow,w",m_respectDefDispWindow,0,"Only output content inside the default display window\n")
("SEIColourRemappingInfoFilename",m_colourRemapSEIFileName,string(""),"Colour Remapping YUV output file name. If empty, no remapping is applied (ignore SEI message)\n")
#if SHUTTER_INTERVAL_SEI_PROCESSING
("SEIPostFilteringFilename,-sii",m_postFilterVideoFileName,string(""),"Post Filtering with Shutter Interval SEI. If empty, no filtering is applied (ignore SEI message)\n")
#endif
("SEIAnnotatedRegionsInfoFilename",m_annotatedRegionsSEIFileName,string(""),"Annotated regions output file name. If empty, no object information will be saved (ignore SEI message)\n")
#if O0043_BEST_EFFORT_DECODING
("ForceDecodeBitDepth",m_forceDecodeBitDepth,0U,"Force the decoder to operate at a particular bit-depth (best effort decoding)")
printf("Real Format : %dx%d %gHz\n",m_iSourceWidth-m_confWinLeft-m_confWinRight,m_iSourceHeight-m_confWinTop-m_confWinBottom,(Double)m_iFrameRate/m_temporalSubsampleRatio);
printf("Internal Format : %dx%d %gHz\n",m_iSourceWidth,m_iSourceHeight,(Double)m_iFrameRate/m_temporalSubsampleRatio);
printf("Sequence PSNR output : %s\n",(m_printMSEBasedSequencePSNR?"Linear average, MSE-based":"Linear average only"));
#define SEI_ENCODER_CONTROL 1 ///< add encoder control for the following SEI: film grain characteristics, content light level, ambient viewing environment