summaryrefslogtreecommitdiffstats
path: root/tools/audio_check_volume
blob: f91483449b36a7f99da81b5b029c768a5f3edd73 (plain)
1
2
3
4
5
6
7
8
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