Spleeter: IF I can separate only one stem from stems?

Created on 12 Oct 2020  Â·  3Comments  Â·  Source: deezer/spleeter

I used 2stems/4stems/5stems,I can get [bass, drums, other, piano, vocals]

is there a way to only drop one , and keep the rest as the whole music?
eg: I like a song, but I dont like the drums in the song, I only want to drop the drums from the song ...

or

how can I concat these "[bass, drums, other, piano, vocals]" by myself

thx !

question

Most helpful comment

Yeah like the above poster said, invert the stem.

Or you could also use something like FFMPEG to combine the stems you do want:

I THINK something this link below is what you want (I haven't tried it myself)
https://stackoverflow.com/questions/14498539/how-to-overlay-downmix-two-audio-files-using-ffmpeg

All 3 comments

To remove a stem, just invert the stem & add it back to the original file (must be the same type of file). This will subtract the stem from the original file.

Rog

 On Sunday, October 11, 2020, 11:11:32 PM CDT, Cython_lin <[email protected]> wrote:

I used 2stems/4stems/5stems,I can get [bass, drums, other, piano, vocals]

is there a way to only drop one , and keep the rest as the whole music?
eg: I like a song, but I dont like the drums in the song, I only want to drop the drums from the song ...

or

how can I concat these "[bass, drums, other, piano, vocals]" by myself

thx !

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Yeah like the above poster said, invert the stem.

Or you could also use something like FFMPEG to combine the stems you do want:

I THINK something this link below is what you want (I haven't tried it myself)
https://stackoverflow.com/questions/14498539/how-to-overlay-downmix-two-audio-files-using-ffmpeg

@Mixerrog I cant understand the way, thanks for u answer !

and

I use @RufusMall's way, It works

I THINK something this link below is what you want (I haven't tried it myself)
https://stackoverflow.com/questions/14498539/how-to-overlay-downmix-two-audio-files-using-ffmpeg

(
I just listen to some music for myself.
Electronic drums in some light music sounds noisy.
so I just drop it from light music.
)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

geraldoramos picture geraldoramos  Â·  4Comments

rcgale picture rcgale  Â·  4Comments

aidv picture aidv  Â·  4Comments

pHequals7 picture pHequals7  Â·  4Comments

max6292 picture max6292  Â·  5Comments