]> git.plutz.net Git - serve0/blobdiff - actions/transcode.sh
adapted to update in shcgi
[serve0] / actions / transcode.sh
index 7152104a34933002546655225b45c94a6f478cd0..427c154742d240ff6917dd927a72ea4e6c990c2b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/zsh
 
-info="$_GET[\"i\"]"
-target="$_GET[\"t\"]"
+info="${_GET[i]}"
+target="${_GET[t]}"
 video="${_DATA}/videos/$info"
 meta="${_DATA}/meta/$info.meta"
 trans="${_DATA}/transcoded/${info}.${target}p.webm"