aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-10 22:06:16 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-10 22:06:16 -0500
commita1f92f3de3b28e63d6f63bb63fae12073826fb36 (patch)
treee5d7a4af6fc8e09c5fd1da2b92b5286e38149b92 /MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
parent651f2a2aec283cab5b2420fda91fd6ac98a64fb0 (diff)
configure h265 params
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
index 81ba1dc3a..124a7f74b 100644
--- a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
+++ b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
@@ -88,6 +88,7 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
var required = new[]
{
"libx264",
+ "libx265",
"mpeg4",
"msmpeg4",
"libvpx",