Browse Source

fix json typo

master
Jonathan Cobb 3 years ago
parent
commit
313e2fcb49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/jkenburns

+ 1
- 1
bin/jkenburns View 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 ",


Loading…
Cancel
Save