mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-26 14:04:27 +08:00
17 lines
625 B
JSON
17 lines
625 B
JSON
{
|
|
"main_pass":
|
|
[
|
|
"-n", "-c:v", "libsvtav1",
|
|
"-pix_fmt", ["pix_fmt", ["yuv420p10le", "yuv420p"]],
|
|
"-crf", ["crf","INT", {"default": 23, "min": 0, "max": 100, "step": 1}],
|
|
"-vf", "scale=out_color_matrix=bt709",
|
|
"-color_range", "tv", "-colorspace", "bt709", "-color_primaries", "bt709", "-color_trc", "bt709"
|
|
],
|
|
"fake_trc": "bt709",
|
|
"audio_pass": ["-c:a", "libopus"],
|
|
"input_color_depth": ["input_color_depth", ["8bit", "16bit"]],
|
|
"save_metadata": ["save_metadata", "BOOLEAN", {"default": true}],
|
|
"extension": "webm",
|
|
"environment": {"SVT_LOG": "1"}
|
|
}
|