Re: [FFmpeg-devel] [PATCH 2/2] lavfi/vf_colorspace: Add SMPTE ST 2084 support

2023-02-06 Thread Tomas Härdin
mån 2023-02-06 klockan 10:35 +0100 skrev Tomas Härdin: > fre 2023-02-03 klockan 08:29 -0800 skrev Pierre-Anthony Lemieux: > > On Fri, Feb 3, 2023 at 7:54 AM Tomas Härdin wrote: > > > > > > We need something better for proper tonemap support, but this is > > > at > > > least useful for getting the

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/vf_colorspace: Add SMPTE ST 2084 support

2023-02-06 Thread Tomas Härdin
fre 2023-02-03 klockan 08:29 -0800 skrev Pierre-Anthony Lemieux: > On Fri, Feb 3, 2023 at 7:54 AM Tomas Härdin wrote: > > > > We need something better for proper tonemap support, but this is at > > least useful for getting the HDR discussion going. > > Below is a demonstration of two tonemap met

Re: [FFmpeg-devel] [PATCH 2/2] lavfi/vf_colorspace: Add SMPTE ST 2084 support

2023-02-03 Thread Pierre-Anthony Lemieux
On Fri, Feb 3, 2023 at 7:54 AM Tomas Härdin wrote: > > We need something better for proper tonemap support, but this is at > least useful for getting the HDR discussion going. Below is a demonstration of two tonemap methods: https://www.sandflow.com/public/tone-mapping/index.html > > /Tomas > _

[FFmpeg-devel] [PATCH 2/2] lavfi/vf_colorspace: Add SMPTE ST 2084 support

2023-02-03 Thread Tomas Härdin
We need something better for proper tonemap support, but this is at least useful for getting the HDR discussion going. /Tomas From fd7a789fbffdd0f7e41b77a9d70ae0696142c6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20H=C3=A4rdin?= Date: Fri, 3 Feb 2023 14:00:38 +0100 Subject: [PATCH 2/2] lavf