-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Arm64 Native Builds For Windows #1475
Comments
maybe it would just work if enabling arm64 for windows in electron-builder under package.json: Lines 277 to 280 in dd1b44f
similar to linux: Lines 409 to 429 in dd1b44f
but i'm not sure how to get ffmpeg arm64 windows builds. maybe it would have to be a bring-your-own-ffmpeg, like we already do for linux arm. |
Hello is there any update? I found some arm64 ffmpeg libs. Hope they can help. |
this hasn't been a very frequently requested feature (and there are no thumbs up on this issue), so I'm not sure of the value. If only a few people want it, it should still be possible to build it yourself by changing the code like i described here and then build it locally: cd lossless-cut
yarn install
yarn build && npx electron-builder --win zip |
Windows arm versions are getting more popular, so I think that the need is increasing all the time. It also sound like there is a working solution available (This is just a hupotesis made by newbie). |
still only 2 👍 on the op though |
That's true. Question is that how many just use some other option instead of puting a request in and it's also possible to run losslesscut xin64 version on arm computer (win11) through emulation. Emulation is actually working quite well. |
I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
Description
I am currently using a Windows PC with a Qualcomm Snapdragon processor.
I would like to be able to get a native build for arm64 in the release.
Thanks!
The text was updated successfully, but these errors were encountered: