Browse Source

fix speed arg

Tobias Simetsreiter 4 years ago
parent
commit
28bfdad3a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gourceffmpeg.sh

+ 1 - 1
gourceffmpeg.sh

@@ -4,7 +4,7 @@ shift
 OUTPUT="$1"
 shift
 
-SPEED="$a1"
+SPEED="$1"
 shift
 
 [ -z "$SPEED" ] && SPEED=0.05