diracdeltas / spleeter4max

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

"ffmpeg" has no attribute '_run' #61

Closed slyman928 closed 2 years ago

slyman928 commented 2 years ago

Used to work with python3.7, changed a bunch of my python doing ai things, stopped working. Been trying to get it working again, did all the updated stuff (python3.9, spleeter2.3). Can't get it going. it did one thing yesterday and I had an output but only "other.wav" and then an error, today i'm just getting the ffmpeg error. Error before was permission denied on the file, reinstalled spleeter and ffmpeg and now this.

Untitled

Info:

diracdeltas commented 2 years ago

hmm haven't seen that one. maybe try reinstalling ffmpeg using the instructions in https://github.com/diracdeltas/spleeter4max/wiki/Installing-ffmpeg-on-Windows? if you type ffmpeg in the command prompt, what is the output?

slyman928 commented 2 years ago

ffmpeg worked normally when running in cmd. manually deleted ffmpeg and spleeter + the spleeter.exe script and reinstalled. now this Screenshot 2022-01-25 213508

stuck at that

diracdeltas commented 2 years ago

it does look like the vocals.wav file was written successfully (does it actually exist) but ran out of memory?

slyman928 commented 2 years ago

it existed. just restarted though and now it's done the bass and vocals and hangs here Screenshot 2022-01-25 220303

this is what it was doing yesterday before i was getting the ffmpeg error. strange i was getting that in the first place but yea...

just tried running again and got the memory error. was having that issue with some ai stuff a while ago, not sure how i remedied it, some sort of memory clear line. i have 32gb ram on this machine though...

diracdeltas commented 2 years ago

32gb ram should be plenty. i wonder if just splitting the audio files in half or something will make the error occur less.

slyman928 commented 2 years ago

that worked, figuring just since it was a wav file, and the original i tried recently was a flac. 128kbps mp3 worked fine

thanks for the help