Skip to content

Instantly share code, notes, and snippets.

@underdown
Last active July 2, 2022 04:34
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 underdown/6edc9e7be488b986963fbb24bafb4c85 to your computer and use it in GitHub Desktop.
Save underdown/6edc9e7be488b986963fbb24bafb4c85 to your computer and use it in GitHub Desktop.
pipe youtube-dl to ffmpeg
youtube-dl -x --no-continue --no-part https://www.youtube.com/watch?v=AiIu1v988W0 -o - | ffmpeg -i pipe: -filter:a "atempo=1.06,asetrate=44100*1.25" nightcore-version.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment