Thanks for this effective yet simple-to-use plugin.
I found that, piping the YV420P12 to FFmpeg after calling Bake(), colour range was set to full. On FFmpeg's side, setting the property to full and converting to SDR with vf_libplacebo, the image looked a touch desaturated, whereas if I set colour range to limited, the saturation is spot on and equivalent to using vf_libplacebo directly, without the FEL. After Bake(), is colour range supposed to be full?
Also, is using ToRGB() necessary? When I tried this, piping the RGB output, it failed on FFmpeg's side.
I'm new to understanding DV, and am trying to see if there is any benefit processing the FEL.
Thanks for this effective yet simple-to-use plugin.
I found that, piping the YV420P12 to FFmpeg after calling Bake(), colour range was set to full. On FFmpeg's side, setting the property to full and converting to SDR with vf_libplacebo, the image looked a touch desaturated, whereas if I set colour range to limited, the saturation is spot on and equivalent to using vf_libplacebo directly, without the FEL. After Bake(), is colour range supposed to be full?
Also, is using ToRGB() necessary? When I tried this, piping the RGB output, it failed on FFmpeg's side.
I'm new to understanding DV, and am trying to see if there is any benefit processing the FEL.