is that a C1 specific issue or plex/occurs on multiple devices @ hw/os level?
Dolby Vision now possible through MP4 Mux.
-
staknhalo
- Posts: 178
- Joined: Sun Oct 11, 2020 12:05 am
Re: Dolby Vision now possible through MP4 Mux.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
I don't know about the C1 but playing a dual-layer file on a device that only has one decoder is asking for trouble IMO.staknhalo wrote: Wed Jan 19, 2022 8:48 pmis that a C1 specific issue or plex/occurs on multiple devices @ hw/os level?
I have a C8 and it supports the decoding of FEL, the reason why some movies won't play(or stutter) seem to be random.
-
DaMacFunkin
- Posts: 314
- Joined: Tue Oct 30, 2018 4:17 pm
Re: Dolby Vision now possible through MP4 Mux.
Been discussed before the LG X/1 series don’t play dual track via internal media player.
7/8/9 do but as RESET999 advises random movies do not play or don’t play properly… Bumblebee is an example that springs to mind.
7/8/9 do but as RESET999 advises random movies do not play or don’t play properly… Bumblebee is an example that springs to mind.
-
Albano
- Posts: 29
- Joined: Sat Jan 15, 2022 8:30 am
Re: Dolby Vision now possible through MP4 Mux.
Should use RPU from madMeasureHDR (extract from Blu-ray 4K HDR10) or from WEB-DL have Dolby Vision?RESET_9999 wrote: Tue Jan 18, 2022 3:02 pm It's really dynamic and very close to the original DV. It measures each pixel just like the Dolby algo and the dovi_tools use those values to create proper L1 metadata.
I've compared with the Spears and Munsil clip and the scene cuts (brightness changes) are exactly the same as the original. The difference is the trim passes which are optional in DV.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
DV WEB-DL of course unless the HDR grade is not the same or there is an aspect ratio mismatch (EG. imax vs non-imax).Albano wrote: Fri Jan 21, 2022 7:55 pm Should use RPU from madMeasureHDR (extract from Blu-ray 4K HDR10) or from WEB-DL have Dolby Vision?
-
Idrin
- Posts: 1
- Joined: Sat Jan 22, 2022 4:50 pm
Re: Dolby Vision now possible through MP4 Mux.
Hey folks.
I've been following this guide to convert a profile 7 Dolby Vision remux mkv to profile 8 for playback on my LG C1. It works, but only for video. There is no audio track in the output file. Am I doing something wrong or is more commands needed for audio as well?
viewtopic.php?f=12&t=18602&start=2970#p96282
Thank you for any input in advance.
I've been following this guide to convert a profile 7 Dolby Vision remux mkv to profile 8 for playback on my LG C1. It works, but only for video. There is no audio track in the output file. Am I doing something wrong or is more commands needed for audio as well?
viewtopic.php?f=12&t=18602&start=2970#p96282
Thank you for any input in advance.
-
Albano
- Posts: 29
- Joined: Sat Jan 15, 2022 8:30 am
Re: Dolby Vision now possible through MP4 Mux.
Could use RPU from WEB-DL or Blu-ray 4K with Blu-ray 1080p SDR to creat a Dolby Vision Remux 1080p file?RESET_9999 wrote: Fri Jan 21, 2022 7:59 pmDV WEB-DL of course unless the HDR grade is not the same or there is an aspect ratio mismatch (EG. imax vs non-imax).Albano wrote: Fri Jan 21, 2022 7:55 pm Should use RPU from madMeasureHDR (extract from Blu-ray 4K HDR10) or from WEB-DL have Dolby Vision?
-
nekno
- Posts: 71
- Joined: Tue Jun 23, 2020 4:40 am
Re: Dolby Vision now possible through MP4 Mux.
Should it be possible to create DV P7 MEL from madVR HDR measurements?
This isn't working for me:
So obviously there's more data in an MEL stream than the RPU to make it a "null video stream". Upon reflection, that is obvious.
So I need to keep an "empty" HEVC stream laying around.
If I'm using a standard 2160p BL and need the standard 1/4 size 1080p EL to meet P7 specs, could I just take an MEL from another release, demux the EL from the RPU, trim the EL to the correct length, and then inject whatever RPU I need?
Seems like the LOTR or Hobbit movies would be long enough to trim to size for just about any other movie and are all MEL.
This isn't working for me:
- Collect madVR measurements from HDR10 BL
- Convert to RPU using dovi_tool
- Convert RPU to P7 using dovi_tool editor with the json file set for "mode": 1
- Inject RPU into BL using dovi_tool
- Demux BL and EL+RPU using dovi_tool
So obviously there's more data in an MEL stream than the RPU to make it a "null video stream". Upon reflection, that is obvious.
So I need to keep an "empty" HEVC stream laying around.
If I'm using a standard 2160p BL and need the standard 1/4 size 1080p EL to meet P7 specs, could I just take an MEL from another release, demux the EL from the RPU, trim the EL to the correct length, and then inject whatever RPU I need?
Seems like the LOTR or Hobbit movies would be long enough to trim to size for just about any other movie and are all MEL.
-
quietvoid
- Posts: 377
- Joined: Sun Apr 19, 2020 4:15 pm
Re: Dolby Vision now possible through MP4 Mux.
Technically the EL has to be encoded with the same frame types and order as the BL.
There were some attempts here: https://github.com/quietvoid/dovi_tool/issues/44
It might be possible to simply "generate" an EL, but I'm not sure how involved the process would be.
I've not analyzed a zero'd out MEL stream yet.
There were some attempts here: https://github.com/quietvoid/dovi_tool/issues/44
It might be possible to simply "generate" an EL, but I'm not sure how involved the process would be.
I've not analyzed a zero'd out MEL stream yet.
-
nekno
- Posts: 71
- Joined: Tue Jun 23, 2020 4:40 am
Re: Dolby Vision now possible through MP4 Mux.
Got it, thanks!quietvoid wrote: Sat Jan 22, 2022 11:23 pm Technically the EL has to be encoded with the same frame types and order as the BL.
There were some attempts here: https://github.com/quietvoid/dovi_tool/issues/44
It might be possible to simply "generate" an EL, but I'm not sure how involved the process would be.
I've not analyzed a zero'd out MEL stream yet.
But sheesh, what a giant PITA.
If you can figure a way to reliably identify the frame types of the BL --- since that seems it might be a major obstacle currently --- then generating an EL sounds like it would be the way to go, and a fantastic feature that could solve a lot of compat problems with some players.
-
ArArdin
- Posts: 196
- Joined: Fri Nov 20, 2020 1:40 pm
Re: Dolby Vision now possible through MP4 Mux.
I also wonder if MEL maybe holds more than RPU. ATM I'm busy with a MEL DV movie. Seeing these sizes:
demuxed MEL (holding RPU) hevc stream: 1.66 GB
extracted RPU.bin: 35.3 MB
I wonder if the remaining 1,25 GB would be nothing else than mere placeholder?
demuxed MEL (holding RPU) hevc stream: 1.66 GB
extracted RPU.bin: 35.3 MB
I wonder if the remaining 1,25 GB would be nothing else than mere placeholder?
-
quietvoid
- Posts: 377
- Joined: Sun Apr 19, 2020 4:15 pm
Re: Dolby Vision now possible through MP4 Mux.
No.ArArdin wrote: Sun Jan 23, 2022 5:37 pm I wonder if the remaining 1,25 GB would be nothing else than mere placeholder?
Properly done MEL should be 69 kbps including the RPU. This usually results in 50-150MB.
Even if the EL is encoded with a higher bitrate, if it's actually MEL there's no difference to the RPU alone.
-
Coopervid
- Posts: 4740
- Joined: Tue Feb 19, 2019 10:32 pm
Re: Dolby Vision now possible through MP4 Mux.
Is there any way to make these to 7.06 / Oppo compatible files?
-
nekno
- Posts: 71
- Joined: Tue Jun 23, 2020 4:40 am
Re: Dolby Vision now possible through MP4 Mux.
@RESET_9999 --- Thank you for your package of DV tools and videos.
Could you share, what version of madVR and madMeasureHDR is included in Dolby-Vision-Tools.rar?
Where can I download new versions of madMeasureHDR.exe?
I'd like to be able to keep up on the latest tools myself.
madVR 0.92.17 doesn't include madMeasureHDR.exe.
madVRhdrMeasure40.zip doesn't appear to be available from madshi.net at the moment (or anymore?).
The latest is reportedly 1.4.5: http://madshi.net/madVRhdrMeasure145.zip
But that zip file doesn't include madMeasureHDR.exe, either.
madMeasureHDR Optimizer v4.0.2 doesn't include madMeasureHDR with it.
When I attempt to use madMeasureHDR.exe from Dolby-Vision-Tools.rar with the Optimizer app, it opens a popup when I start the work, but then closes immediately, presumably with an error.
When I copy madMeasureHDR.exe from Dolby-Vision-Tools.rar to the madVR folder with 0.92.17 installed, and run madMeasureHDR.exe on the command line, it quits immediately with the error "Could not retrieve IMeasureHDR interface."
When downloading old versions of madMeasureHDR from videohelp.com, the zip files contain the madVR DirectShow filters but no madMeasureHDR.exe.
Where to download madMeasureHDR.exe and why it isn't called madVRhdrMeasure.exe seems to be a well-kept secret.
Could you share, what version of madVR and madMeasureHDR is included in Dolby-Vision-Tools.rar?
Where can I download new versions of madMeasureHDR.exe?
I'd like to be able to keep up on the latest tools myself.
madVR 0.92.17 doesn't include madMeasureHDR.exe.
madVRhdrMeasure40.zip doesn't appear to be available from madshi.net at the moment (or anymore?).
The latest is reportedly 1.4.5: http://madshi.net/madVRhdrMeasure145.zip
But that zip file doesn't include madMeasureHDR.exe, either.
madMeasureHDR Optimizer v4.0.2 doesn't include madMeasureHDR with it.
When I attempt to use madMeasureHDR.exe from Dolby-Vision-Tools.rar with the Optimizer app, it opens a popup when I start the work, but then closes immediately, presumably with an error.
When I copy madMeasureHDR.exe from Dolby-Vision-Tools.rar to the madVR folder with 0.92.17 installed, and run madMeasureHDR.exe on the command line, it quits immediately with the error "Could not retrieve IMeasureHDR interface."
When downloading old versions of madMeasureHDR from videohelp.com, the zip files contain the madVR DirectShow filters but no madMeasureHDR.exe.
Where to download madMeasureHDR.exe and why it isn't called madVRhdrMeasure.exe seems to be a well-kept secret.
-
RESET_9999
- Posts: 2421
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
the version in the package is 113b, the last one before the time-limited build which I don't use. Just click on the install bat. Install lav filters as well if you haven't already.nekno wrote: Mon Jan 24, 2022 2:59 am Could you share, what version of madVR and madMeasureHDR is included in Dolby-Vision-Tools.rar?
viewtopic.php?p=117328#p117328