FFMpeg-Compressor: Rewrite some code

This commit is contained in:
OleSTEEP 2023-09-30 23:51:53 +03:00
parent a7ed37d58c
commit 657aa31148
4 changed files with 92 additions and 53 deletions

View file

@ -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"