Skip to content
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

macos support? #3

Open
hempires47 opened this issue Mar 2, 2023 · 2 comments
Open

macos support? #3

hempires47 opened this issue Mar 2, 2023 · 2 comments

Comments

@hempires47
Copy link

hello again, sorry for the second issue in such a short timeframe lol
I tried to set my friend up with your extension on his M1 Macbook, and it consistently failed on calling for ffmpeg, I had a poke through the code and it seems like its grabbing a windows only version, on line 352:
ffmpeg_url = "https://github.com/GyanD/codexffmpeg/releases/download/5.1.1/ffmpeg-5.1.1-full_build.zip"
is there anything I can do to get this working for him? and/or am I just being an idiot and missing something really easy?

@Filarius
Copy link
Owner

Filarius commented Mar 2, 2023

This line works only if Windows OS is detected, at other platforms it do nothing.
First try to get FFmpeg manually https://ffmpeg.org/download.html
I do not had expirience with Mac. Maybe try to place ffmpeg in SD folder if its possible.
On platforms other than Windows my script just assumes ffmpeg is must be available by just running a ffmpeg command.

Please report me your steps if you succeed.

@Filarius
Copy link
Owner

Filarius commented Mar 2, 2023

Oh, you also need a FFprobe !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants