FFMpeg-Compressor: Use ffmpeg-python and Pillow instead of ffmpeg cli

This commit is contained in:
OleSTEEP 2023-11-16 01:26:23 +03:00
parent e48b7599d1
commit 37ff1f78b3
6 changed files with 126 additions and 125 deletions

View file

@ -1,18 +1,17 @@
[FFMPEG]
FFmpegParams = "-n -hide_banner -loglevel quiet"
CopyUnprocessed = false
MimicMode = false
HideErrors = false
WebpRGBA = true
[AUDIO]
Extension = "mp3"
Extension = "opus"
BitRate = "320k"
[IMAGE]
Extension = "jpg"
CompLevel = 20
Extension = "avif"
Quality = 20
[VIDEO]
Extension = "mp4"
Extension = "webm"
Codec = "libvpx-vp9"