mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-29 01:03:32 +08:00
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"main_pass":
|
|
[
|
|
"-pix_fmt", "yuv444p",
|
|
"-vf", "scale=out_color_matrix=bt709:out_range=pc",
|
|
"-color_range", "pc"
|
|
],
|
|
"extension": "gif",
|
|
"gifski_pass": [
|
|
"-Q", ["quality","INT", {"default": 90, "min": 1, "max": 100, "step": 1}]
|
|
]
|
|
}
|