summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/VideoEncoder.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/VideoEncoder.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/VideoEncoder.cs
index 4f30b5df3..ac02cb843 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/VideoEncoder.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/VideoEncoder.cs
@@ -22,6 +22,10 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding
[ShortName("x264")]
X264 = 0,
+ [Display(Name = "H.264 10-bit (x264)")]
+ [ShortName("x264_10bit")]
+ X264_10,
+
[Display(Name = "H.264 (Intel QSV)")]
[ShortName("qsv_h264")]
QuickSync,
@@ -46,6 +50,14 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding
[ShortName("x265")]
X265,
+ [Display(Name = "H.265 12-bit (x265)")]
+ [ShortName("x265_12bit")]
+ X265_12,
+
+ [Display(Name = "H.265 10-bit (x265)")]
+ [ShortName("x265_10bit")]
+ X265_10,
+
[Display(Name = "VP8")]
[ShortName("vp8")]
VP8