make own smplayer for mac #874
-
where can I find the method for Mac, because I'm curious what it would be like to build it myself |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
This is the github action that builds smplayer for Mac, you can see there the commands to build the package: |
Beta Was this translation helpful? Give feedback.
-
It will probably work but the video will be on a separate window. I'm using a patched version to fix that problem. |
Beta Was this translation helpful? Give feedback.
-
error bro... mpv --no-quiet --terminal --no-msg-color --input-ipc-server=/private/var/folders/k4/qwqyrpyx18799b76fsprrz6m0000gn/T/smplayer-mpv-459 --msg-level=ffmpeg/demuxer=error --video-rotate=no --no-config --no-fs --hwdec=no --sub-auto=fuzzy --shm-buffer-name=/smplayer-1113 --vo=shm, --no-keepaspect --monitorpixelaspect=1 --osd-level=1 --osd-scale=1 --osd-bar-align-y=0.6 --sub-ass --embeddedfonts --sub-ass-line-spacing=0 --sub-scale=1 --sub-font=Arial --sub-color=#ffffffff --sub-shadow-color=#ff000000 --sub-border-color=#ff000000 --sub-border-size=0.75 --sub-shadow-offset=2.5 --sub-font-size=50 --sub-bold=no --sub-italic=no --sub-margin-y=8 --sub-margin-x=20 --sub-codepage=ISO-8859-1 --sub-pos=100 --volume=55 --cache=auto --screenshot-template=cap_%F_%p_%02n --screenshot-format=jpg --screenshot-directory=/Users/antoniech/Pictures/smplayer_screenshots --audio-pitch-correction=yes --volume-max=110 --term-playing-msg=MPV_VERSION=${=mpv-version:} Error parsing option shm-buffer-name (option not found) |
Beta Was this translation helpful? Give feedback.
This is the github action that builds smplayer for Mac, you can see there the commands to build the package:
https://github.com/smplayer-dev/smplayer/blob/master/.github/workflows/build-macos.yml