summaryrefslogtreecommitdiffstats
path: root/tools/audio_remove_noise
diff options
context:
space:
mode:
Diffstat (limited to 'tools/audio_remove_noise')
-rw-r--r--tools/audio_remove_noise9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/audio_remove_noise b/tools/audio_remove_noise
new file mode 100644
index 0000000..f914834
--- /dev/null
+++ b/tools/audio_remove_noise
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+EXT=`echo "$1"|awk -F . '{print $NF}'`
+NAME=`basename $1 .$EXT`
+
+if [ -z "$2" ]; then
+ echo "Usage: $0 <video-file> <csv-file>"
+ exit 1
+fi