0.11.0 WIP

Former-commit-id: 94fcad7d7cf1f7733a2f773572c1b0990a31232d
This commit is contained in:
2020-05-13 15:23:34 +02:00
parent 121b1df927
commit 6e89300675
4 changed files with 156 additions and 86 deletions
+8 -6
View File
@@ -8,7 +8,7 @@ curl "$base_url"
curl "$base_url"/get_jobs | jq
curl "$base_url"/add_job -X POST -H "Content-Type: application/json" -d \
curl "$base_url"/add_job/b -X POST -H "Content-Type: application/json" -d \
'
{
"file_url": "https://pomf.dodsorf.as/f/vz9dtl.mkv",
@@ -17,11 +17,13 @@ curl "$base_url"/add_job -X POST -H "Content-Type: application/json" -d \
"length": 90,
"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": "",
"two_pass": true,
"pix_fmt": "YV12",
"fps": [24000, 1001]
"FFMPEG": {
"two_pass": true,
"crf": 45,
"b_v": "0",
"tiles": "1x1",
"speed": 4
}
}
}
'