-
Notifications
You must be signed in to change notification settings - Fork 70
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
ffmpeg and ffprobe Apple Silicon #95
Comments
For people who have problems, here is a small guide for a Mac with M1 CPU:
|
As a workaround for now, I would recommend still installing Rosetta. There is a different issue here though, that the ffbinaries.org is very old. I think the best solutions would be to host a separate github repository where I release ffmpeg and ffprobe binaries to and download from there. Because so far I have not been able to find a source that gives me all builds in an up to date version. E.g. your link only contains macOS builds, but it would be awkward having to check a separate source for macOS. |
@linuxr01 I am considering adding an option to use the locally installed ffmpeg (e.g. via brew), would that work for you? |
@StefanLobbenmeier I cannot speak for @linuxr01, but I would certainly appreciate it. |
Should help with issues like - StefanLobbenmeier/youtube-dl-gui#95 - StefanLobbenmeier/youtube-dl-gui#45 (comment)
Could you check whether it is an M1 Mac?
By default the x86-64 version is installed but the M1 requires the ARM version.
/Applications/Open\ Video\ Downloader.app/Contents/Resources/app.asar.unpacked/binaries/ffmpeg ; exit;
zsh: bad CPU type in executable: /Applications/Open Video Downloader.app/Contents/Resources/app.asar.unpacked/binaries/ffmpeg
The text was updated successfully, but these errors were encountered: