-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remux DoVi MKV to MP4 #685
Comments
m2ts container might also be an ok target, that may have less limitations than mp4 |
ive done some preliminary work on supporting different HDR levels to facilitate a discussion on how HDR support should be implemented. #686 in its current state this pr at least appears to report the correct video level support, and to transcode or not transcode for the correct reason, but testing of this on other setups would help, as well as discussing the actual structure of the implementation. |
I'm happy to test, but am a .net dev, so have no idea how to build or deploy the jellyfin client to my roku ed : ah, the devguide doesn't look too bad. Ill pull down the code and test once the PR gets merged |
a device profile of safari on ios12 remuxing an mkv for "ContainerNotSupported": |
This, please, it would allow us to have our libraries in nice juicy mkv, but not only for ruku, this applies to almost all platforms |
from chat: |
re "standard remux", this tool does the work for offline transcoding. Not sure if/how this could be done from inside jellyfin, but they are both ultimately shelling out to ffmpeg? |
Describe the feature you'd like
The TCL Roku TVs (and possibly Roku Boxes?) support Dolby vision, but only in MP4 containers.
If Jellyfin would remux the mkv to mk4 and preserve the DoVi, it would dramatically increase compatibility for playback.
This is apparently already done in the Safari client, see https://imgur.com/a/MbvAgjy
Additional context
I have test files available that work in TCL Roku (mp4 trigger DoVi) on plex or jellyfin
and I have files that come across purple in PLEX, but fail to render at all in Jellyfin (mkv)
I can provide release names privately if needed.
The text was updated successfully, but these errors were encountered: