-
Notifications
You must be signed in to change notification settings - Fork 91
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 M2 Pro - multiple issues #82
Comments
The first one can be solved by installing Rosetta (which is an official intel to arm translator from Apple). Maybe we will include an arm64 specific version off ffmpeg in to next release. You can install Rosetta2 manually follwing this:
I guess the second issue comes from the solution of the first. Try to redownload noScribe, install Rosetta2 and run it without changing any internal files. I looks like the ffmpeg version you manually introduced is missing some libraries. |
Thanks for the quick reply, this worked for me! (In case someone else is having this issue, I wasn't asked to install rosetta 2 for the program, and spent a stupid amount of time googling installing rosetta 2 - since most pages talk about installing it 'manually' via software update. Just follow the link above and do it in Terminal.) |
Yes, I also don't know, why it doesn't ask for being installed when running noScribe. It should be triggered by Maybe we should mention this in the README.md, @kaixxx? |
And great to hear it worked :). |
Yes, this would be very useful. Go ahead if you want 😃 |
While it's perfectly debatable and somewhat easier to rely on Rosetta to emulate |
I tend to disagree :). Actually, I believe the majority of Apple silicon's has installed Rosetta2 anyway, since you need it for a lot of stuff. Since it's perfectly integrated into macOS's environment, the only reason not to use it is due to performance issues. And for ffmpeg that's not an issue. Exchanging packages in an .app is more error prone. And the ffmpeg from homebrew does not seem to be a standalone executable. If you exchange, you should at least use one of the standalone builds from osxexperts.net or similar. |
More is described here:
One widely used static build of ffmpeg besides that from osxexperts.net can be found at ffmpeg.martin-riedl.de. I guess we'll either use one of those or build it ourselves in the next release, but this might be a little overkill. |
osxexperts.net state that "[t]he provided FFmpeg files are for educational purposes only". Not sure, if we can use them. Martin Riedl does not have such a disclaimer. Maybe we could ask him. What are your thoughts on that @kaixxx? |
The builds from Martin Riedl look good. The are also signed, which might be a bonus. |
Pretty neat find 👍. I wasn't aware of FFmpeg's reliance on libraries, doh. FWIW I've adapted #78 (comment) to use https://ffmpeg.martin-riedl.de/ binaries, as a Rosetta-independent fix for the time being 😺. |
Me neither since the error report of @neonsatire :). Thanks for updating your solution. (And sorry for editing your comment, I wanted to answer. Didn't even know, I could edit your comments :D.) |
I'm very glad I got to learn something. :) |
Hi,
I recently tried to install noscribe (version 0.5.0) several times on my Mac (M2 Pro Sonoma 14.1.1), and have been running into a series of issues: the first of which was an ffmpeg error (like described here: #78).
I used the solution @BabyFnord offered up, but after that ran into an error in step 2 (identifying the speakers). Turning off speaker detection, I ran into Error in step 3 ([Errno 2] No such file or directory:).
What can I do?
Thanks for any help!
noscribelog.pdf
The text was updated successfully, but these errors were encountered: