From bba6e6926f6aee9e1a85c51343a4fc8d66eaae45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Mon, 20 Apr 2020 20:06:00 +0200 Subject: [PATCH] fix tests Former-commit-id: 806ef2ca2ecd6fe0c7de0fd177fc5187f1a8f4b5 --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index a9b6255..0970a91 100755 --- a/test.sh +++ b/test.sh @@ -19,7 +19,8 @@ curl "$base_url"/add_job -X POST -H "Content-Type: application/json" -d \ "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": "", - "two_pass": true + "two_pass": true, + "pix_fmt": "YV12" } } '