From f3b6966d14e8cb34477474b85c83beb46e542e70 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 26 Jun 2016 19:28:06 +0200 Subject: vo_opengl: implement the Panasonic V-Log function User request and not that hard. Closes #3157. Note that FFmpeg doesn't support this and there's no signalling in HEVC etc., so the only way users can access it is by using vf_format manually. Mind: This encoding uses full range values, not TV range. --- DOCS/man/vf.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS/man/vf.rst') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index f068f26dff..e6438b984b 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -314,6 +314,7 @@ Available filters are: :prophoto: ProPhoto RGB (ROMM) curve :st2084: SMPTE ST2084 (HDR) curve :std-b67: ARIB STD-B67 (Hybrid Log-gamma) curve + :v-log: Panasonic V-Log transfer curve ```` Reference peak illumination for the video file. This is mostly -- cgit v1.2.3