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: |

Launched in 2013, Telegram allows users to broadcast messages to a following via “channels”, or create public and private groups that are simple for others to access. Users can also send and receive large data files, including text and zip files, directly via the app.The platform said it has more than 500m active users, and topped 1bn downloads in August, according to data from SensorTower.GeekTips from in


Telegram GeekTips
FROM USA