From cb1a51092d12db12f7ba29e57daed6d64b311d38 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 25 Oct 2023 18:02:25 -0400 Subject: More cleanup --- .local/bin/fixaudio | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/fixaudio (limited to '.local/bin/fixaudio') diff --git a/.local/bin/fixaudio b/.local/bin/fixaudio deleted file mode 100755 index 699218a..0000000 --- a/.local/bin/fixaudio +++ /dev/null @@ -1,8 +0,0 @@ -#!bin/sh - -base=$(basename "$1") -ext="${base##*.}" -base="${base%.*}" -# ffmpeg -i "$1" -itsoffset 0.350 -i "$1" -c:v h264 -c:a aac -map 0:0 -map 1:1 "$base"_synced."ext" && \ -ffmpeg -i "$1" -itsoffset 0.250 -i "$1" -map 0:v -map 1:a -c copy "$base"_synced."$ext" && \ -notify-send -i "/home/master/.fonts/svg/headphones.svg" "Audio synced" -- cgit v1.2.3