Niklas Haas

Results 312 comments of Niklas Haas

The only way I see this getting implemented is in the form of some way to translate multi-touch positional information to Lua code. Then you could write your own Lua...

> Any update on this? I'm interested in having the `display-p3` option. The *option* already exists. This patch just adds the manpage entry for it. I will probably merge it...

Hi. You should probably use the `vf_libplacebo` FFmpeg filter for this. Pending documentation (tm). I'll put it on my TODO list.

Great :) (You probably want to use `yuv420p10`, not `yuv420p`, since this is a 10-bit file)

> Unfortunately right now dealing with an old not-10bit-encoding-capable-GPU, and need speed over quality ;) What you are doing right now is software converting from 10-bit to 8-bit. If you...

Also, if you want speed, you should directly derive the nvdec device from the vulkan device (or vice versa) and map the GPU frame directly to CUDA, instead of downloading...

You want the *opposite*, I think. `apply_dolbyvision=1` *should* strip it from the output frames.

Oh, it's possible that the metadata it's seeing is the dolby vision configuration record, not the actual RPU record?