Last active
July 2, 2022 04:34
-
-
Save underdown/6edc9e7be488b986963fbb24bafb4c85 to your computer and use it in GitHub Desktop.
pipe youtube-dl to ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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