Ver código fonte

fix json typo

master
Jonathan Cobb 3 anos atrás
pai
commit
313e2fcb49
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bin/jkenburns

+ 1
- 1
bin/jkenburns Ver arquivo

@@ -47,7 +47,7 @@ echo "
\"dest\": \"${OUT_FILE}\"
},
\"source\": \"input\",
\"duration: \"${DURATION}\"$(if [[ -n "${ZOOM}" ]] ; then echo ",
\"duration\": \"${DURATION}\"$(if [[ -n "${ZOOM}" ]] ; then echo ",
\"zoom\": \"${ZOOM}\""; fi)$(if [[ -n "${X_POS}" ]] ; then echo ",
\"x\": \"${X_POS}\""; fi)$(if [[ -n "${Y_POS}" ]] ; then echo ",
\"y\": \"${Y_POS}\""; fi)$(if [[ -n "${T_START}" ]] ; then echo ",


Carregando…
Cancelar
Salvar