Przeglądaj źródła

fix json typo

master
Jonathan Cobb 3 lat temu
rodzic
commit
313e2fcb49
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bin/jkenburns

+ 1
- 1
bin/jkenburns Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz