der richter

Results 198 comments of der richter

also on a side note and if you weren't aware, you can use the mpv bundle from the cli too. within the bundle is a normal mpv binary (`mpv.app/Contents/MacOS/mpv`). you...

> i am using xcode 15.0.1 with the previous available SDK 14.0 and swift 5.9. i think it might be worthwhile to try this older version of xcode to verify...

you can now find nightly builds from our master branch in our `Actions` section. there might be workflow runs with the same name from master (comment, build, etc), only the...

so the `mpv.app` works from the github download but using the binary inside the app on the terminal leads to the crash? does it work on the terminal with `mpv...

i can only reproduce this with `player-operation-mode=pseudo-gui`, when starting without any video and only then when loading certain video files. i can also reproduce this with `-v -v` or `--log-file=output.txt`....

@zhhxiang05 i am not sure how your linux problem is related to macOS? you should open a new issue, if it wasn't already reported.

i think you still totally misunderstand something here. those issues can't be related. different backend, different driver, different underlying render API, etc. also this issue is not really about fullscreening,...

a fix or rather a workaround for this problem can be found in the PR #13651.

just my personal preference. since the day i originally opened the PR and it was merged i use `--hidpi-window-scale=no`, because for me it's the only 'right' way to it. i...

you can use the [fps ffmpeg filter](https://ffmpeg.org/ffmpeg-filters.html#fps-1) for that, `--vf=fps=fps=48`. just simply write a script that sets this filter dynamically by observing/reading the `display-fps` and `fps` properties, similar to [this](https://github.com/haasn/gentoo-conf/blob/xor/home/nand/.mpv/scripts/avail/fpsadjust.lua)...