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

[Bug] ffprobe error: No such file or directory #364

Closed
JohnSmith2007 opened this issue May 7, 2020 · 4 comments
Closed

[Bug] ffprobe error: No such file or directory #364

JohnSmith2007 opened this issue May 7, 2020 · 4 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@JohnSmith2007
Copy link

Description

still trying to get spleeter to stop being a fickle piece of shit. every time i enter the command it keeps saying "No such file or directory", and it keeps confusing the audio file as a directory,, thinking that the audio file dosen't exist, which is bullshit.

Step to reproduce

run python -m spleeter separate -i C:\Users\smcco\Music\Power Rangers Time Force Theme.mp3 -p spleeter:5stems -o output

  1. Installed using Conda
  2. Run as regular user
  3. Got spleeter: error: unrecognized arguments: o- output

Output

(base) C:\Users\smcco>python -m spleeter separate -i C:\Users\smcco\Music\Power Rangers Time Force Theme.mp3 -p spleeter:5stems -o output
ERROR:spleeter:An error occurs with ffprobe (see ffprobe output below)

ffprobe version 4.2 Copyright (c) 2007-2019 the FFmpeg developers
  built with gcc 9.1.1 (GCC) 20190807
  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  libavutil      56. 31.100 / 56. 31.100
  libavcodec     58. 54.100 / 58. 54.100
  libavformat    58. 29.100 / 58. 29.100
  libavdevice    58.  8.100 / 58.  8.100
  libavfilter     7. 57.100 /  7. 57.100
  libswscale      5.  5.100 /  5.  5.100
  libswresample   3.  5.100 /  3.  5.100
  libpostproc    55.  5.100 / 55.  5.100
C:\Users\smcco\Music\Power: No such file or directory

Environment

OS Windows
Installation type Conda
RAM available 16GB
Hardware spec GPU: nVIDIA GeForce 1050 Ti, Intel UHD Graphics 630, CPU: Intel i5-8300

Additional context

This program is still fickle as shit

@JohnSmith2007 JohnSmith2007 added bug Something isn't working invalid This doesn't seem right labels May 7, 2020
@dankwartrustow
Copy link

dankwartrustow commented May 7, 2020 via email

@JohnSmith2007
Copy link
Author

ok then, what syntax is it that i need? 'Cause i don't know that much about coding. I'm only using spleeter so i can make multitracks for my customs in Rock Band 3.

@JohnSmith2007
Copy link
Author

File names with spaces require the right syntax in order to be accepted, otherwise it will make any command-line program appear fickle. Get Outlook for iOShttps://aka.ms/o0ukef

________________________________ From: JohnSmith2007 notifications@github.com Sent: Thursday, May 7, 2020 12:09:50 PM To: deezer/spleeter spleeter@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [deezer/spleeter] [Bug] ffprobe error: No such file or directory (#364) Description still trying to get spleeter to stop being a fickle piece of shit. every time i enter the command it keeps saying "No such file or directory", and it keeps confusing the audio file as a directory,, thinking that the audio file dosen't exist, which is bullshit. Step to reproduce run python -m spleeter separate -i C:\Users\smcco\Music\Power Rangers Time Force Theme.mp3 -p spleeter:5stems -o output 1. Installed using Conda 2. Run as regular user 3. Got spleeter: error: unrecognized arguments: o- output Output (base) C:\Users\smcco>python -m spleeter separate -i C:\Users\smcco\Music\Power Rangers Time Force Theme.mp3 -p spleeter:5stems -o output ERROR:spleeter:An error occurs with ffprobe (see ffprobe output below) ffprobe version 4.2 Copyright (c) 2007-2019 the FFmpeg developers built with gcc 9.1.1 (GCC) 20190807 configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt libavutil 56. 31.100 / 56. 31.100 libavcodec 58. 54.100 / 58. 54.100 libavformat 58. 29.100 / 58. 29.100 libavdevice 58. 8.100 / 58. 8.100 libavfilter 7. 57.100 / 7. 57.100 libswscale 5. 5.100 / 5. 5.100 libswresample 3. 5.100 / 3. 5.100 libpostproc 55. 5.100 / 55. 5.100 C:\Users\smcco\Music\Power: No such file or directory Environment OS Windows Installation type Conda RAM available 16GB Hardware spec GPU: nVIDIA GeForce 1050 Ti, Intel UHD Graphics 630, CPU: Intel i5-8300 Additional context This program is still fickle as shit — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#364>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACV5C5AOSNR3WBXMGSC3Z2TRQMBP5ANCNFSM4M3SVEDA.

ok then, what syntax is it that i need? 'Cause i don't know that much about coding. I'm only using spleeter so i can make multitracks for my customs in Rock Band 3.

@dankwartrustow
Copy link

Please remember this is open source software where your questions are answered by volunteers, replying twice on an issue and cursing isn't welcome.

Google how to type in file names with spaces into the command line.

Otherwise, delete the spaces from your file like in the example below:

python -m spleeter separate -i C:\Users\smcco\Music\PowerRangersTimeForceTheme.mp3 -p spleeter:5stems -o output

Try to work on your coding problem and if it's not interesting to you to solve, then use one of the cheap paid services online like ezstems and have the benefit of a graphical user interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants