Skip to content

Instantly share code, notes, and snippets.

@guilhermehn
Created May 8, 2013 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermehn/5538436 to your computer and use it in GitHub Desktop.
Save guilhermehn/5538436 to your computer and use it in GitHub Desktop.
Download e conversao de video do youtube para mp3
youtube-dl --max-quality mp4 {{link}}
ffmpeg -i {{arquivo baixado}} -ab 256000 -ar 44100 {{nome do arquivo de audio}}.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment