new output formats added for conversion, video cut script added, updates
[video-handling.git] / ffmpeg-mts2avi
index bcd63f0..d130ce8 100755 (executable)
@@ -11,12 +11,12 @@ if test $# -ne 2; then
     exit 1
 fi
 
-MTS_FILE=$1
-AVI_FILE=$2
+MTS_FILE="$1"
+AVI_FILE="$2"
 FFMPEG=/usr/bin/ffmpeg
 
-if test ! -f $MTS_FILE; then
-    echo "Error: No such file $MTS_FILE"
+if test ! -f "$MTS_FILE"; then
+    echo "Error: No such: file $MTS_FILE"
     exit 1
 fi