try the files here viewtopic.php?p=111083#p111083FubbAyH wrote: ↑Sun Aug 22, 2021 7:23 pmThank you very much for that link, those files are super useful. I just tested them out and the MKV plays in Plex and triggers the DV logo on the TV (yay!) but there are no dramatic brightness changes from 27 seconds as described in the post, so the RPU is being ignored and it is indeed fake DV (boo!) Playing the MP4 version puts the TV in HDR10 mode and the playback is extremely stuttery, so maybe it's trying to transcode on the fly.
Dolby Vision now possible through MP4 Mux.
-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
Thank you again!

-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
what if you make it profile 5(not following dv specs) ? is there a brightness adjustment at the 3-4 sec mark? or on the samples from avs forum
I wouldn't be surprised if the appletv can actually only play true profile 5 with a full range color from streaming websites.
Last edited by RESET_9999 on Sun Aug 22, 2021 8:21 pm, edited 1 time in total.
-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
What do you mean by "make it profile 5"? By messing with the metadata/headers? Is there a tool to do that easily?RESET_9999 wrote: ↑Sun Aug 22, 2021 8:17 pmwhat if you make it profile 5(not following dv specs) ? is there a brightness adjustment at the 3-4 sec mark? or on the samples from avs forum
I suspect that's right, hence my idea to transcode my profile 7 rips to profile 5.RESET_9999 wrote: ↑Sun Aug 22, 2021 8:17 pmI wouldn't be surprised if the appletv can actually only play true profile 5 with a full range color from streaming websites.

-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
demux, then :
Code: Select all
mp4muxer_64bits.exe --dv-profile 5 --input-file X:\DV.hevc --output-file output.mp4
-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
lol, you won't find that information on any public forum. Not even on private trackers forum.
There's a public way only for Widevine L3 which is for 1080p or lower resolution , 2160p use L1 and Disney+ use L1 even for 1080p.
Re: Dolby Vision now possible through MP4 Mux.
Thank you! I've tried that now and the fake profile 5 file plays as DV in Plex and Infuse, but I don't see a brightness change in either of them, unfortunately. So that's disappointing.RESET_9999 wrote: ↑Sun Aug 22, 2021 8:49 pmdemux, then :
Code: Select all
mp4muxer_64bits.exe --dv-profile 5 --input-file X:\DV.hevc --output-file output.mp4
Re: Dolby Vision now possible through MP4 Mux.
I've only come across one maybe two P8 files recently. I don't even recall which show they were. I know they were P8 (at least according to mediainfo) because I usually check all DV downloads to see what I need to do (if anything) to get them to work with my sources. I was actually surprised to see P8 downloads since all streaming is P5. I guess someone did that because they thought it would increase compatibility or maybe mediainfo just ID'd it wrong? I think I have had trouble with mkv P5 but not mp4 P5 (Infuse). I'll try the P8's from the link above and see what happens.FubbAyH wrote: ↑Sun Aug 22, 2021 6:28 pmThank you. That's great news because Infuse is my preferred player too. I'm testing the 8.1 test files from Dolby and from Mystery Box, though, and they are both playing as HDR10 for me. I've set output to 4K SDR with Match Dynamic Range on as you suggested, but I get the HDR10 logo on my TV when playing the files rather than the DV logo. Do you have some sample files that are working for you that I could try?
-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
wow, in the past years we've seen a lot of people commenting here on how they don't see anything wrong about profile 5 uhd bluray rip played on the appleTV 4K. They are actually watching fake DV !!!
nothing surprises me anymore from apple though, they can't even get SDR color right for two generations in a row and it took them years just to fix the 24fps playback.
the chance that they will allow any dv playback other than true p5 is close to 0 IMO
Re: Dolby Vision now possible through MP4 Mux.
I do have the glass blowing demo saved from elsewhere but there is clearly something up with the file. Mediainfo says it is HDR10 and it only plays back as SDR in Infuse. If I remux it it plays back as HDR10 even though mediainfo shows it being 8.05 DV. I have some LG P4 and P5 test files in .ts container. The P5s play as expected but the P4s play as SDR.
Re: Dolby Vision now possible through MP4 Mux.
That Dolby Vision UHD 8.1 glass blowing test file doesn't have dvhe set as the codec ID (bug of their Dolby MP4 muxer)
Here is the file with the correct codec ID set: https://mega.nz/file/1XRRCS5C#1tRtdkEet ... XHiMOymkeU
Here is the file with the correct codec ID set: https://mega.nz/file/1XRRCS5C#1tRtdkEet ... XHiMOymkeU
Re: Dolby Vision now possible through MP4 Mux.
Infuse plays that one back as HDR10. My X800M2 plays it back as DV but without audio (unless I remux to ts).staknhalo wrote: ↑Sun Aug 22, 2021 10:46 pmThat Dolby Vision UHD 8.1 glass blowing test file doesn't have dvhe set as the codec ID (bug of their Dolby MP4 muxer)
Here is the file with the correct codec ID set: https://mega.nz/file/1XRRCS5C#1tRtdkEet ... XHiMOymkeU
Re: Dolby Vision now possible through MP4 Mux.
Thank you for that fixed Dolby file. That one plays as HDR10 both in Plex in Infuse.staknhalo wrote: ↑Sun Aug 22, 2021 10:46 pmThat Dolby Vision UHD 8.1 glass blowing test file doesn't have dvhe set as the codec ID (bug of their Dolby MP4 muxer)
Here is the file with the correct codec ID set: https://mega.nz/file/1XRRCS5C#1tRtdkEet ... XHiMOymkeU
Thank you for doing the testing.
It has frustrated me that the players seem to be ignoring the RPU in my P5 test files, because I was assuming that P5 was the one thing that would work reliably. I'm wondering if it's just an Infuse bug causing that, so I'll investigate that.
-
- Posts: 2383
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
just because the file mediainfo says profile 5 DV doesn't mean the actual RPU is profile 5. The rpu is still p7 or p8 regardless of the profile it's muxed because the dv-tool doesn't support p7(or p8) to p5. And an actual true p5 rpu probably wouldn't work with an HDR10 BL
you can check the rpu data with this cmd:
Code: Select all
dovi_tool.exe info --input RPU.bin -f 0