From 2e45b8fa1ad7577fa733db2927fc1ca64d1f921e Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 10 Jun 2017 02:51:32 +0200 Subject: vo_opengl: implement sony s-log2 trc Apparently this is virtually identical to Panasonic's V-Log, but using the constants from S-Log1 and an extra scaling coefficient to make the S-Log1 curve less limited. Whatever floats their NIH boat, I guess. Source: https://pro.sony.com/bbsccms/assets/files/micro/dmpc/training/S-Log2_Technical_PaperV1_0.pdf --- DOCS/man/options.rst | 2 ++ DOCS/man/vf.rst | 1 + 2 files changed, 3 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 00ff88447f..ab6508d20a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4629,6 +4629,8 @@ The following video options are currently all specific to ``--vo=opengl`` and Panasonic V-Log (VARICAM) curve s-log1 Sony S-Log1 curve + s-log2 + Sony S-Log2 curve .. note:: diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 17a1191dc3..9e416b8df8 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -367,6 +367,7 @@ Available mpv-only filters are: :hlg: ITU-R BT.2100 HLG (Hybrid Log-gamma) curve :v-log: Panasonic V-Log transfer curve :s-log1: Sony S-Log1 transfer curve + :s-log2: Sony S-Log2 transfer curve ```` Reference peak illumination for the video file, relative to the -- cgit v1.2.3