summaryrefslogtreecommitdiffstats
path: root/tools/audio_extract
diff options
context:
space:
mode:
authorOle Kristian Lien <ole.k.lien@gmail.com>2010-01-14 08:19:30 +0000
committerOle Kristian Lien <ole.k.lien@gmail.com>2010-01-14 08:19:30 +0000
commit8f002067fcf300234be68bd2b01b178c931bb2fe (patch)
tree416fc47b19dfeed5b66ddc8fa175d28f09b5e3a2 /tools/audio_extract
parent9b6e7c30bc1687c10c49413871588d17baf1b94f (diff)
div. fix
Diffstat (limited to 'tools/audio_extract')
-rw-r--r--tools/audio_extract4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/audio_extract b/tools/audio_extract
index ee3c96f..e13c601 100644
--- a/tools/audio_extract
+++ b/tools/audio_extract
@@ -19,7 +19,7 @@ fi
# FORMAT="wav"
#fi
-echo "Extracting $NAME.$FORMAT..."
+echo -n " * Extracting audio ($FORMAT)..."
if [ "$3" ]; then
#DURATION="30" #`./duration$1`
@@ -29,3 +29,5 @@ if [ "$3" ]; then
else
ffmpeg -i $1 -vn -acodec copy $NAME.$FORMAT 2> /dev/null
fi
+
+echo -e "OK!"