FFMpeg-Compressor: Switch to other ffmpeg lib, add CRF parameter for video

This commit is contained in:
OleSTEEP 2024-04-26 01:33:51 +03:00
parent a973fe79e8
commit 0ad60b5b94
5 changed files with 19 additions and 15 deletions

View file

@ -17,6 +17,7 @@ Lossless = true
Quality = 100
[VIDEO]
SkipVideo = true
CRF = 27
SkipVideo = false
Extension = "webm"
Codec = "libvpx-vp9"