Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st March 2020, 20:47   #481  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by SeeMoreDigital View Post
Yes, the source .ts file plays fine on both my OPPO and LG television.
Ok then, I'll do a build without the DoVi descriptors for testing...

Edit: ok, so after lots of trials and errors, I come to the conclusion that there seems to be no TS descriptor for PGS. And if we put back the HDMV registration descriptor to read PGS in TS would break DV compatibility with standalone players. Same for AC3/TrueHD.

So you can't have everything: PGS and interleaved AC3/TrueHD are HDMV streams and must be muxed in m2ts.

And there is no TS or HDMV descriptor for TrueHD (without AC3), so no way to include it in tsMuxer.

Last edited by a5180007; 1st March 2020 at 23:01.
a5180007 is offline   Reply With Quote
Old 1st March 2020, 23:52   #482  |  Link
Bgalakazam
Registered User
 
Join Date: Nov 2019
Posts: 11
What is the issue with PGS and .TS? I was able to show PGS subs on the Sony X700 without issue from the 3/1 nightly build. Of course, my LG C8 doesn't play the generated .TS file, but I don't care as I won't have lossless TrueHD even if it did.

Thank you for your work, by the way. You solved what I was trying to do for over a year - DV and TrueHD Atmos from file playback.
Bgalakazam is offline   Reply With Quote
Old 2nd March 2020, 06:08   #483  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by Bgalakazam View Post
What is the issue with PGS and .TS? I was able to show PGS subs on the Sony X700 without issue from the 3/1 nightly build. Of course, my LG C8 doesn't play the generated .TS file, but I don't care as I won't have lossless TrueHD even if it did.
@Bgalakazam the ts (resp. m2ts) is formed of packets of 188 bytes (resp. 192 bytes). There is a PMT (program map table) packet at least every 100ms, detailing the tracks via decriptors registered with various organisations.

Edit : cf. https://en.wikipedia.org/wiki/Progra..._specific_data)

The issue is that the PGS in TS don't play anymore in ffmpeg players (VLC, HPC, MPlayer...) without the HDMV descriptors. And if I reintroduce the HDMV descriptors (which is non-standard for TS), DV won't work anymore in the standalone players.

Which means that for PC we have to use m2ts for PGS subtitles.

Last edited by a5180007; 2nd March 2020 at 06:24.
a5180007 is offline   Reply With Quote
Old 2nd March 2020, 09:56   #484  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,248
Quote:
Originally Posted by a5180007 View Post
Edit: ok, so after lots of trials and errors, I come to the conclusion that there seems to be no TS descriptor for PGS. And if we put back the HDMV registration descriptor to read PGS in TS would break DV compatibility with standalone players. Same for AC3/TrueHD.

So you can't have everything: PGS and interleaved AC3/TrueHD are HDMV streams and must be muxed in m2ts.

And there is no TS or HDMV descriptor for TrueHD (without AC3), so no way to include it in tsMuxer.
So I guess the best we could expect is having an 'open source' build of TSmuxer that can successfully re-mux the 'dolby-vision-lg-(www.demolandia.net).ts' file
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline   Reply With Quote
Old 2nd March 2020, 17:29   #485  |  Link
Stereodude
Registered User
 
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
Quote:
Originally Posted by a5180007 View Post
The issue is that the PGS in TS don't play anymore in ffmpeg players (VLC, HPC, MPlayer...) without the HDMV descriptors. And if I reintroduce the HDMV descriptors (which is non-standard for TS), DV won't work anymore in the standalone players.

Which means that for PC we have to use m2ts for PGS subtitles.
So is that then really an FFMPEG issue that should be corrected there? Who isn't following the spec(s), or is this a gray area in the spec(s)?
Stereodude is offline   Reply With Quote
Old 2nd March 2020, 17:46   #486  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by Stereodude View Post
So is that then really an FFMPEG issue that should be corrected there? Who isn't following the spec(s), or is this a gray area in the spec(s)?
@Stereodude PGS and AC3/trueHD are covered by the Blu-ray format specifications. But in TS, yes it is a grey area not covered by any standard (H.222.0, ATSC, DVB...) So I guess If you ask guys at ffmpeg nobody will want to implement it.
a5180007 is offline   Reply With Quote
Old 2nd March 2020, 18:43   #487  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,248
So, if I get this right...

What some people would like TSmuxer to do is have the ability to mux: HEVC video with Dolby Vision along with Dolby TrueHD audio and SUP subtitles into the .TS [188 byte packet] container, instead of into the .m2ts [192 byte packet] container?

If so... What's the point of doing this?


Cheers
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline   Reply With Quote
Old 2nd March 2020, 19:15   #488  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by SeeMoreDigital View Post
So I guess the best we could expect is having an 'open source' build of TSmuxer that can successfully re-mux the 'dolby-vision-lg-(www.demolandia.net).ts' file
Ok so I found the issue with the audio in this stream. The E-AC3 stream type descriptor in M2TS is 0x84, but it needs to be changed to 0x87 for TS !! https://en.wikipedia.org/wiki/Progra...y_stream_types

Quote:
Originally Posted by SeeMoreDigital View Post
If so... What's the point of doing this?
Good question...
a5180007 is offline   Reply With Quote
Old 2nd March 2020, 19:35   #489  |  Link
Stereodude
Registered User
 
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
Quote:
Originally Posted by SeeMoreDigital View Post
If so... What's the point of doing this?
Isn't it to have a file with 2 layer Dolby Vision with Atmos (True-HD) audio that's fully playable on the Sony x700 UHD blu-ray player (and others?) enabling DV UHD BD "rips"?

Isn't the Oppo (and clones) the only consumer device capable of playing such content with proper DV 2 layer decoding and lossless Atmos (prior to making such .TS files for the Sony)?

Last edited by Stereodude; 2nd March 2020 at 19:39.
Stereodude is offline   Reply With Quote
Old 2nd March 2020, 19:56   #490  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,248
Quote:
Originally Posted by Stereodude View Post
Isn't it to have a file with 2 layer Dolby Vision with Atmos (True-HD) audio that's fully playable on the Sony x700 UHD blu-ray player (and others?) enabling DV UHD BD "rips"?
I dunno... But this would make more sense!

Okay then, so: HEVC video with 2-layer Dolby Vision along with Dolby TrueHD audio and SUP subtitles within the .TS [188 byte packet] container... I haven't tried doing this
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline   Reply With Quote
Old 2nd March 2020, 20:31   #491  |  Link
Stereodude
Registered User
 
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
Quote:
Originally Posted by SeeMoreDigital View Post
I dunno... But this would make more sense!

Okay then, so: HEVC video with 2-layer Dolby Vision along with Dolby TrueHD audio and SUP subtitles within the .TS [188 byte packet] container... I haven't tried doing this
Isn't that what Bgalakazam and imhh11 confirmed working on the x700 with one of the recent nightly builds?

I think imhh11 said it worked in a M2TS also.

Last edited by Stereodude; 2nd March 2020 at 20:34.
Stereodude is offline   Reply With Quote
Old 2nd March 2020, 21:02   #492  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,248
Quote:
Originally Posted by Stereodude View Post
Isn't that what Bgalakazam and imhh11 confirmed working on the x700 with one of the recent nightly builds?

I think imhh11 said it worked in a M2TS also.
I guess we could do with confirmation about who's players support 'HEVC video with 2-layer Dolby Vision.M2TS' file playback. And who's players only support 'HEVC video with 2-layer Dolby Vision.TS' file playback!
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |

Last edited by SeeMoreDigital; 2nd March 2020 at 21:19.
SeeMoreDigital is offline   Reply With Quote
Old 2nd March 2020, 21:04   #493  |  Link
Grencola
Registered User
 
Join Date: Mar 2018
Posts: 11
Quote:
Originally Posted by SeeMoreDigital View Post
So, if I get this right...

What some people would like TSmuxer to do is have the ability to mux: HEVC video with Dolby Vision along with Dolby TrueHD audio and SUP subtitles into the .TS [188 byte packet] container, instead of into the .m2ts [192 byte packet] container?

If so... What's the point of doing this?


Cheers
that would be amazing! It's so devices like the nvidia shield pro can playback movies in dolby vision with lossless true-hd atmos. it doesn't like when there's an ac3 core like in blurays. core-less thd atmos like in mkv play fine, but no dv obviously.

Last edited by Grencola; 2nd March 2020 at 21:08. Reason: typo
Grencola is offline   Reply With Quote
Old 2nd March 2020, 22:07   #494  |  Link
baker99uk
Registered User
 
Join Date: Jan 2010
Posts: 34
Quote:
Originally Posted by SeeMoreDigital View Post
I guess we could do with confirmation about who's players support 'HEVC video with 2-layer Dolby Vision.M2TS' file playback. And who's players only support 'HEVC video with 2-layer Dolby Vision.TS' file playback!
Using the w64-nightly-2020-03-02--01-10-57 build my X700 plays 2-layer DV in ts but DV is not triggered in m2ts, I hope that's what you were asking.
baker99uk is offline   Reply With Quote
Old 2nd March 2020, 22:17   #495  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,248
Quote:
Originally Posted by baker99uk View Post
Using the w64-nightly-2020-03-02--01-10-57 build my X700 plays 2-layer DV in ts but DV is not triggered in m2ts, I hope that's what you were asking.
Yep.

Apart from the 2-layer Dolby Vision HEVC video stream, what other streams are in your .ts file back-ups?
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
SeeMoreDigital is offline   Reply With Quote
Old 2nd March 2020, 22:28   #496  |  Link
baker99uk
Registered User
 
Join Date: Jan 2010
Posts: 34
Quote:
General
ID : 0 (0x0)
Complete name : I:\Originals\00001.m2ts
Format : BDAV
Format/Info : Blu-ray Video
File size : 54.1 GiB
Duration : 1 h 59 min
Overall bit rate mode : Variable
Overall bit rate : 65.1 Mb/s
Maximum Overall bit rate : 109 Mb/s

Video #1
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L5.1@High
HDR format : SMPTE ST 2086, HDR10 compatible
Codec ID : 36
Duration : 1 h 59 min
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
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.0050 cd/m2, max: 4000 cd/m2
Maximum Content Light Level : 2013 cd/m2
Maximum Frame-Average Light Level : 393 cd/m2

Video #2
ID : 4117 (0x1015)
Menu ID : 1 (0x1)
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L5.1@High
HDR format : SMPTE ST 2086, HDR10 compatible
Codec ID : 36
Duration : 1 h 59 min
Width : 1 920 pixels
Height : 1 080 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
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.0050 cd/m2, max: 4000 cd/m2

Audio #1
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3 MLP FBA 16-ch
Format/Info : Audio Coding 3 + Meridian Lossless Packing FBA with 16-channel presentation
Commercial name : Dolby TrueHD with Dolby Atmos
Muxing mode : Stream extension
Codec ID : 131
Duration : 1 h 59 min
Bit rate mode : Variable
Bit rate : 640 kb/s
Maximum bit rate : 8 469 kb/s
Channel(s) : 8 channels
Channel layout : L R C LFE Ls Rs Lb Rb
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Stream size : 545 MiB (1%)
Service kind : Complete Main
Number of dynamic objects : 11
Bed channel count : 1 channel
Bed channel configuration : LFE

Audio #2
ID : 4353 (0x1101)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #3
ID : 4354 (0x1102)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #4
ID : 4355 (0x1103)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #5
ID : 4356 (0x1104)
Menu ID : 1 (0x1)
Format : DTS XLL
Format/Info : Digital Theater Systems
Commercial name : DTS-HD Master Audio
Muxing mode : Stream extension
Codec ID : 134
Duration : 1 h 59 min
Bit rate mode : Variable
Channel(s) : 6 channels
Channel layout : C L R Ls Rs LFE
Sampling rate : 48.0 kHz
Frame rate : 93.750 FPS (512 SPF)
Bit depth : 24 bits
Compression mode : Lossless

Audio #6
ID : 4357 (0x1105)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #7
ID : 4358 (0x1106)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #8
ID : 4359 (0x1107)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #9
ID : 4360 (0x1108)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Audio #10
ID : 4361 (0x1109)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Commercial name : Dolby Digital
Codec ID : 129
Duration : 1 h 59 min
Bit rate mode : Constant
Bit rate : 640 kb/s
Channel(s) : 6 channels
Channel layout : L R C LFE Ls Rs
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Compression mode : Lossy
Delay relative to video : -8 ms
Stream size : 545 MiB (1%)
Service kind : Complete Main

Text #1
ID : 4768 (0x12A0)
Menu ID : 1 (0x1)
Format : PGS
Codec ID : 144

Text #2
ID : 4769 (0x12A1)
Menu ID : 1 (0x1)
Format : PGS
Codec ID : 144


......
That's the mediainfo for the input m2ts, although I actually imported the playlist not the m2ts directly, I deselected everything except the English tracks. The output m2ts only reports a single layer though, maybe I'm not using the correct tsmuxer build?
baker99uk is offline   Reply With Quote
Old 2nd March 2020, 23:13   #497  |  Link
imhh11
Registered User
 
Join Date: Jul 2016
Posts: 171
Quote:
Originally Posted by baker99uk View Post
That's the mediainfo for the input m2ts, although I actually imported the playlist not the m2ts directly, I deselected everything except the English tracks. The output m2ts only reports a single layer though, maybe I'm not using the correct tsmuxer build?
only this test build can make DV m2ts. And yes, it plays on the x700

https://onedrive.live.com/?authkey=%...&action=locate

but TS or m2ts, i dont really care. As long i can watch DV+ atmos via usb or my network, i'm happy...And right now I'm very happy

Code:
Complete name                            : D:\test.split.1.m2ts
Format                                   : BDAV
Format/Info                              : Blu-ray Video
File size                                : 920 MiB
Duration                                 : 2 min 0 s
Overall bit rate mode                    : Variable
Overall bit rate                         : 64.0 Mb/s
Maximum Overall bit rate                 : 35.5 Mb/s

Video #1
ID                                       : 4113 (0x1011)
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.07.06, BL / SMPTE ST 2094 App 4, Version 1, HDR10+ Profile B compatible
Codec ID                                 : 36
Duration                                 : 2 min 0 s
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
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
Maximum Content Light Level              : 745 cd/m2
Maximum Frame-Average Light Level        : 47 cd/m2

Video #2
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.07.06, EL+RPU / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : 36
Duration                                 : 2 min 0 s
Width                                    : 1 920 pixels
Height                                   : 1 080 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
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

Last edited by imhh11; 2nd March 2020 at 23:17.
imhh11 is offline   Reply With Quote
Old 2nd March 2020, 23:45   #498  |  Link
baker99uk
Registered User
 
Join Date: Jan 2010
Posts: 34
[QUOTE=imhh11;1902629]only this test build can make DV m2ts. And yes, it plays on the x700

https://onedrive.live.com/?authkey=%...&action=locate

but TS or m2ts, i dont really care. As long i can watch DV+ atmos via usb or my network, i'm happy...And right now I'm very happy

Excellent, I'll test this version too in the morning. I'm very happy that I can finally play DV rips on my X700 as well.
baker99uk is offline   Reply With Quote
Old 3rd March 2020, 00:29   #499  |  Link
cogira
Banned
 
Join Date: Feb 2020
Location: Usa
Posts: 45
Yes, .ts or .m2ts on the sony x700 they have the problem exposed in post 470 and 471, that is very annoying.
Also could someone explain why mediainfo reports that both videotracks are dolby vision?

mediainfo.txt
cogira is offline   Reply With Quote
Old 3rd March 2020, 01:02   #500  |  Link
imhh11
Registered User
 
Join Date: Jul 2016
Posts: 171
Quote:
Originally Posted by cogira View Post
Yes, .ts or .m2ts on the sony x700 they have the problem exposed in post 470 and 471, that is very annoying.
Also could someone explain why mediainfo reports that both videotracks are dolby vision?

Attachment 17223
I was wondering about that too.

@a5180007
Could it be possible to do a test build that would put DV descriptor only on the DV layer just like the mp4muxer.
maybe that's the reason why it doesn't work on my LG C8?

Thank's

mp4muxer:

Code:
Complete name                            : G:\4k\Terminator.Dark.Fate.2019.DV.mp4
Format                                   : MPEG-4
Format profile                           : Base Media / Version 2
Codec ID                                 : mp42 (isom/mp42/dby1)
File size                                : 57.0 GiB
Duration                                 : 2 h 8 min
Overall bit rate                         : 63.7 Mb/s
Encoded date                             : UTC 2020-01-18 23:49:16
Tagged date                              : UTC 2020-01-18 23:49:16

Video #1
ID                                       : 1
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : SMPTE ST 2086, HDR10 compatible
Codec ID                                 : hev1
Codec ID/Info                            : High Efficiency Video Coding
Duration                                 : 2 h 8 min
Bit rate                                 : 48.7 Mb/s
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.245
Stream size                              : 43.6 GiB (76%)
Default                                  : No
Encoded date                             : UTC 2020-01-18 23:00:19
Tagged date                              : UTC 2020-01-18 23:51:19
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
Maximum Content Light Level              : 1000 cd/m2
Maximum Frame-Average Light Level        : 446 cd/m2
Codec configuration box                  : hvcC

Video #2
ID                                       : 2
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.07.06, EL+RPU / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : dvhe
Codec ID/Info                            : High Efficiency Video Coding with Dolby Vision
Duration                                 : 2 h 8 min
Bit rate                                 : 5 130 kb/s
Width                                    : 1 920 pixels
Height                                   : 1 080 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.103
Stream size                              : 4.59 GiB (8%)
Default                                  : No
Encoded date                             : UTC 2020-01-18 23:00:19
Tagged date                              : UTC 2020-01-18 23:51:19
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


tsMuxer:

Code:
Complete name                            : I:\Gemini.Man.2019.DV.60FPS.ts
Format                                   : MPEG-TS
File size                                : 75.6 GiB
Duration                                 : 1 h 57 min
Overall bit rate mode                    : Variable
Overall bit rate                         : 92.5 Mb/s
Maximum Overall bit rate                 : 35.5 Mb/s

Video #1
ID                                       : 4113 (0x1011)
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.07.06, BL / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : 36
Duration                                 : 1 h 57 min
Width                                    : 3 840 pixels
Height                                   : 2 160 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 59.940 (60000/1001) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
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.0010 cd/m2, max: 1000 cd/m2
Maximum Content Light Level              : 5180 cd/m2
Maximum Frame-Average Light Level        : 1577 cd/m2

Video #2
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.07.06, EL+RPU / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : 36
Duration                                 : 1 h 57 min
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 59.940 (60000/1001) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
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.0010 cd/m2, max: 1000 cd/m2

Last edited by imhh11; 3rd March 2020 at 01:10.
imhh11 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 00:45.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.