Skip to content
Kiyoshi edited this page Sep 30, 2017 · 5 revisions

High Dynamic Range

Convert regular video into HDR video, more vivid, more realistic.

Install

If you don't have AviSynth+ installed, please follow this instruction before proceed.

Get these file before proceed

  • HDRAGC AviSynth+ HDR plugins

Install & Extract

  • Extract HDRAGC AGC.dll into C:\Program Files (x86)\AviSynth+\plugins

Let's Start

Add this code to any existing avs script, and any lines (before video of course)

HDRAGC(coef_gain=1.00, max_gain=3.00, min_gain=1.00, coef_sat=1.00, max_sat=9.00, min_sat=0.00, avg_lum=128, avg_window=24, corrector=1.00, reducer=0.0, response=100, protect=2, mode=2, passes=4, black_clip=0.00, shift=0, shift_u=0, shift_v=0, freezer=-1, shadows=true, debug=0)

NOTICE

This plugins works only 32-bit encoder and players, make sure you set FFmpeg 32-bit for decoding, otherwise encoding will fail

ENJOY