diff --git a/FFMpegCore/FFMPEG/Enums/AudioQuality.cs b/FFMpegCore/FFMPEG/Enums/AudioQuality.cs index d2b9465..7597cec 100644 --- a/FFMpegCore/FFMPEG/Enums/AudioQuality.cs +++ b/FFMpegCore/FFMPEG/Enums/AudioQuality.cs @@ -3,8 +3,10 @@ public enum AudioQuality { Ultra = 384, + VeryHigh = 256, Hd = 192, Normal = 128, + BelowNormal = 96, Low = 64 } } \ No newline at end of file