fix tests

Former-commit-id: 806ef2ca2ecd6fe0c7de0fd177fc5187f1a8f4b5
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-20 20:06:00 +02:00
parent 41ce1e0fc7
commit bba6e6926f

View File

@ -19,7 +19,8 @@ curl "$base_url"/add_job -X POST -H "Content-Type: application/json" -d \
"options": { "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", "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": "", "ffmpeg": "",
"two_pass": true "two_pass": true,
"pix_fmt": "YV12"
} }
} }
' '