mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Feat: add av1 support for smaller snapshots and videos
This commit is contained in:
parent
eb221c3e49
commit
9007883d76
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ public static class VideoCodec
|
||||||
public static Codec LibTheora => FFMpeg.GetCodec("libtheora");
|
public static Codec LibTheora => FFMpeg.GetCodec("libtheora");
|
||||||
public static Codec Png => FFMpeg.GetCodec("png");
|
public static Codec Png => FFMpeg.GetCodec("png");
|
||||||
public static Codec MpegTs => FFMpeg.GetCodec("mpegts");
|
public static Codec MpegTs => FFMpeg.GetCodec("mpegts");
|
||||||
|
public static Codec LibaomAv1 => FFMpeg.GetCodec("libaom-av1");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class AudioCodec
|
public static class AudioCodec
|
||||||
|
|
Loading…
Reference in a new issue