diracdeltas / spleeter4max

separate audio in ableton into stems using Spleeter
https://youtu.be/4pcJoI5CUOA
547 stars 51 forks source link

spleeter-native FFMPEG error: no such file or directory #34

Closed nedimhaveric closed 4 years ago

nedimhaveric commented 4 years ago

Did you read the installation instructions already?

Yes

Describe the issue

Spleeter runs and opens the newly created file for the stems. No tracks in folder. Folder is empty

Max Console Screenshots

image

image

Info:

diracdeltas commented 4 years ago

at a glance, seems like the issue might be that ffmpeg doesn't have permission to access the files in D:\\Program Files. you could try moving the entire spleeter-native directory to a different folder (like somewhere in home). or you could enable spleeter/ffmpeg to run as admin, though offhand i'm not sure how to do that because i don't use windows.

another is to just use the spleeter docker install instead of spleeter-native, assuming your version of windows supports docker.

nedimhaveric commented 4 years ago

Seems that part of issue was that the INPUT FILE name was too long.

After shortening new error appeared: [winerror5] access is denied

Attempted to fix by running command prompt as admin and running pip install pydictionary error persisted

if anyone can point me in the write direction please do not sure which program is supposed to have permission or even what permission it needs

1 2

diracdeltas commented 4 years ago

does this help? https://github.com/diracdeltas/spleeter4max/issues/7

diracdeltas commented 4 years ago

if not you may have to aslso enable run as administrator on python itself and maybe also ffmpeg

nedimhaveric commented 4 years ago

After following the instructions in #7 it worked without a hitch!

Thanks for all the help! <3

diracdeltas commented 4 years ago

awesome!