From 77c5d0d8749d676d04340a783f4a76a4cb012959 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 8 Nov 2019 22:04:44 +0100 Subject: Adds the AA to MP3 script. --- aa_to_mp3.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 aa_to_mp3.sh diff --git a/aa_to_mp3.sh b/aa_to_mp3.sh new file mode 100755 index 0000000..c11f0fa --- /dev/null +++ b/aa_to_mp3.sh @@ -0,0 +1,4 @@ +#!/bin/bash +for file in $@; do + ffmpeg -i "$file" -codec copy "$(basename "$file" .aa).mp3" +done -- cgit v1.2.3-70-g09d2