Closed SemperPeritus closed 1 year ago
@rucker Can you check is works in your environment? Compiled modified version here.
Thanks!
@SemperPeritus @marzzzello Sorry, I didn't get to this fast enough! This does in fact work for my setup (M1 Mac + Homebrew), however for this to be a more complete solution I think the script should be able to locate mpv
and ffmpeg
somewhat more flexibly by checking other possible locations:
/usr/local/
) and Apple Silicon Macs (/opt/homebrew/
) (Source)/Applications
or ~/Applications
(likely the former). The mpv
binary itself lives here and Homebrew symlinks to it.Since this is already merged, what I think I'll do is submit a PR to expand on @SemperPeritus's changes.
Fix for issue #29 Works on MacOS 16.2 (MacBook Pro with M1). mpv installed with brew.
PATH
contains homebrew path. Workaround in the issue.