Skip to content

age1988/vapoursynth-tonemapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

vapoursynth-tonemapping

Conversion from HDR (matrix=2020, primaries=2020) to full HD SDR (matrix=709, primaries=709)

Functions:

  • bt2390_ictcp : tonemapping in ICtCp color space, the tonemapping operator used is bt2390

BASIC USAGE

import age_tm

import vapoursynth as vs

c = core.ffms2.Source(source = '...')

c=age_tm.bt2390_ictcp(c,target_nits=100,source_peak=1000)

c.set_output()

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages