diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-21 11:41:32 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-12-21 11:41:32 -0500 |
| commit | 31565d2c77f8fd9763144e1c2cca5dc6ece6cbc9 (patch) | |
| tree | 276e6ebac2e03258829c414fb21392a5b9dc94ff | |
| parent | 99d79322375c67884ae944e769dfd08cfa4ed971 (diff) | |
adjust ffmpeg validator
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs index 5c3ada82b..5854a5804 100644 --- a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs +++ b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs @@ -90,12 +90,12 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg "libx265", "mpeg4", "msmpeg4", - "libvpx", + //"libvpx", //"libvpx-vp9", "aac", "ac3", "libmp3lame", - "libvorbis", + //"libvorbis", "srt" }; |
