JCTVC-AM0024: Illustration of the shutter interval info SEI message in HEVC Draft
This merge request provides an implementation of pre-/post-processing using shutter interval SEI message (JCTVC-AM0024).
To enable this feature, set macro SHUTTER_INTERVAL_SEI_PROCESSING = 1.
-
Two encoder configurations are provided:
shutter_interval_info_fix.cfg // common setting with single shutter interval.
shutter_interval_info_mul.cfg // shutter interval SEI processing with multiple shutter intervals. -
The encoding command line is:
TAppEncoderStatic -c seq.cfg -c encoder_randomaccess_main10.cfg -c shutter_interval_info_mul.cfg -sii preprocessed_seq.yuv -
The decoding command line is:
TAppDecoderStatic -b seq.bit -o dec.yuv -sii postprocessd_seq.yuv -
Optionally, to decode corresponding LFR, use:
TAppDecoderStatic -b seq.bit -o dec.yuv -t 3
(In this example, set -t 3 for HEVC CTC RA test case with GOP size = 16.)