Dolby Vision now possible through MP4 Mux.
Re: Dolby Vision now possible through MP4 Mux.
For us lazy people:
UsEac3To, GUI to eac3to, has added small GUI support for thdmerge with truncating option. THD and AC3 must have same name.
Read here: https://forum.doom9.org/showthread.php? ... ost1965348
UsEac3To, GUI to eac3to, has added small GUI support for thdmerge with truncating option. THD and AC3 must have same name.
Read here: https://forum.doom9.org/showthread.php? ... ost1965348
Re: Dolby Vision now possible through MP4 Mux.
Why Audio offset in your script is it 1100ms?KyleLeMarbe wrote: ↑Mon Feb 07, 2022 3:24 amCreated some powershell scripts to handle MKV to MP4 with dolby vision. Hoping others can get some value out of them.
https://github.com/KyleLeMarbe/DolbyVisionMuxer
What's wrong with 0ms?
Re: Dolby Vision now possible through MP4 Mux.
I've got Sony X700 but it cannot play my BDMVs from 4k UHDs. I googled it and found this forum. If I understood correctly, X700 cannot read BDMVs ripped from discs. I should create another BDMV folder using tsMuxeR, am I right? Can someone please explain the workflow how I am supposed to do that. A total newbie here.
Thanks
Thanks
Re: Dolby Vision now possible through MP4 Mux.
Tell me how to setup and run your script.gacopl wrote: ↑Sun Mar 06, 2022 7:27 pmHi i have something to share
I am owner of LG CX and C8 models and also nvidia shield.
I made numerous conversions to make sure what is best, i found that for those LG models most reliable is mp4, m2ts is somewhat ok but for me had seeking issues at least with emby. I have found its best to convert to proper mp4 and keep Atmos and other tracks for safekeeping to be able to remux to mkv in future once at least nvidia shield plays correctly (it does not due to colors issues etc). I have found for best results is to play mp4 directly on Emby app on LG
I have created bash script that automates authoring and conversion of different Dolby Vision mkvs to mp4 that will work on above LG models without issues, so far i have converted around 30 releases no issues to the point i automated workflow
So my tool converts whatever mkv you throw at it to mp4 with DV4,5 or 8 with EAC3 audio and keeps original truehd atmos etc alongside for future, i have tested and remuxing with mkvtoolnix makes it playable with atmos again on nvidia shield no issues.
It automates ffmpeg dovi_tool and mp4box workflow and try to use as little drive space as possible thanks to linux pipes. I have it running on my NAS and is chugging along fine
https://github.com/gacopl/dvmkv2mp4
Take a look comment, or contribute
I've download it to my PC, but I cannot run it.
Re: Dolby Vision now possible through MP4 Mux.
Hy Guys, it's quite a while i don't check this awesome forum! Is now that possible ? I checked the first page but i don't find any information about. thanks!
Re: Dolby Vision now possible through MP4 Mux.
I believe it is still not possible, at least with my B1, so C1/CX will 99% be the same. LG just seems to downgrade their TVs (first ditch DTS, then P7 DV).
@gacopl would it be possible for you to make this script for windows powershell/cmd? I was looking for just that, as I use plex on LG B1/C1 and other devices, so AC3/EAC3 is a must for direct stream with subtitles (LG).
-
- Posts: 5
- Joined: Thu May 13, 2021 9:07 am
Re: Dolby Vision now possible through MP4 Mux.
Guys i have run into a problem running this script.
https://github.com/gacopl/dvmkv2mp4
I tried to troubleshoot it myself but with no luck. Anyone run into this issue as well ?
Trying to convert Profile 7 BL_RPU_EL single track mkv to mp4
Re: Dolby Vision now possible through MP4 Mux.
...
Last edited by el_juan on Wed Mar 23, 2022 6:33 pm, edited 3 times in total.
Re: Dolby Vision now possible through MP4 Mux.
I'm not sure if anyone noticed but TSMuxer was recently updated to properly handle TrueHD audio now. So no need to demux or convert anymore.
Re: Dolby Vision now possible through MP4 Mux.
@RESET_9999 I have question regarding playing DTDL M2TS file which triggers Dv while playing through usb from x800m2 where the same file plays as HDR through network from my NAS , is there any change need to be done ?
-
- Posts: 2082
- Joined: Mon Aug 05, 2019 7:12 pm
Re: Dolby Vision now possible through MP4 Mux.
Sounds like your M2ts is an original file from a bluray disc.
You have to remux your bluray disc with tsmuxer otherwise you get fake DV via USB and HDR10 via the network.
Sorry for my English.
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
DoVi_Scripts / DoVi Playback Devices / Movies HDR-DV Plot / Screenshot Comparisons
Re: Dolby Vision now possible through MP4 Mux.
Ok , will try to do that . If possible can you reshare your dovi tool ? If its still under developemnt , can understand!RESET_9999 wrote: ↑Tue Mar 15, 2022 3:18 amSounds like your M2ts is an original file from a bluray disc.
You have to remux your bluray disc with tsmuxer otherwise you get fake DV via USB and HDR10 via the network.
Re: Dolby Vision now possible through MP4 Mux.
@RESET_9999 Thank you for the comprehensive script. I have a question regarding MaxCLL and MaxFALL values assigned to the RPU, when working from a madVR HDR measurement file. Should the MaxCLL and MaxFALL values be pulled from the measurement file or manually assigned? I have some HDR10 files that do not list MaxCLL or MaxFALL values, when viewing with MediaInfo. I'm in the habit of leaving these values set to "0" and allowing them to be set from the measurement file.
I asking because the "MODE.madVR.TO.DoVi.workflow.8" option seems to be overriding them, in the case when they are set to "0". I modified the script a bit by removing the L6 "editor" lines and injected the original "%output_path%rpu.bin" created. This allowed the MaxCLL and MaxFALL values to be from the measurement file.
Is this the expected behavior or should they be set to "0"?
I asking because the "MODE.madVR.TO.DoVi.workflow.8" option seems to be overriding them, in the case when they are set to "0". I modified the script a bit by removing the L6 "editor" lines and injected the original "%output_path%rpu.bin" created. This allowed the MaxCLL and MaxFALL values to be from the measurement file.
Is this the expected behavior or should they be set to "0"?
Last edited by Gatorman on Tue Mar 15, 2022 2:48 pm, edited 2 times in total.
More reasons to collect physical media. 2019 Shield TV Pro.
Re: Dolby Vision now possible through MP4 Mux.
If it worked for you, can you please share how to use tsmuxer. I also have X800M2 and have a bunch of BDMVs but do not know how to use tsmuxer.jkatchy2 wrote: ↑Tue Mar 15, 2022 4:21 amOk , will try to do that . If possible can you reshare your dovi tool ? If its still under developemnt , can understand!RESET_9999 wrote: ↑Tue Mar 15, 2022 3:18 amSounds like your M2ts is an original file from a bluray disc.
You have to remux your bluray disc with tsmuxer otherwise you get fake DV via USB and HDR10 via the network.
Thanks
Re: Dolby Vision now possible through MP4 Mux.
...
Last edited by el_juan on Tue Mar 15, 2022 1:47 pm, edited 1 time in total.