-
-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Is your feature request related to a problem? Please describe.
Memories usually transcode videos that could be directly played by the client (wasted server performance).
Describe the solution you'd like
I would like to know if we could add an option for transcoding only videos with a codec that is not supported by the client. This way we could only transcode videos that cannot be played by the client.
Describe alternatives you've considered
Maybe it could automatically detect if the codec of the video is supported by the client requesting a media (best).
But if not possible, maybe we could add in the config the codecs that needs to be transcoded (only HEVC for example)
I don't know if it is possible, but it would be nice in my use case if only HEVC videos could be transcoded because even old 720p .mp4 videos are being transcoded and asking a lot to my raspberry pi.