Eva

Results 179 comments of Eva

You've been neglecting to read the readme for a while?

Yeah this is a temporary change until I implement proper YouTube thumbnails. Ideally I do not want to download the video all over again to generate thumbs. I know how...

I started to work on yt-dlp storyboard support, fetching and cutting into individual thumbnails is done. Currently missing the display logic, hope to have a branch with fast yt support...

The only way that I know of which would let us do tonemapped thumbnails would be to take screenshots. Sadly `screenshot-raw` isn't accessible by lua scripts so we'd need to...

Found a good compromise in 6c99377d1c7ce022f707cb69b8cd25ce5d4fc6fd. It will do good-enough tonemapping on HDR files (and DV files with an HDR fallback?). The algorithm is copied from your mpv config, if...

Yup, and nothing that can be done about that. This commit falls back to hable if you configured an unsupported tonemapping algorithm. I don't think it fully matches libplacebo's tonemapping...

Nope you're wrong, please try it. Please try it. It works. Please. Try setting a non-hable option *in mpv*. It works.

> Have you tried it? `properties["tone-mapping"]` correctly returns hable for my setup. Maybe you didn't see the `observe_property` line? Please try it, I beg you. `properties` is populated by your...

Can it? This is what the performance page of stats.lua uses, but I don't see my tonemapping (even explicit) anywhere. I get the same values by printing `vo-passes` myself. Seems...

Now resolves auto when possible, and allows runtime changes. I made sure it only fetches `vo-passes` when necessary.