-
-
Notifications
You must be signed in to change notification settings - Fork 202
Description
Is there any reason aspect ratio is only a sorting option, but not a filter option? I just made the purchase assuming it is already possible, oops.
I think the following technical characteristics of videos are essential to be able to filter by and not yet possible:
- aspect ratio
- width and height separately in pixels
- framerate
- bitrate (if known)
- audio and video format/codec (if known)
What problem does this solve?
Being able to both filter and sort by these technical characteristics is often essential for most professional or hobby video work
Proposed Solution
Besides including these as toggles in the settings, I'd argue that a broader implementation could be considered that would unify filters, sorting, and details view to all pull from the same set of globally implemented metadata. I see some of these are available at one place, but not the other. (like bitrate is seen in details view, but not as a filter option). The same set of characteristics would also be useful to toggle on/off display of in something like text view.
I personally would also gladly use a simple expression field for unified, flexible filtering where we could enter metadata variables like for instance {fps} or {width} and use comparators >, <, =, and combined conditions to build our own filters.
Perhaps this implementation would be easier on the UI and would cover most advanced use cases?
Thanks!