FFMpeg-Compressor: Switch config file to toml format
This commit is contained in:
parent
9ea9495266
commit
6a27699ccb
3 changed files with 18 additions and 12 deletions
9
FFMpeg-Compressor/config.toml
Normal file
9
FFMpeg-Compressor/config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue