Home

YouTube to audio

Just in case anyone needs it, and for my personal future reference.

# install if needed: https://github.com/yt-dlp/yt-dlp
./yt-dlp_macos -f 234 -o "download.%(ext)s" <youtube-url>

# install if needed
brew install ffmpeg

# Convert
ffmpeg -i download.mp4 -q:a 0 -map a audio.mp3
Update: And I just realized via How to download an MP4 from YouTube, every time - Jeff Geerling that it could be done even easier.
yt-dlp -f 234 --recode mp3 <youtube-url>
Add your reply here with Webmention (you must link to this page in its canonical form)
Webmentions are approved manually. Will take some time until they show up.

revision: Sun Apr 5 14:10:00 2026 +0200 | 76b1456 - history: /2026/04/05/1/post.org