Skip to content

Commit

Permalink
Merge pull request #523 from BenediktBertsch/main
Browse files Browse the repository at this point in the history
Feat: add av1 support for smaller snapshots and videos
  • Loading branch information
rosenbjerg authored Dec 4, 2024
2 parents a4b9a88 + e8ef580 commit 5bddf38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FFMpegCore/FFMpeg/Enums/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bddf38

Please sign in to comment.