From 326e02e955fbd88b5fbd489a14cf332b1e450957 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 10 Jun 2017 02:05:28 +0200 Subject: vo_opengl: implement sony s-log1 trc Source: https://pro.sony.com/bbsccms/assets/files/mkt/cinema/solutions/slog_manual.pdf Not 100% confident in the implementation since the values from the spec seem to be very subtly off (~1%), but it should be close enough for practical purposes. --- DOCS/man/options.rst | 2 ++ DOCS/man/vf.rst | 1 + 2 files changed, 3 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 74890d2433..00ff88447f 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4627,6 +4627,8 @@ The following video options are currently all specific to ``--vo=opengl`` and ITU-R BT.2100 HLG (Hybrid Log-gamma) curve, aka ARIB STD-B67 v-log Panasonic V-Log (VARICAM) curve + s-log1 + Sony S-Log1 curve .. note:: diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index b9a3dd41d8..17a1191dc3 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -366,6 +366,7 @@ Available mpv-only filters are: :pq: ITU-R BT.2100 PQ (Perceptual quantizer) curve :hlg: ITU-R BT.2100 HLG (Hybrid Log-gamma) curve :v-log: Panasonic V-Log transfer curve + :s-log1: Sony S-Log1 transfer curve ```` Reference peak illumination for the video file, relative to the -- cgit v1.2.3