Remove Background Music and Enhance Speech with Free AI Tools | Avoid ContentID

Channel:
Subscribers:
2,810
Published on ● Video Link: https://www.youtube.com/watch?v=-4r8bOXe-yg



Duration: 13:44
1,002 views
24


A look at using Ultimate Voice Remover, a free frontend for AI audio source separation models, to remove background music from TV clips and radio broadcasts. Then, using FFMpeg to separate audio tracks, as well as recombining single and multiple audio tracks back into a video using FFMpeg.

Ultimate Vocal Remover GUI GitHub:
https://github.com/Anjok07/ultimatevocalremovergui

FFMpeg Windows Builds:
https://www.gyan.dev/ffmpeg/builds/

FFMpeg Commands:
extract audio:
ffmpeg -i input.mp4 -vn -acodec pcm_s16le -ar 44100 -ac 2 output.wav

combine 1 audio track:
ffmpeg -i "video.mp4" -i "audio.wav" -c:v copy -c:a aac "output.mp4"

combine 2 audio tracks:
ffmpeg -i "input_video.avi" -i "track_1.wav" -i "track_2.wav" -map 0:v -map 1:a -map 2:a -c:v copy "output_file.mp4"

Subreddit Surfing with Cardiff Electric and Vinnie Paulino
https://www.youtube.com/@subredditsurfing




Other Videos By NanoNomad


2024-02-14Train Better Stable Diffusion Models | Prep Datasets Using this Free "Magic" Image Tool
2024-02-12Emulate a Sound Blaster in real MS-DOS on Modern Hardware | Retro Gaming on "Current" PCs
2024-01-28How to Play Hundreds of Point-and-Click Adventures on iOS for FREE with ScummVM with NO SIDELOADING
2024-01-18Training LoRAs and GLoRAs for Stable Diffusion 1.5 and XL Using the New Prodigy Optimizer
2024-01-03Nick Rekieta - Role Model (Voice Parody. It's silly. It's a joke.)
2023-11-19Automated Image Captioning with LLMs - Recognize Anything, BLIP-2, and Kosmos-2
2023-10-27Fine-Tuning Mistral 7B using QLoRA and PEFT on Unstructured Scraped Text Data | Making it Evil?
2023-09-20Exploring XTTS v1 and Tools to make Better Audio Datasets (the lazy way)
2023-09-01Es spricht Deutsch | Tortoise TTS Speaking German Demo Clip | Model Download Link in Description
2023-08-18AI Null reads Alice's Adventures in Wonderland by Lewis Carroll | Full Audiobook
2023-08-11Remove Background Music and Enhance Speech with Free AI Tools | Avoid ContentID
2023-08-06AI Null Reads Alice's Adventures in Wonderland by Lewis Carroll, Chapters 1 and 2 | joshcore
2023-07-30Are Text Cleaners Making Your TTS Models Sound Bad? | TTS Model Training Tips
2023-07-08.:Demo:. Tortoise TTS Expressive Speech narrating Norman Arkawy's 1955 Sci-Fi short "Selling Point"
2023-07-03.::Demo::. 4 Voice Multispeaker Tortoise TTS English Fine-Tuned Model Test :: Great Dictator Speech
2023-07-01Creepy Message about a 2003 Pandemic in China on found IBM PS/1 Pentium 66mhz PC
2023-06-28Now for Download: YourTTS (English, French, German, Spanish) Multilingual Model with 60+ Voices
2023-06-27Demo: YourTTS speaking in native French; A sampling of trained-in Voices
2023-06-27Demo: YourTTS speaking in native Spanish; A sampling of trained-in Voices
2023-06-27Demo: YourTTS speaking in native German; A sampling of trained-in Voices
2023-06-27Demo: YourTTS speaking Norman Arkawy's 1955 Sci-Fi Story 'Selling Point'. Info in description.



Tags:
Vocal remover
voice removal
ai voice
ffmpeg
free ai