FFMpeg-Compressor: Rewrite some code
This commit is contained in:
parent
a7ed37d58c
commit
657aa31148
4 changed files with 92 additions and 53 deletions
|
@ -2,14 +2,14 @@
|
|||
FFmpegParams = "-hide_banner -loglevel error"
|
||||
|
||||
[AUDIO]
|
||||
Extension = "mp3"
|
||||
Extension = "original"
|
||||
BitRate = "320k"
|
||||
|
||||
[IMAGE]
|
||||
Extension = "jpg"
|
||||
CompLevel = 100
|
||||
Extension = "original"
|
||||
CompLevel = 20
|
||||
JpegComp = 3
|
||||
|
||||
[VIDEO]
|
||||
Extension = "webm"
|
||||
Extension = "original"
|
||||
Codec = "libvpx-vp9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue