From 42c801f0fe96a304386fcdabbafb5543e62f9b0b Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 17 Jul 2023 22:20:41 -0500 Subject: [PATCH] add formats to dev.toml --- dev.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev.toml b/dev.toml index d2e1fe7..e4315df 100644 --- a/dev.toml +++ b/dev.toml @@ -21,6 +21,9 @@ path = 'data/' max_file_size = 40 filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail'] +[media.image] +format = "webp" + [media.image.quality] avif = 50 png = 50 @@ -32,6 +35,7 @@ webp = 60 max_width = 2000 max_height = 2000 max_area = 2000000 +format = "webp" [media.animation.quality] apng = 50 @@ -41,6 +45,8 @@ webp = 60 [media.video] enable = true allow_audio = true +video_codec = "vp9" +max_area = 884000000 [media.video.quality] crf_240 = 37