-
Notifications
You must be signed in to change notification settings - Fork 2
Vertical video resolution name is wrong #11
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
If a regular resolution video is made in vertical format, it could be classified with the wrong resolution name.
For example, a regular 1920x1080 video is HIGH_DEF, but the vertical equivalent (1080x1920) is parsed as ULTRA_HIGH_DEF.
Maybe this function should consider max(width, height)? Or some other method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working