FFMpeg-Compressor: Switch config file to toml format

This commit is contained in:
OleSTEEP 2023-06-01 17:10:57 +03:00
parent 9ea9495266
commit 6a27699ccb
3 changed files with 18 additions and 12 deletions

View file

@ -0,0 +1,9 @@
[FFMPEG]
AudioBitRate = "320k"
AudioExt = "mp3"
CompLevel = 20
ImageExt = "png"
JpegComp = 3
FFmpegParams = "-hide_banner -loglevel error"
VideoCodec = "libvpx-vp9"
VideoExt = "webm"