Telegram Group & Telegram Channel
Ultimate Voice Remover for a 5m 24s audio track took 4m 40s to process using CPU only on Mac M1. Once I checked GPU then it took 57s. So GPU is only way to go 5x realtime compared to about 1.2x realtime.

download video only and audio only from youtube using
yt-dlp --list-formats "someyoutubeURL"

download 720p video only
yt-dlp -f 136 "https://www.youtube.com/watch?v=SOMEVIDEO"

download m4a 128k audio only
yt-dlp -f 140 "https://www.youtube.com/watch?v=SOMEVIDEO"

now after removing music from audio just mux audio with original video

ffmpeg -i "video_only.mp4" -i "audio_(Vocals).mp3" -c:v copy -c:a copy -map_metadata 0 -shortest output.mp4



tg-me.com/geektips/980
Create:
Last Update:

Ultimate Voice Remover for a 5m 24s audio track took 4m 40s to process using CPU only on Mac M1. Once I checked GPU then it took 57s. So GPU is only way to go 5x realtime compared to about 1.2x realtime.

download video only and audio only from youtube using
yt-dlp --list-formats "someyoutubeURL"

download 720p video only
yt-dlp -f 136 "https://www.youtube.com/watch?v=SOMEVIDEO"

download m4a 128k audio only
yt-dlp -f 140 "https://www.youtube.com/watch?v=SOMEVIDEO"

now after removing music from audio just mux audio with original video

ffmpeg -i "video_only.mp4" -i "audio_(Vocals).mp3" -c:v copy -c:a copy -map_metadata 0 -shortest output.mp4

BY GeekTips




Share with your friend now:
tg-me.com/geektips/980

View MORE
Open in Telegram


telegram Telegram | DID YOU KNOW?

Date: |

What is Telegram?

Telegram is a cloud-based instant messaging service that has been making rounds as a popular option for those who wish to keep their messages secure. Telegram boasts a collection of different features, but it’s best known for its ability to secure messages and media by encrypting them during transit; this prevents third-parties from snooping on messages easily. Let’s take a look at what Telegram can do and why you might want to use it.

telegram from us


Telegram GeekTips
FROM USA