You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: