From 58c54458fe53ede609fe05a97231e361327359d9 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Thu, 27 Feb 2020 21:13:18 +0100 Subject: [PATCH] Add more audio codecs Former-commit-id: 35a3f9035f3a27bd0efa84f342b37e5025c0c69e --- FFMpegCore/FFMPEG/Enums/Codec.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FFMpegCore/FFMPEG/Enums/Codec.cs b/FFMpegCore/FFMPEG/Enums/Codec.cs index b0aaf60..95f58b9 100644 --- a/FFMpegCore/FFMPEG/Enums/Codec.cs +++ b/FFMpegCore/FFMPEG/Enums/Codec.cs @@ -12,7 +12,11 @@ public enum VideoCodec public enum AudioCodec { Aac, - LibVorbis + LibVorbis, + LibFdk_Aac, + Ac3, + Eac3, + LibMp3Lame } public enum Filter