Skip to content
Snippets Groups Projects

JCTVC-AM0024: Illustration of the shutter interval info SEI message in HEVC Draft

Merged FANGJUN PU requested to merge tlu/HM:SII_SEI_Process into master

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.)

Edited by FANGJUN PU

Merge request reports

Merge request pipeline #6295 passed

Merge request pipeline passed for 6104ea45

Merged by Karsten SuehringKarsten Suehring 3 years ago (Jun 25, 2021 9:27pm UTC)

Loading

Pipeline #6324 passed

Pipeline passed for 4b70d2e3 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading