Skip to content

Commit

Permalink
Support Added for AVX 512
Browse files Browse the repository at this point in the history
Removed HLG code due to the menu can't support all the different types of HDR. HDR10 remained intact.

Added Support for AVX 512
  • Loading branch information
Revan654 authored Jun 6, 2018
1 parent b9df503 commit dfc2f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Encoding/x265Enc.vb
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ Public Class x265Params
New OptionParam With {.Switch = "--transfer", .Text = "Transfer", .Options = {"Undefined", "ARIB-STD-B67", "BT 1361 E", "BT 2020-10", "BT 2020-12", "BT 470 BG", "BT 470 M", "BT 709", "IEC 61966-2-1", "IEC 61966-2-4", "Linear", "Log 100", "Log 316", "SMPTE 170 M", "SMPTE 2084", "SMPTE 240 M", "SMPTE 428"}},
New OptionParam With {.Switch = "--overscan", .Text = "Overscan", .Options = {"Undefined", "Show", "Crop"}},
New OptionParam With {.Switch = "--range", .Text = "Range", .Options = {"Undefined", "Limited", "Full"}},
minLuma, maxLuma, MaxCLL, MaxFALL,
minLuma, maxLuma, MaxCLL, MaxFALL, ''HLG Code Removed Due to Menu Scaling Issue.
New BoolParam With {.Switch = "--hdr", .Text = "Force signalling of HDR parameters in SEI packets"},
New BoolParam With {.Switch = "--hdr-opt", .Text = "Add luma and chroma offsets for HDR/WCG content"},
New BoolParam With {.Switch = "--dhdr10-opt", .Text = "Limit frames for which tone mapping information is inserted as SEI message"})
Expand Down

0 comments on commit dfc2f1e

Please sign in to comment.