mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Update configuration files
This commit is contained in:
parent
92ee60549f
commit
329ce1a7b0
3 changed files with 1 additions and 3 deletions
|
@ -61,7 +61,6 @@ max_height = 3840
|
|||
max_area = 8294400
|
||||
max_file_size = 40
|
||||
max_frame_count = 900
|
||||
video_codec = "vp9"
|
||||
|
||||
[media.video.quality]
|
||||
crf_max = 32
|
||||
|
|
1
dev.toml
1
dev.toml
|
@ -46,7 +46,6 @@ webp = 60
|
|||
[media.video]
|
||||
enable = true
|
||||
allow_audio = true
|
||||
video_codec = "vp9"
|
||||
max_area = 884000000
|
||||
|
||||
[media.video.quality]
|
||||
|
|
|
@ -406,7 +406,7 @@ max_frame_count = 900
|
|||
|
||||
## Optional: set the default video codec
|
||||
# environment variable: PICTRS__MEDIA__VIDEO__VIDEO_CODEC
|
||||
# default: vp9
|
||||
# default: empty
|
||||
#
|
||||
# available options: av1, h264, h265, vp8, vp9
|
||||
# this setting does nothing if video is not enabled
|
||||
|
|
Loading…
Reference in a new issue