[Feature] Multi-resolution video transcoding #20919
Replies: 3 comments 5 replies
-
Nevermind, I did look for duplicated issues but missed the discussion tab. This is a duplicate of #19958. |
Beta Was this translation helpful? Give feedback.
-
Actually looks like #19958 was closed "as duplicate" (probably by mistake, as the linked duplicate is quite far from the closed discussion), so let's keep at least one discussion open. |
Beta Was this translation helpful? Give feedback.
-
I'm going to close this as a duplicate of the root #7666 anyways, as covering this need by generating a whole bunch of transcodes ahead of time would be very storage intensive so we're unlikely to go that way. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Hi, and thanks for this great software!
One of the issues when selecting video transcoding parameters is the need to support multiple clients: encoding videos as high-res would benefit desktop users watching videos in fullscreen, while it would just be heavier to load on small mobile devices without obvious benefits.
One solution to this problem is to encode several videos using an array of parameters, and select the appropriate one to load on the client.
This would be a large change with multiple parts:
I understand this is a lot of work for a relatively niche improvement.
If it simplifies things, we could also consider having a fixed number of "slots" rather than an arbitrary list of arbitrarily different codecs. I suspect up to 3 options (for example "best"/near-original, "good"/default and "fast"/mobile) would cover most uses.
Platform
Beta Was this translation helpful? Give feedback.
All reactions