Merge pull request #523 from BenediktBertsch/main

Feat: add av1 support for smaller snapshots and videos
This commit is contained in:
Malte Rosenbjerg 2024-12-04 20:50:26 +01:00 committed by GitHub
commit 5bddf383bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ public static class VideoCodec
public static Codec LibTheora => FFMpeg.GetCodec("libtheora");
public static Codec Png => FFMpeg.GetCodec("png");
public static Codec MpegTs => FFMpeg.GetCodec("mpegts");
public static Codec LibaomAv1 => FFMpeg.GetCodec("libaom-av1");
}
public static class AudioCodec