-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
简单说下如何在mac下跑起来 #32
Labels
Comments
最后一步总是改不对 ffmpeg环境配置(当同级目录下ffmpeg无法生效时,需要人为指定ffmpeg位置)bilibili.ffmpegPath = usr/local/bin/ffmpeg |
您好,我在Macbook air M1 macOS 11.2 上正确安装了ffmpeg和java。 INeedBiliAV.jar可以打开,但无法登陆,扫码后没有反应。在app.config修改了ffmpeg路径后,打开软件时提示没有找到ffmpeg,但路径是正确的。在app.config修改的设置也无法显示在软件的设置页面,直接在软件中设置提示“无法保存“。希望能够更新~ |
Repository owner
locked as off-topic and limited conversation to collaborators
Aug 6, 2021
Closed
Repository owner
unlocked this conversation
Aug 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
安装java runtime env
Oracle
安装ffmpeg:
brew install ffmpeg
找到 ffmpeg 安装位置
type ffmpeg
编辑配置文件
下载release包,解压并打开 config/app.config
将ffmpeg路径那行开头的#去掉,使注释失效,并修改地址
bilibili.ffmpegPath = [上一步骤得到的ffmpeg的地址]
运行
参考下图(
V6.15
测试功能,如有问题请反馈)Double-Click-to-Run-for-Mac.command
可执行权限,然后双击直接运行Create-Shortcut-on-Desktop-for-Mac.sh
创建桌面快捷方式双击 INeedBiliAV.jar 即可The text was updated successfully, but these errors were encountered: