Dolby Vision now possible through MP4 Mux.

Please post here for issues related to UHD discs
RESET_9999
Posts: 1912
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

Albano wrote:
Wed Mar 02, 2022 6:54 am
@RESET_9999
I saw DetectBorders in your files, I tried running the batch file "Detect.BORDERS" but it doesn't work.
What is DetectBorders?
What is it used for?
How to use?
it detects black bars and write the data in a text file (D:\borders.measurements.txt). Not sure if it's perfectly accurate though. It may be better to measure manually, I didnt really test the tool.

Code: Select all

DetectBorders.exe --ffmpeg-path="D:\Dolby-Vision-Tools\tools\ffmpeg.exe" --input-file="D:\hdr.mkv" --log-file="D:\borders.measurements.txt"
ArArdin
Posts: 189
Joined: Fri Nov 20, 2020 1:40 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by ArArdin »

For those interested in DGDemux: The writer of the tool created a utility to merge the gap-processed demuxed, separate TrueHD and embedded AC3 tracks back together into TrueHD+AC3.

http://rationalqm.us/board/viewtopic.ph ... 406#p15406
RESET_9999
Posts: 1912
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

thanks @ArArdin
Albano
Posts: 29
Joined: Sat Jan 15, 2022 8:30 am

Re: Dolby Vision now possible through MP4 Mux.

Post by Albano »

@RESET_9999
I run your tool on Windows 10 LTSC 2019, is this D3D11 native?

Image
RESET_9999
Posts: 1912
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

Albano wrote:
Sat Mar 05, 2022 1:07 pm
@RESET_9999
I run your tool on Windows 10 LTSC 2019, is this D3D11 native?
no, otherwise it would say "native"...

BTW, I'm working on a huge script that will automate all the possible workflows. Almost no editing and "drag & drop" input file support too.

Image
Albano
Posts: 29
Joined: Sat Jan 15, 2022 8:30 am

Re: Dolby Vision now possible through MP4 Mux.

Post by Albano »

@RESET_9999
To avoid subtitle time difference, I use tsmuxer to extract the main file of the movie with Dolby Vision. But when I use MKVToolnix to convert from .m2ts to .mkv, the MediaInfo of .mkv file notice there is only 1 video, not 2 videos in the .m2ts file. Why is that?

Image

Image
Arkz147
Posts: 3
Joined: Sat Mar 05, 2022 2:38 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by Arkz147 »

Hi,

If I may : what is the best choice, between Zidoo Z9X and Dune HD Real Vision 4K, for playing DV using Kodi and Fen/Seren/Venom (or a Kodi-like app) ?
By playing DV, I mean MKV/MP4, and more profiles supported than by my Shield Pro (Remux-friendly, and without messed up colors).

Thanks for any help.
RESET_9999
Posts: 1912
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

no idea... I didnt know this movie bluray has DV ?
jayper
Posts: 309
Joined: Sat Sep 29, 2012 5:57 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by jayper »

RESET_9999 wrote:
Sat Mar 05, 2022 2:48 pm
no idea... I didnt know this movie bluray has DV ?
There was a steelbook released in France: https://www.blu-ray.com/movies/Iron-Man ... ay/275647/

As well as a version released in Japan: https://www.blu-ray.com/movies/Iron-Man ... ay/277294/
staknhalo
Posts: 146
Joined: Sun Oct 11, 2020 12:05 am

Re: Dolby Vision now possible through MP4 Mux.

Post by staknhalo »

Yes Iron Man and Incredible Hulk have French exclusive DV FEL UHDs

I have the Iron Man release too, just not Hulk (yet)

I had no problems demuxing/working with my Iron Man UHD

Demux from UHD with tsmuxer, combine streams with yeuscopes tool, put into mkv with mkvtoolnix
Albano
Posts: 29
Joined: Sat Jan 15, 2022 8:30 am

Re: Dolby Vision now possible through MP4 Mux.

Post by Albano »

RESET_9999 wrote:
Sat Mar 05, 2022 2:48 pm
no idea... I didnt know this movie bluray has DV ?
Image
RESET_9999
Posts: 1912
Joined: Mon Aug 05, 2019 7:12 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by RESET_9999 »

Albano wrote:
Sat Mar 05, 2022 3:53 pm
thanks for that picture, I know that xtreme french website, it told me exactly where to find Iron man and Hulk in FEL DV lol :D
will test in a few minutes
ArArdin
Posts: 189
Joined: Fri Nov 20, 2020 1:40 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by ArArdin »

Albano wrote:
Sat Mar 05, 2022 2:42 pm
To avoid subtitle time difference, I use tsmuxer to extract the main file of the movie with Dolby Vision. But when I use MKVToolnix to convert from .m2ts to .mkv, the MediaInfo of .mkv file notice there is only 1 video, not 2 videos in the .m2ts file. Why is that?
It looks like you forgot to select the 2nd video in mkvtoolnix.

May I ask what this subtitle time difference is? Is this why you use mkvtoolnix as intermediate?
Albano
Posts: 29
Joined: Sat Jan 15, 2022 8:30 am

Re: Dolby Vision now possible through MP4 Mux.

Post by Albano »

ArArdin wrote:
Sat Mar 05, 2022 8:19 pm

It looks like you forgot to select the 2nd video in mkvtoolnix.

May I ask what this subtitle time difference is? Is this why you use mkvtoolnix as intermediate?
It's overlap in .sup file if I use MKVToolnik or DVDFab to create .mkv remux from BDMV.
If there is a overlap of the original subtitles, the Vietnamese subtitles that I need to sync will also be wrong.

Image
ArArdin
Posts: 189
Joined: Fri Nov 20, 2020 1:40 pm

Re: Dolby Vision now possible through MP4 Mux.

Post by ArArdin »

Albano wrote:
Sat Mar 05, 2022 9:42 pm
It's overlap in .sup file if I use MKVToolnik or DVDFab to create .mkv remux from BDMV.
Thanks for sharing. I doubt if a remux by those tools could cause such issues. Maybe the overlap would actually exist in the source PGS stream itself. If so, the disc would suffer from a major authoring issue.

However, it's not uncommon for a subtitle OCR process to misinterpret accumulative SUP images. Looking at your screenshot, I can imagine lines 37 and 38 being an example of faulty merging of several (on disc, well-authored) lines. Did you compare the actual PGS images at these timestamps?
Post Reply