浏览代码

fix speed arg

Tobias Simetsreiter 4 年之前
父节点
当前提交
28bfdad3a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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