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


GeekTips Telegram | DID YOU KNOW?

Date: |

Telegram is riding high, adding tens of million of users this year. Now the bill is coming due.Telegram is one of the few significant social-media challengers to Facebook Inc., FB -1.90% on a trajectory toward one billion users active each month by the end of 2022, up from roughly 550 million today.

Find Channels On Telegram?

Telegram is an aspiring new messaging app that’s taking the world by storm. The app is free, fast, and claims to be one of the safest messengers around. It allows people to connect easily, without any boundaries.You can use channels on Telegram, which are similar to Facebook pages. If you’re wondering how to find channels on Telegram, you’re in the right place. Keep reading and you’ll find out how. Also, you’ll learn more about channels, creating channels yourself, and the difference between private and public Telegram channels.

GeekTips from ye


Telegram GeekTips
FROM USA