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 announces Search Filters

With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even “Yesterday”. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.

GeekTips from jp


Telegram GeekTips
FROM USA