Leo Izen

Results 188 comments of Leo Izen

> We don't currently have an option to skip YCbCr->RGB in the decoder and return YCbCr output - it might be useful to add that, but then if the image...

If an API is being added to request different channel arrangements, it would also be nice if Planar output could be requested instead of packed. Since internally the data is...

`--tscale-window` lets you specify a custom windowing function for the tscale's kernel. If you aren't really sure what a "windowing function" is then you should probably leave these alone as...

I'm not able to play this video to test it, do I need to have a French IP address? The website shows this: ![image](https://user-images.githubusercontent.com/1342577/142655262-2a30098a-8b55-49f9-b2cb-317c6063b9ef.png) (Translation: Subscribe for more content: It's...

I don't have a VPN that can put me in France, so there's not much I can do to debug this even if I can log in. If any other...

I believe this is a bug in zimg. What happens if you install zimg-git from the AUR?

Can you post a log and/or reproduce the issue with `--zimg-threads=1`?

> The opposite, I think, mpv team is working for ffmpeg and videolan now. No? libplacebo is essentially haasn's rewrite of mpv's rendering abstraction layer as a separate library, that...

Don't have conversations on unrelated issues.

The `playlist-shuffle` command calls the C standard library `rand()` which is a pseudo-random number generator. According to the manpages, `rand()` will use a seed of `1` unless `srand()` is called...