Skip to content

[Feature Request] Filter for sensible convertion #238

Description

@remi-espie

It would be great to have the available conversions filtered by what is actually possible to convert to.
For example, let's say I upload an image, video format like mp4 or audio format like ogg could be hidden from the user.

We could also add a switch to enable/disable the auto-filtering, in case users wants to do something unconventional XD

I'm not sure how we could do this; the "brute-force" way would be a dictionary with, for each available format, the list of what it can be converted to, but that's pretty tedious to do and maintain...
The base file format could be deduced from the file extension or the magic bytes of the file.

PS: thanks for the good work !

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions