mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Merge pull request #523 from BenediktBertsch/main
Feat: add av1 support for smaller snapshots and videos
This commit is contained in:
commit
5bddf383bb
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