yijin928's picture
Upload 63 files
b4e8d50 verified
raw
history blame contribute delete
597 Bytes
{
"main_pass":
[
"-n", "-c:v", "libsvtav1",
"-pix_fmt", ["pix_fmt", ["yuv420p10le", "yuv420p"]],
"-crf", ["crf","INT", {"default": 23, "min": 0, "max": 100, "step": 1}],
"-vf", "colorspace=all=bt709:iall=bt601-6-625:fast=1",
"-colorspace", "1", "-color_primaries", "1", "-color_trc", "1"
],
"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"}
}