Feat: add av1 support for smaller snapshots and videos

This commit is contained in:
Benedikt Bertsch 2024-06-08 14:58:18 +02:00 committed by GitHub
parent eb221c3e49
commit 9007883d76
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