Sfoglia il codice sorgente

fix json typo

master
Jonathan Cobb 4 anni fa
parent
commit
313e2fcb49
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bin/jkenburns

+ 1
- 1
bin/jkenburns Vedi File

@@ -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 ",


Caricamento…
Annulla
Salva