Hi
Would any VH member know how to remove the music etc and just leave the vocal from a YT video? What i have is an Mp3 rip from a YT video and it has that dreadful background music/effects playing while the person is talking which i'd like to remove.. Any help would be appreciated..
Thanks
+ Reply to Thread
Results 1 to 8 of 8
Thread
-
-
try a filter :
ffmpeg.exe -i song.mp3 -c:a pcm_s16le -af "bandreject=f=900:width_type=h:w=600" out.mp3 -y
if you want more attenuation you can chain the filter as many times as you want:
ffmpeg.exe -i song.mp3 -c:a pcm_s16le -af "bandreject=f=900:width_type=h:w=600, bandreject=f=900:width_type=h:w=600" out.mp3 -y -
Thank jack_666 for reply.......on the off chance, is there a software to do this? Thanks again
-
Reality check: this is not IMPOSSIBLE to do, but is very, very difficult, even for pros. Don't expect more than mediocre results.
*Exceptions: music vs. dialog vs. FX separated by channel or stream, or mixed in a way to separate out via matrixed channel subtraction.
ScottLast edited by Cornucopia; 18th Apr 2022 at 13:52.
-
Upload here either the mp3 or the YouTube link,
Let somebody take a look at it
Similar Threads
-
create "hybrid" Video CD / MP3 CD that plays on DVD- and MP3 CD-players
By PeteWright in forum Newbie / General discussionsReplies: 7Last Post: 28th Dec 2019, 13:27 -
Removing music (but retaining a voiceover) from a video
By CaptainCatholic587 in forum AudioReplies: 19Last Post: 22nd Jun 2019, 20:44 -
320 Kbps MP3 music file edit question
By VEBouto in forum AudioReplies: 2Last Post: 23rd May 2019, 19:20 -
Software/tool to detect music and dub over it or mute it? (music detection)
By tinydog in forum AudioReplies: 3Last Post: 17th Jan 2019, 08:19 -
Need Help to convert mp3 to mp4 using mp3's album art pic as still pic
By Love in forum Video ConversionReplies: 38Last Post: 3rd Jan 2019, 10:11