FFMpeg-Compressor: Option to disabling WebP RGBA
This commit is contained in:
parent
224359f251
commit
7d087fc5b6
2 changed files with 14 additions and 1 deletions
|
@ -3,6 +3,7 @@ FFmpegParams = "-n -hide_banner -loglevel quiet"
|
|||
CopyUnprocessed = false
|
||||
MimicMode = false
|
||||
HideErrors = false
|
||||
WebpRGBA = true
|
||||
|
||||
[AUDIO]
|
||||
Extension = "mp3"
|
||||
|
@ -15,4 +16,4 @@ JpegComp = 3
|
|||
|
||||
[VIDEO]
|
||||
Extension = "mp4"
|
||||
Codec = "libvpx-vp9"
|
||||
Codec = "libvpx-vp9"
|
Loading…
Add table
Add a link
Reference in a new issue