upgrade create_jobs script

This commit is contained in:
Daniel Løvbrøtte Olsen 2020-03-28 16:28:15 +01:00
parent d4b52afff0
commit 50af33522d

View File

@ -23,17 +23,9 @@ for file in $files; do
"priority": 0, "priority": 0,
"length": '$length', "length": '$length',
"options": { "options": {
"mode": { "VBR": 33 }, "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",
"color_depth": 10, "ffmpeg": "-vf scale=540:960",
"enable_fwd_keyframe": true, "two_pass": true
"two_pass": true,
"speed": 0,
"resolution": {
"width": 960,
"height": 540
},
"kf_min_dist": 9999,
"kf_max_dist": 9999
} }
} }
' '