FFMpeg-Compressor: Add resolution scaledown
This commit is contained in:
parent
7c355e38f7
commit
f9f6afe95a
2 changed files with 8 additions and 2 deletions
|
@ -10,10 +10,11 @@ Extension = "opus"
|
|||
BitRate = "128k"
|
||||
|
||||
[IMAGE]
|
||||
ResDownScale = 1
|
||||
Extension = "avif"
|
||||
FallBackExtension = "webp"
|
||||
Lossless = false
|
||||
Quality = 80
|
||||
Lossless = true
|
||||
Quality = 100
|
||||
|
||||
[VIDEO]
|
||||
Extension = "webm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue