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

How do I use this on Windows? #1

Open
bflynn882 opened this issue May 10, 2023 · 4 comments
Open

How do I use this on Windows? #1

bflynn882 opened this issue May 10, 2023 · 4 comments

Comments

@bflynn882
Copy link

Title says it all, would really like to use this but not sure how on Windows. Thanks.

@edvein-rin
Copy link
Owner

Title says it all, would really like to use this but not sure how on Windows. Thanks.

Hi :)

The project is still a work in progress, but I'll publish the first version with .exe files and guides on usage when it's ready.

@bflynn882
Copy link
Author

bflynn882 commented May 15, 2023 via email

@goombapatrol
Copy link

goombapatrol commented Sep 2, 2024

Title says it all, would really like to use this but not sure how on Windows. Thanks.

Hi :)

The project is still a work in progress, but I'll publish the first version with .exe files and guides on usage when it's ready.

Hey, any updates on development? I'm on Windows as well and can't wait to try it out :)
Thanks @edvein-rin

@edvein-rin
Copy link
Owner

Title says it all, would really like to use this but not sure how on Windows. Thanks.

Hi :)
The project is still a work in progress, but I'll publish the first version with .exe files and guides on usage when it's ready.

Hey, any updates on development? I'm on Windows as well and can't wait to try it out :) Thanks @edvein-rin

Hi!

I've tried to make a Windows build on my Windows machine, but it failed due to issues with MIDIUtil package having different distribution and import names (MIDIUtil on distribution vs midiutil on import) and pyinstaller (package for making a build) doesn't like this.
Currently I'm too busy to resolve this issue :c

As far as I remember build on my Linux machine was succesfull and I had an .exe file, however I reset it so I don't have access to it right now.

If you want to use the program on Windows you still can run the package directly if you have experience with Python.
Install Python 3.10, install required Python packages and run in root folder this command:

py -3.10 -m src path/to/video.mp4

image

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

No branches or pull requests

3 participants