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

Keybase proof

I hereby claim:

  • I am jetrois on github.
  • I am jetrois (https://keybase.io/jetrois) on keybase.
  • I have a public key ASBrNXti6CwbQhQL68AH1MUzsPamcsg_zuiJhVeppiFnxwo

To claim this, I am signing this object:

@jetrois
jetrois / Find Move
Created March 22, 2019 07:16
command line to move all files in targeted folder from subfolders in *nix
find . -mindepth 2 -type f -print -exec mv {} . \;

Keybase proof

I hereby claim:

  • I am jetrois on github.
  • I am jetrois (https://keybase.io/jetrois) on keybase.
  • I have a public key ASAq_5GglqsO7OwltAnW9I7punF837GAlgnIaBf8zRGrNQo

To claim this, I am signing this object: