Skip to content

Instantly share code, notes, and snippets.

View jetrois's full-sized avatar

Jetrois Mathurin jetrois

View GitHub Profile
@jetrois
jetrois / mp3 to m4b.md
Created November 13, 2020 12:05 — forked from butuzov/mp3 to m4b.md
Convert mp3's to m4b using `ffmpeg`

Let's imagine we have a lot of mp3 files ( forexample one of the pluralsite courses converted to mp3 ).

URL=https://www.pluralsight.com/courses/run-effective-meetings
PASS=pass
USER=user
OUTPUT="%(playlist_index)s. %(title)s-%(id)s.%(ext)s"
youtube-dl --username $USER --password $PASS -o $OUTPUT --extract-audio --audio-format mp3 $URL