detect anamorphic video
This commit is contained in:
@@ -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