detect anamorphic video
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
margin-right: .5em;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
top: -19px;
|
||||
top: -18px;
|
||||
font-family: "Open Sans";
|
||||
}
|
||||
|
||||
|
||||
@@ -1178,6 +1178,10 @@
|
||||
}
|
||||
|
||||
if (type == "Video") {
|
||||
if (stream.IsAnamorphic != null) {
|
||||
attributes.push(createAttribute("Anamorphic", (stream.IsAnamorphic ? 'Yes' : 'No')));
|
||||
}
|
||||
|
||||
attributes.push(createAttribute("Interlaced", (stream.IsInterlaced ? 'Yes' : 'No')));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user