Fix hvec transcoding when not required
This commit is contained in:
parent
726facf657
commit
2224e08a10
|
@ -146,8 +146,8 @@ function GetDirectPlayProfiles() as object
|
|||
|
||||
'Check for Supported Video Codecs
|
||||
if di.CanDecodeVideo({ Codec: "hevc" }).Result = true
|
||||
mp4Video = mp4Video + ",h265"
|
||||
mkvVideo = mkvVideo + ",h265"
|
||||
mp4Video = mp4Video + ",h265,hevc"
|
||||
mkvVideo = mkvVideo + ",h265,hevc"
|
||||
end if
|
||||
|
||||
if di.CanDecodeVideo({ Codec: "vp9" }).Result = true
|
||||
|
|
Loading…
Reference in New Issue
Block a user