Niklas Haas

Results 354 comments of Niklas Haas

Try: ``` hdr-peak-decay-rate=100 hdr-scene-threshold-low=5.5 hdr-scene-threshold-high=10 ``` This should get you the exact old settings.

I mean, the peak detection algorithm changed, and it works on a completely different brightness scale. That's sort of why the values were changed. You'll have to play around with...

I largely agree here that the problem is the lack of metadata on the ASS side. That should be addressed first. The established practice in all other domains of video...

All three give me unknown variable errors. If I instead put it at the top-level of my vimrc, I get: ``` g:minimap_width: 10 g:minimap_auto_start: v:true g:minimap_auto_start_win_enter: v:true ``` Is it...

I tried setting it to 1, unfortunately no change.

Okay, it seems to work for me now: ```lua vim.g.minimap_width = 10 vim.g.minimap_auto_start = true vim.g.minimap_auto_start_win_enter = true table.insert(lvim.plugins, { 'wfxr/minimap.vim', build = "cargo install --locked code-minimap", }) ``` The...

Does it happen for e.g. `yuv420p`, or just the 10-bit formats?

Sorry, I'm still trying to get around to this; I should have the time later this week. You can find the colormatrix generation code here: https://github.com/haasn/libplacebo/blob/master/src/colorspace.c#L1412 With test cases here:...

It would be easier also if you could reproduce the problem on a static test pattern with known YCbCr values, such as `smptebars`