Skip to content

Instantly share code, notes, and snippets.

View zeGolem's full-sized avatar

zeGolem

  • France
  • 16:17 (UTC +02:00)
View GitHub Profile
@zeGolem
zeGolem / nightcorify.sh
Last active August 20, 2022 09:19
Script to quickly generate nightcore versions of your favorite songs! (using ffmpeg)
#!/bin/bash
# ./nightcorify.sh $input_file $output_file [$speed]
set -ex;
input_file=$1;
output_file=$2;
speed=${3-1.25}