Last active
July 2, 2022 04:34
-
-
Save underdown/6edc9e7be488b986963fbb24bafb4c85 to your computer and use it in GitHub Desktop.
Revisions
-
underdown revised this gist
Jul 2, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ 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 -
underdown revised this gist
Jul 2, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ youtube-dl --no-continue --no-part https://www.youtube.com/watch?v=dQw4w9WgXcQ -o - | ffmpeg -i pipe: -filter:a "atempo=1.06,asetrate=44100*1.25" nightcore-version.mp3 -
underdown revised this gist
Jul 2, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ youtube-dl -f242 https://www.youtube.com/watch\?v\=VCvC4_6zkrs -o - | ffmpeg -i pipe: -filter:a "atempo=1.06,asetrate=44100*1.25" output.mp3 -
underdown created this gist
Jul 1, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ ffmpeg -i input.mp3 -filter:a "atempo=1.06,asetrate=44100*1.25" output.mp3