Python packaging

This commit is contained in:
OleSTEEP 2024-08-29 02:34:10 +03:00
parent 7487eb94bd
commit 85df574d3c
22 changed files with 48 additions and 10 deletions

24
VNRecode/ffmpeg-comp.toml Normal file
View file

@ -0,0 +1,24 @@
[FFMPEG]
CopyUnprocessed = true
ForceCompress = false
MimicMode = true
HideErrors = true
WebpRGBA = true
Workers = 16
[AUDIO]
Extension = "opus"
BitRate = "128k"
[IMAGE]
ResDownScale = 1
Extension = "avif"
FallBackExtension = "webp"
Lossless = true
Quality = 100
[VIDEO]
CRF = 27
SkipVideo = false
Extension = "webm"
Codec = "libvpx-vp9"