Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
H
HM
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom Issue Tracker
    • Custom Issue Tracker
  • Labels
  • Merge Requests 7
    • Merge Requests 7
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Jobs
  • Commits
  • jct-vc
  • HM
  • Merge Requests
  • !36

Open
Opened Apr 30, 2020 by FANGJUN PU@Fangjun.Pu
  • Report abuse
Report abuse

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

  • Overview 9
  • Commits 2
  • Pipelines 2
  • Changes 16

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 Apr 30, 2020 by FANGJUN PU
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: jct-vc/HM!36
Source branch: SII_SEI_Process