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

FFmpeg doesn't work on Apple Silicon Macs #718

Closed
Alvarez81 opened this issue Jan 24, 2022 · 7 comments
Closed

FFmpeg doesn't work on Apple Silicon Macs #718

Alvarez81 opened this issue Jan 24, 2022 · 7 comments

Comments

@Alvarez81
Copy link

FFmpeg doesn't work on Apple Silicon Macs. Rosetta 2 is not a stable and "good" solution.
Is there any other way to record video in VirtualC64 without FFmpeg ?

@Alessandro1970
Copy link

@Alvarez81
Copy link
Author

Is there an easy solution ?
Homebrew software is really native ? Where will be located compiled software ?
Could it be added to VirtualC64 code ?

@dirkwhoffmann
Copy link
Owner

Homebrew is the easy solution, I use it all the time. In fact, I've installed ffmpeg with Homebrew, too.

@KinaKai
Copy link

KinaKai commented Jan 31, 2022

On a fresh install of Homebrew on Apple Silicon systems, Homebrew will install into /opt/homebrew, which breaks the hardcoded assumption that ffmpeg will be found in /usr/local. You can workaround around this by just doing a symlink: sudo ln -s /opt/homebrew/bin/ffmpeg /usr/local/bin/ffmpeg.

A permanent fix could be to expose the location of ffmpeg as user-definable setting.

@dirkwhoffmann
Copy link
Owner

Thanks a lot for posting a workaround!

A permanent fix could be to expose the location of ffmpeg as user-definable setting.

Yes, this should be done. It's already on my To-Do list for vAmiga (which unfortunately consumes all my spare time at the moment).

@dirkwhoffmann
Copy link
Owner

Code from vAmiga has been ported.
Bildschirmfoto 2022-05-07 um 18 33 14

@dirkwhoffmann
Copy link
Owner

v4.5b1 is online.

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

No branches or pull requests

4 participants