22 lines
No EOL
317 B
TOML
22 lines
No EOL
317 B
TOML
[FFMPEG]
|
|
CopyUnprocessed = true
|
|
ForceCompress = false
|
|
MimicMode = true
|
|
HideErrors = true
|
|
WebpRGBA = true
|
|
|
|
[AUDIO]
|
|
Extension = "opus"
|
|
BitRate = "128k"
|
|
|
|
[IMAGE]
|
|
ResDownScale = 1
|
|
Extension = "avif"
|
|
FallBackExtension = "webp"
|
|
Lossless = true
|
|
Quality = 100
|
|
|
|
[VIDEO]
|
|
SkipVideo = true
|
|
Extension = "webm"
|
|
Codec = "libvpx-vp9" |