Spleeter: [Bug] ffprobe error: No such file or directory

Created on 7 May 2020  Â·  4Comments  Â·  Source: deezer/spleeter

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

bug invalid

Most helpful comment

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.

All 4 comments

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 GitHubhttps://github.com/deezer/spleeter/issues/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.

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.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brunobulgaron picture brunobulgaron  Â·  5Comments

max6292 picture max6292  Â·  5Comments

Rohan-Kishibe picture Rohan-Kishibe  Â·  5Comments

eoeintu picture eoeintu  Â·  4Comments

sullivanstrong picture sullivanstrong  Â·  4Comments