Skip to content

Instantly share code, notes, and snippets.

@underdown
Last active July 2, 2022 04:34
Show Gist options
  • Select an option

  • Save underdown/6edc9e7be488b986963fbb24bafb4c85 to your computer and use it in GitHub Desktop.

Select an option

Save underdown/6edc9e7be488b986963fbb24bafb4c85 to your computer and use it in GitHub Desktop.

Revisions

  1. underdown revised this gist Jul 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion nightcore-oneliner.sh
    Original 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
    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
  2. underdown revised this gist Jul 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion nightcore-oneliner.sh
    Original 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
    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
  3. underdown revised this gist Jul 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion nightcore-oneliner.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ffmpeg -i input.mp3 -filter:a "atempo=1.06,asetrate=44100*1.25" output.mp3
    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
  4. underdown created this gist Jul 1, 2022.
    1 change: 1 addition & 0 deletions nightcore-oneliner.sh
    Original 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