jk everyone, mp4v isnt a codec

This commit is contained in:
Nick Wallace 2022-06-30 15:41:02 -05:00
parent 0fa10f824d
commit 435a7219df

View File

@ -27,9 +27,9 @@ function getDeviceProfile() as object
end if
if playMpeg2 and di.CanDecodeVideo({ Codec: "mpeg2" }).Result = true
tsVideoCodecs = "mp4v,mpeg4,h264,mpeg2video"
tsVideoCodecs = "mpeg4,h264,mpeg2video"
else
tsVideoCodecs = "mp4v,mpeg4,h264"
tsVideoCodecs = "mpeg4,h264"
end if
if di.CanDecodeVideo({ Codec: "hevc" }).Result = true