FFMpeg-Compressor: Restructure config file
This commit is contained in:
parent
9e83954d1a
commit
a7ed37d58c
2 changed files with 20 additions and 14 deletions
|
@ -1,9 +1,15 @@
|
|||
[FFMPEG]
|
||||
AudioBitRate = "320k"
|
||||
AudioExt = "mp3"
|
||||
CompLevel = 20
|
||||
ImageExt = "jpg"
|
||||
JpegComp = 3
|
||||
FFmpegParams = "-hide_banner -loglevel error"
|
||||
VideoCodec = "libvpx-vp9"
|
||||
VideoExt = "webm"
|
||||
|
||||
[AUDIO]
|
||||
Extension = "mp3"
|
||||
BitRate = "320k"
|
||||
|
||||
[IMAGE]
|
||||
Extension = "jpg"
|
||||
CompLevel = 100
|
||||
JpegComp = 3
|
||||
|
||||
[VIDEO]
|
||||
Extension = "webm"
|
||||
Codec = "libvpx-vp9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue