NokiMo
codeScripter
codeScripter

patreon


OpenFunscripter 3.2.0 For MacOS

If you’re on an Apple Silicon (arm M1) Mac, we need to pretend we’re on an Intel machine so everything actually compiles. (This will open a new bash shell and use Rosetta to emulate an Intel machine – if your Mac prompts you to install Rosetta, do what it says)
For Apple Silicon Macs only:
arch -x86_64 /bin/bash
[opens a new fake-Intel bash shell]

For Apple Silicon Macs only, we need to install homebrew again (sorry). This will hopefully work! It’s very messy to install homebrew twice, as normally homebrew for arm installs to /opt/homebrew/bin/brew, but we have to fudge things for our fake-Intel build so we get fake-intel mpv which OpenFunscript needs)
For Apple Silicon Macs only
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

For Apple Silicon Macs only—first we have to explicitly set a load of exports for the intel version of homebrew, as we’re running in a fake-Intel bash shell where these may not get set automatically and they’ll be needed later for cmake & make, then we run the x86 version of homebrew to install mpv
export HOMEBREW_PREFIX="/usr/local";
export HOMEBREW_CELLAR="/usr/local/Cellar";
export HOMEBREW_REPOSITORY="/usr/local/Homebrew";
export PATH="/usr/local/bin:/usr/local/sbin${PATH+:$PATH}";
export MANPATH="/usr/local/share/man${MANPATH+:$MANPATH}:";
export INFOPATH="/usr/local/share/info:${INFOPATH:-}";
/usr/local/Homebrew/bin/brew install mpv

For Intel Macs only:
brew install mpv

If you have any questions, please leave me a message and I will help you solve them!

Mega

https://mega.nz/file/d2ZlwCoL#b54BYaJW2iHX5NBcmINBb-L4yiRbHlpBoxLynX5cquI

Comments

Currently, because brew has upgraded the default version of mpv, the mac version of OFS is not available. Please consider the win version of OFS first. It will take time to solve this problem.

龙 费

Hello, I have a Macbook Pro M2. I've followed the above steps, but the mega link is encrypted. What do I need to do to install OpenFunscripter? Thanks in advance!

Wouter

Thank you very much for making this available. I was able to successfully install. My purpose is to mainly work with videos. When i opened video file in application, it opened 2 windows. Video file with .mpv and second window with .osfv. Suspecting that i might not have kodec installed, i searched alternative for LAV filters for windows to mac and installed https://support.apple.com/en-in/106396. Now when i try to open video, only 1 new window opens and application goes non responsive. I've Apple M1 Ultra, 64 GB Ram and latest OS version. Appreciate if you can help me with issue resolution here ? Thank you in advance.

rvrl9

Hey there! I subscribed for this app. Could we possibly get a recompile for this app as it appears to be broken with the mpv update. Or step by step on how to install an older version?

Nour

After adding a video, two windows appear and the application does not respond

Костя Соловьев


Related Creators