FFMpeg-Compressor: New config default parameters
This commit is contained in:
parent
f39c28168b
commit
7c355e38f7
2 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
[FFMPEG]
|
||||
CopyUnprocessed = false
|
||||
CopyUnprocessed = true
|
||||
ForceCompress = false
|
||||
MimicMode = false
|
||||
HideErrors = false
|
||||
MimicMode = true
|
||||
HideErrors = true
|
||||
WebpRGBA = true
|
||||
|
||||
[AUDIO]
|
||||
Extension = "opus"
|
||||
BitRate = "320k"
|
||||
BitRate = "128k"
|
||||
|
||||
[IMAGE]
|
||||
Extension = "avif"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue