der richter
der richter
you need to to give some more context, eg you reproduction steps. what are you doing, what's your monitor setup, etc. what happen wenn you use the --screen and --fs-screen...
okay, i can kinda see that from the logs. what is the last version of mpv that was still working for you? you can try the bundles from here https://laboratory.stolendata.net/~djinn/mpv_osx/....
i didn't change anything in the mac specific code and i also can't reproduce it here. it works as expected. so either i can magically reproduce it somehow, or someone...
that's very helpful. it's kinda like git bisect and the right way to go. it would be nice to know if you all having this problem are using an m1...
so it seems like an arm/m1 problem only then. which is kinda unfortunate. i planing and hope to buy one myself if they announce something this spring that fits my...
we don't want to fs on the screen set in --screen, we always fs on the current screen if --fs-screen is not set. i am not sure what exactly is...
> vf=scale=w=1280:h=720:flags=bilinear that's not descaling or debilinear but just scaling down. it doesn't use the inverse kernel.
btw the macOS bundle script ist not part of the build system and is only an external tool/script in the TOOLS folder. for a quick hotfix you need to find...
i can't, like i said you must find the specific dylib yourself. this will show you all linked libraries. ``` otool -L ./build/mpv ``` this will show you more specific...
i am not going to walk you trough this. find out wich of the linked libs depends on libjxl and adjust thy dylib. but i am repeating myself here. alternatively...