DGPQtoHLG

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(DGPQtoHLG: add documentation)
 
(fix dead link)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{FilterCat5|External_filters|Plugins|Plugins_x64|Adjustment_filters|Levels_and_Chroma_filters}}
+
{{FilterCat6|External_filters|Plugins|Plugins_x64|Adjustment_filters|Levels_and_Chroma_filters|Deep_color_tools}}
 
{{Filter3
 
{{Filter3
 
|{{Author/Donald Graft}}
 
|{{Author/Donald Graft}}
Line 6: Line 6:
 
|4=Adjustment Filters
 
|4=Adjustment Filters
 
|5=Closed source
 
|5=Closed source
|6=[https://forum.doom9.org/showthread.php?t=175624 Doom9 Forum]
+
|6=[http://rationalqm.us/board/viewtopic.php?f=14&t=617 DG Tools Forum]
 
}}
 
}}
 
== Description ==
 
== Description ==
DGPQtoHLG() converts HDR10 PQ to HDR10 HLG. The input and output color spaces are BT.2020 YUV420P16. This filter is intended for use case where full HDR10 HLG is required.<br>
+
[[DGPQtoHLG]] converts HDR10 PQ to HDR10 HLG. The input and output color spaces are BT.2020 YUV420P16. This filter is intended for use case where full HDR10 HLG is required.<br>
 
<br>
 
<br>
  
Line 56: Line 56:
 
!v1.0
 
!v1.0
 
|[http://rationalqm.us/hdr/DGPQtoHLG_1.0.rar DGPQtoHLG_1.0.rar]
 
|[http://rationalqm.us/hdr/DGPQtoHLG_1.0.rar DGPQtoHLG_1.0.rar]
|
+
|[https://web.archive.org/web/20190616102644/http://rationalqm.us/hdr/DGPQtoHLG_1.0.rar DGPQtoHLG_1.0.rar]
|-
+
!
+
|
+
|
+
 
|}
 
|}
 
<br>
 
<br>
  
 
==External Links ==
 
==External Links ==
 +
*[https://web.archive.org/web/20190327124603/http://forum.doom9.org/showthread.php?t=175624 Doom9 Forum] - discussion (archived).
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Levels_and_Chroma|External Filters]] &larr;'''
 
'''Back to [[External_filters#Levels_and_Chroma|External Filters]] &larr;'''

Latest revision as of 18:17, 3 August 2021

Abstract
Author Donald Graft
Version v1.0
Download DGPQtoHLG_1.0.rar
Category Adjustment Filters
License Closed source
Discussion DG Tools Forum

Contents

[edit] Description

DGPQtoHLG converts HDR10 PQ to HDR10 HLG. The input and output color spaces are BT.2020 YUV420P16. This filter is intended for use case where full HDR10 HLG is required.

[edit] Requirements


[edit] Syntax and Parameters

DGPQtoHLG (clip, float "light", string "impl")


clip   =
Input clip; must be YUV420P16 colospace.


float  light = 1000.0
Mastering light level (or MaxCLL) of the input PQ stream. If metadata is not available set light as needed for acceptable output.


string  impl = "255"
  • impl="sw" - Software mode (slow).
  • impl="255" - Use CUDA, device is chosen automatically.
  • impl="0" - Use CUDA on device 0 (use desired device number).


[edit] Examples

Here is a typical AviSynth+ script:

DGSource("hdr_sample.dgi")
DGHDRtoSDR(light=1000.0)


[edit] Changelog

Version         Date            Changes
v1.0            2018/07/02      - Latest release


[edit] Archived Downloads

Version Download Mirror
v1.0 DGPQtoHLG_1.0.rar DGPQtoHLG_1.0.rar


[edit] External Links




Back to External Filters

Personal tools