Browse Source

adjust ffmpeg validator

Luke Pulverenti 9 years ago
parent
commit
31565d2c77
1 changed files with 2 additions and 2 deletions
  1. 2 2
      MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs

+ 2 - 2
MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs

@@ -90,12 +90,12 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
                 "libx265",
                 "libx265",
                 "mpeg4",
                 "mpeg4",
                 "msmpeg4",
                 "msmpeg4",
-                "libvpx",
+                //"libvpx",
                 //"libvpx-vp9",
                 //"libvpx-vp9",
                 "aac",
                 "aac",
                 "ac3",
                 "ac3",
                 "libmp3lame",
                 "libmp3lame",
-                "libvorbis",
+                //"libvorbis",
                 "srt"
                 "srt"
             };
             };