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 + DOCS/man/vo.rst | 2 ++ 2 files changed, 3 insertions(+) (limited to 'DOCS/man') 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 diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index db6fa1d0fc..d9d4bb4d91 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -1007,6 +1007,8 @@ Available video output drivers are: SMPTE ST2084 (HDR) curve, PQ OETF std-b67 ARIB STD-B67 (Hybrid Log-gamma) curve, also known as BBC/NHK HDR + v-log + Panasonic V-Log (VARICAM) curve NOTE: When using HDR output formats, mpv will encode to the specified curve but it will not set any HDMI flags or other signalling that -- cgit v1.2.3