FFMpeg-Compressor: Use ffmpeg-python and Pillow instead of ffmpeg cli
This commit is contained in:
parent
e48b7599d1
commit
37ff1f78b3
6 changed files with 126 additions and 125 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue