Page 161 of 756

Re: Dolby Vision now possible through MP4 Mux.

Posted: Tue May 12, 2020 9:03 am
by looun
please , someone can explain better the steps for make DV .ts file ?
A) single track+dual layer dv profile 4
  • extract BL and EL tracks with ffmpeg from bluray UHD
  • yusesope tool to make HEVC profile 4
  • Multiplex HEVC file,Audio tracks and subtitles in ts container with tsMuxe (which version !?!)
i have tried but mediainfo report olny
"HDR format : SMPTE ST 2086, HDR10 compatible"

B) single track+single layer profile 5
  • extract BL and EL tracks with ffmpeg from bluray UHD
  • use the yusesope tool latest version in mode 2 to generate the HEVC file with profile 5 ( how i can send "- mode 2" command. "MUXER.bat - mode 2" not work)
  • Multiplex HEVC file,Audio tracks and subtitles in ts container with tsmuxert version March 30 (right?)
thanks.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Tue May 12, 2020 12:09 pm
by darrrkmanxxx
VictorLemon wrote: Mon May 11, 2020 2:53 pm Hello, let's see if anyone can help me.
To mount the video in ts container I follow the following steps
1 I extract BL and EL tracks with ffmpeg from bluray UHD
2 I use the yusesope tool latest version in mode 2 to generate the HEVC file with profile 5
3 Once I see that I have the file generated by the new tool, I upload it in the tsmuxert version March 30.
4 I add the audio tracks and subtitles that I want
5 Multiplex in ts container
In all the previous steps no error occurs, everything is correct.
The file generated in ts I copy it to an external hard disk and in turn connect it to the USB input of my 4K television that plays Dolby Vision.
The result is that it gives an error, it tells me an unsupported file.
Am I doing something wrong? Can someone help me?

Thank you

Mediainfo attachment

Format: MPEG-TS
File size: 6.14 GiB
Duration: 12 min 24 s
Bit rate mode: Variable
General bit rate: 70.8 Mb / s
Maximum general bit rate: 35.5 Mb / s

Video
ID: 4117 (0x1015)
Menu ID: 1 (0x1)
Format: HEVC
Format / Info: High Efficiency Video Coding
Profile format: Main 10 @ L5.1 @ High
HDR_Format / String: Dolby Vision, Version 1.0, dvhe.05.06, BL + RPU / SMPTE ST 2086, HDR10 compatible
Codec ID: 36
Duration: 12 min 24 s
Width: 3,840 pixels
Height: 2,160 pixels
Aspect ratio: 16: 9
Frame rate: 23,976 (24000/1001) FPS
Color space: YUV
Chroma subsampling: 4: 2: 0 (Type 2)
Bit depth: 10 bits
Color Range: Limited
Primary Colors: BT.2020
Transfer characteristics: PQ
Matrix coefficients: BT.2020 non-constant
Principles color monitor mastering: BT.2020
Luminance mastering monitor: min: 0.0001 cd / m2, max: 1000 cd / m2
Maximum content light level: 267 cd / m2
Maximum medium frame light level: 89 cd / m2
This is what I'm also struggling to for a long time. Generating single layer profile 5 mp4 with DVDFab let's me play it on TV.
But creating the same profile with a ts container triggers only HDR not Dolby Vision.

mp4:

Code: Select all

Video
ID                                       : 1
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.05.06, BL+RPU / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : dvhe
Codec ID/Info                            : High Efficiency Video Coding with Dolby Vision
Duration                                 : 2h 23mn
Bit rate                                 : 61.9 Mbps
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.311
Stream size                              : 62.0 GiB (98%)
Encoded date                             : UTC 2020-05-11 15:40:47
Tagged date                              : UTC 2020-05-11 15:50:29
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : Display P3
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
Codec configuration box                  : hvcC+dvcC
TS:

Code: Select all

Video
ID                                       : 4117 (0x1015)
Menu ID                                  : 1 (0x1)
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible / SMPTE ST 2086
Codec ID                                 : 36
Duration                                 : 2h 23mn
Bit rate                                 : 65.2 Mbps
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 23.976 (24000/1001) fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.328
Stream size                              : 65.3 GiB (94%)
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : Display P3
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
The difference I've noticed is that in mp4

Code: Select all

Codec ID: dvhe
and in ts

Code: Select all

Codec ID: 36
Also mp4 has an additional line, which is

Code: Select all

Codec configuration box: hvcC+dvcC
Maybe someone can explain that.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Tue May 12, 2020 3:25 pm
by VictorLemon
darrrkmanxxx wrote: Tue May 12, 2020 12:09 pm This is what I'm also struggling to for a long time. Generating single layer profile 5 mp4 with DVDFab let's me play it on TV.
But creating the same profile with a ts container triggers only HDR not Dolby Vision.

mp4:

Code: Select all

Video
ID                                       : 1
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.05.06, BL+RPU / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : dvhe
Codec ID/Info                            : High Efficiency Video Coding with Dolby Vision
Duration                                 : 2h 23mn
Bit rate                                 : 61.9 Mbps
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.311
Stream size                              : 62.0 GiB (98%)
Encoded date                             : UTC 2020-05-11 15:40:47
Tagged date                              : UTC 2020-05-11 15:50:29
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : Display P3
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
Codec configuration box                  : hvcC+dvcC
TS:

Code: Select all

Video
ID                                       : 4117 (0x1015)
Menu ID                                  : 1 (0x1)
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible / SMPTE ST 2086
Codec ID                                 : 36
Duration                                 : 2h 23mn
Bit rate                                 : 65.2 Mbps
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 23.976 (24000/1001) fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.328
Stream size                              : 65.3 GiB (94%)
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : Display P3
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
The difference I've noticed is that in mp4

Code: Select all

Codec ID: dvhe
and in ts

Code: Select all

Codec ID: 36
Also mp4 has an additional line, which is

Code: Select all

Codec configuration box: hvcC+dvcC
Maybe someone can explain that.
Try to mount with tsmuxer version March 30, it will give you profile 5 to see if you can play the DV

Re: Dolby Vision now possible through MP4 Mux.

Posted: Wed May 13, 2020 10:37 am
by darrrkmanxxx
VictorLemon wrote: Tue May 12, 2020 3:25 pm
darrrkmanxxx wrote: Tue May 12, 2020 12:09 pm This is what I'm also struggling to for a long time. Generating single layer profile 5 mp4 with DVDFab let's me play it on TV.
But creating the same profile with a ts container triggers only HDR not Dolby Vision.

mp4:

Code: Select all

Video
ID                                       : 1
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.05.06, BL+RPU / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : dvhe
Codec ID/Info                            : High Efficiency Video Coding with Dolby Vision
Duration                                 : 2h 23mn
Bit rate                                 : 61.9 Mbps
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.311
Stream size                              : 62.0 GiB (98%)
Encoded date                             : UTC 2020-05-11 15:40:47
Tagged date                              : UTC 2020-05-11 15:50:29
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : Display P3
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
Codec configuration box                  : hvcC+dvcC
TS:

Code: Select all

Video
ID                                       : 4117 (0x1015)
Menu ID                                  : 1 (0x1)
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.08.06, BL+RPU, HDR10 compatible / SMPTE ST 2086
Codec ID                                 : 36
Duration                                 : 2h 23mn
Bit rate                                 : 65.2 Mbps
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 23.976 (24000/1001) fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.328
Stream size                              : 65.3 GiB (94%)
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : Display P3
Mastering display luminance              : min: 0.0001 cd/m2, max: 1000 cd/m2
The difference I've noticed is that in mp4

Code: Select all

Codec ID: dvhe
and in ts

Code: Select all

Codec ID: 36
Also mp4 has an additional line, which is

Code: Select all

Codec configuration box: hvcC+dvcC
Maybe someone can explain that.
Try to mount with tsmuxer version March 30, it will give you profile 5 to see if you can play the DV
I've tried that too, it seems like the issue is with the ts container. With ts only HDR is triggered, not DV

Re: Dolby Vision now possible through MP4 Mux.

Posted: Wed May 13, 2020 2:23 pm
by jesper1994
Trujax wrote: Mon May 11, 2020 9:31 am I have compiled a TsMuxer that forces dvhe.05.06 profile. It works nice where 08.06 played choppy in my Lg. You can find it here http://katfile.com/1uvd80v1b0zd/tsMuxer ... ).zip.html
Do you mean the internal LG player? Could you summarize the steps you follow? Thanks
The method which I currently use is mp4box and mp4muxer, since it can handle dts sound but it is taking soooo long.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Wed May 13, 2020 3:54 pm
by shawnc22
jesper1994 wrote: Wed May 13, 2020 2:23 pm
Trujax wrote: Mon May 11, 2020 9:31 am I have compiled a TsMuxer that forces dvhe.05.06 profile. It works nice where 08.06 played choppy in my Lg. You can find it here http://katfile.com/1uvd80v1b0zd/tsMuxer ... ).zip.html
Do you mean the internal LG player? Could you summarize the steps you follow? Thanks
The method which I currently use is mp4box and mp4muxer, since it can handle dts sound but it is taking soooo long.
If the internal LG player is your only playback device, stick with mp4muxer. There's no point in messing with tsmuxer since you can't use lossless atmos.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 6:12 am
by flashback8
So, my apologies if this has been brought up before, but Intel just released some drivers in the last week that enable Dolby Vision on their integrated graphics solutions going back to the UHD 610 (IIRC). I have no clue whatsoever how DV will be accessed via these drivers. Still, I suppose it's a good sign. Perhaps somebody will figure out how to trigger DV on PCs with Intel graphics? That would be nice, especially since I did build an HTPC with the ability to play UHDs. (It's basically a science project at this point, to be honest.)

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 10:12 am
by darrrkmanxxx
according to https://www.dolby.com/us/en/technologie ... levels.pdf
there's no such thing as dvhe.06 can somebody explain?

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 10:47 am
by jesper1994
shawnc22 wrote: Wed May 13, 2020 3:54 pm
jesper1994 wrote: Wed May 13, 2020 2:23 pm
Trujax wrote: Mon May 11, 2020 9:31 am I have compiled a TsMuxer that forces dvhe.05.06 profile. It works nice where 08.06 played choppy in my Lg. You can find it here http://katfile.com/1uvd80v1b0zd/tsMuxer ... ).zip.html
Do you mean the internal LG player? Could you summarize the steps you follow? Thanks
The method which I currently use is mp4box and mp4muxer, since it can handle dts sound but it is taking soooo long.
If the internal LG player is your only playback device, stick with mp4muxer. There's no point in messing with tsmuxer since you can't use lossless atmos.
It takes me around three hours to compile a Dolby vision movie. LG can play lossless DTS. I don't know if my LG oled C7 can handle DTS in a TS format. However, if there is a faster way for me I would like to hear.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 11:10 am
by darrrkmanxxx
jesper1994 wrote: Thu May 14, 2020 10:47 am
shawnc22 wrote: Wed May 13, 2020 3:54 pm
jesper1994 wrote: Wed May 13, 2020 2:23 pm

Do you mean the internal LG player? Could you summarize the steps you follow? Thanks
The method which I currently use is mp4box and mp4muxer, since it can handle dts sound but it is taking soooo long.
If the internal LG player is your only playback device, stick with mp4muxer. There's no point in messing with tsmuxer since you can't use lossless atmos.
It takes me around three hours to compile a Dolby vision movie. LG can play lossless DTS. I don't know if my LG oled C7 can handle DTS in a TS format. However, if there is a faster way for me I would like to hear.
Having a Dolby Vision capable Philips OLED TV(LG Panel) the best solution so far for me was:
1. tsMuxer demux to BL EL and audio tarcks atmos and dts
2. yusesope_tool_v0.0.4_alfa_initial_release berate BL+EL+RPU.hevc
3. mux back together to a ts with tsMuxer

takes me about 45min

It plays very well through Plex but only with DTS-HD MA, not Atmos. On Atmos it get an error, athough TV has an Atmos soundbar. Atmos files work with other players, eg MX Player, so not sure where the issue is, maybe with Plex.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 3:31 pm
by shawnc22
jesper1994 wrote: Thu May 14, 2020 10:47 am It takes me around three hours to compile a Dolby vision movie. LG can play lossless DTS. I don't know if my LG oled C7 can handle DTS in a TS format. However, if there is a faster way for me I would like to hear.
mp4muxer taking 3 hours sounds like a disk i/o bottleneck more than anything. If that's the case, going the TS route won't really help you much. Using makemkv as the intermediary step instead of yusecope's tool in the TS route might save you a step or two over mp4muxer, but the tradeoff is that some titles will give you playback issues (mostly FEL titles).

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 4:54 pm
by kazuma
i'm done with this shit, bought a M9702 haha

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 6:17 pm
by shawnc22
kazuma wrote: Thu May 14, 2020 4:54 pm i'm done with this shit, bought a M9702 haha
I've thought about it at times, too. I'm curious, how much and where?

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 6:52 pm
by thetoad
I use my m9702 daily, with that said, it is far from perfect. If KODI or Plex could ever play dolby vision bluray rips to my TV we;;, life will be much better. with that said, we are far from that day.

Re: Dolby Vision now possible through MP4 Mux.

Posted: Thu May 14, 2020 7:43 pm
by Trujax
jesper1994 wrote: Wed May 13, 2020 2:23 pm
Trujax wrote: Mon May 11, 2020 9:31 am I have compiled a TsMuxer that forces dvhe.05.06 profile. It works nice where 08.06 played choppy in my Lg. You can find it here http://katfile.com/1uvd80v1b0zd/tsMuxer ... ).zip.html
Do you mean the internal LG player? Could you summarize the steps you follow? Thanks
The method which I currently use is mp4box and mp4muxer, since it can handle dts sound but it is taking soooo long.
Hi there, my method:
1 - Extract the two hvec files from UHD ISO M2TS track: ffmpeg.exe -i "P:\BDMV\STREAM\00029.m2ts" -map 0:0 -c copy 1.hevc -map 0:1 -c copy 2.hevc
2 - Proccess files with yusesope_tool_v0.0.4_alfa_initial_release
3 - Open TsMuxer, add the resultant HVEC file from yusesope's tool, then add the M2TS track from ISO, and mark selection of only audio tracks that you need.
4 - Proccess in M2TS and cake baked!