We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version: ProductName: macOS ProductVersion: 12.0.1 BuildVersion: 21A559 Kap version: 3.5.1
lipo -info /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_mdules/ffmpeg-static/ffmpeg lipo -info /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/gifsicle/vendor/gifsicle
lipo -info /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_mdules/ffmpeg-static/ffmpeg
lipo -info /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/gifsicle/vendor/gifsicle
Non-fat file: /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/ffmpeg-static/ffmpeg is architecture: x86_64
Non-fat file: /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/gifsicle/vendor/gifsicle is architecture: x86_64
Expect arm64 ffmpeg binary.
Symlink homebrew binaries as described here: #970 (comment)
Edit: Ironically, brew install kap also bundles the x86 ffmpeg and gifsicle.
brew install kap
The text was updated successfully, but these errors were encountered:
Seems like this may help solve the issue? eugeneware/ffmpeg-static#35 (comment) ...at least in case of ffmpeg-static.
Sorry, something went wrong.
Bumping this, still the case for Kap 3.6.0
No branches or pull requests
macOS version:
ProductName: macOS
ProductVersion: 12.0.1
BuildVersion: 21A559
Kap version:
3.5.1
Steps to reproduce
lipo -info /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_mdules/ffmpeg-static/ffmpeg
lipo -info /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/gifsicle/vendor/gifsicle
Current behaviour
Non-fat file: /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/ffmpeg-static/ffmpeg is architecture: x86_64
Non-fat file: /Applications/Kap.app/Contents/Resources/app.asar.unpacked/node_modules/gifsicle/vendor/gifsicle is architecture: x86_64
Expected behaviour
Expect arm64 ffmpeg binary.
Workaround
Symlink homebrew binaries as described here:
#970 (comment)
Edit: Ironically,
brew install kap
also bundles the x86 ffmpeg and gifsicle.The text was updated successfully, but these errors were encountered: