jk everyone, mp4v isnt a codec
This commit is contained in:
parent
0fa10f824d
commit
435a7219df
|
@ -27,9 +27,9 @@ function getDeviceProfile() as object
|
||||||
end if
|
end if
|
||||||
|
|
||||||
if playMpeg2 and di.CanDecodeVideo({ Codec: "mpeg2" }).Result = true
|
if playMpeg2 and di.CanDecodeVideo({ Codec: "mpeg2" }).Result = true
|
||||||
tsVideoCodecs = "mp4v,mpeg4,h264,mpeg2video"
|
tsVideoCodecs = "mpeg4,h264,mpeg2video"
|
||||||
else
|
else
|
||||||
tsVideoCodecs = "mp4v,mpeg4,h264"
|
tsVideoCodecs = "mpeg4,h264"
|
||||||
end if
|
end if
|
||||||
|
|
||||||
if di.CanDecodeVideo({ Codec: "hevc" }).Result = true
|
if di.CanDecodeVideo({ Codec: "hevc" }).Result = true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user