error handling and hsit

This commit is contained in:
Daniel Løvbrøtte Olsen
2020-03-28 21:59:39 +01:00
parent 50af33522d
commit b92cdefcde
3 changed files with 77 additions and 13 deletions

View File

@@ -15,9 +15,10 @@ curl "$base_url"/add_job -X POST -H "Content-Type: application/json" -d \
"file_name": "014",
"priority": 0,
"length": 15,
"resolution": [540, 960],
"options": {
"aomenc": "--lag-in-frames=25 --tile-columns=0 --tile-rows=0 --enable-fwd-kf=1 --bit-depth=10 --cpu-used=0 --end-usage=vbr --target-bitrate=60 --kf-min-dist=9999 --kf-max-dist=9999",
"ffmpeg": "-vf scale=540:960",
"ffmpeg": "",
"two_pass": true
}
}