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 6th February 2020, 14:04   #361  |  Link
koka
Registered User
 
Join Date: Jun 2018
Posts: 14
Attention! Starting yesterday night build w*nightly-2020-02-05*.zip, tsMuxeR requires *.meta in utf8. Previously for Windows required 8-bit encoding.

Last edited by koka; 6th February 2020 at 20:53.
koka is offline   Reply With Quote
Old 6th February 2020, 19:37   #362  |  Link
mattmarsden
Registered User
 
Join Date: Jan 2006
Posts: 25
Quote:
Originally Posted by a5180007 View Post
@mattmarsden could you please be more specific ? tsMuxer already muxes single layer DV hevc streams.

Try eg dolby-vision-amaze.mp4 (DV Profile 5) or P81_GlassBlowing2.mp4 (DV Profile 8.1)
So when I add a single layer DV mp4 created by DVDFab it says the track is unknown. I will try and link to a sample.
mattmarsden is offline   Reply With Quote
Old 6th February 2020, 22:40   #363  |  Link
BloodyRipper
Registered User
 
BloodyRipper's Avatar
 
Join Date: May 2003
Posts: 74
Quote:
Originally Posted by koka View Post
Attention! Starting yesterday night build w*nightly-2020-02-05*.zip, tsMuxeR requires *.meta in utf8. Previously for Windows required 8-bit encoding.
This will be fixed in nightly-2020-02-07. tsMuxeR will now try to interpret the file names in the meta file in the system's current 8-bit encoding if they don't appear to be encoded in UTF-8.
BloodyRipper is offline   Reply With Quote
Old 6th February 2020, 23:10   #364  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,279
Quote:
Originally Posted by a5180007 View Post
Ok, thanks @SeeMoreDigital. I'll try to see what's different from tsMuxer outputs.
My pleasure and many thanks
__________________
| 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 6th February 2020, 23:17   #365  |  Link
cogira
Banned
 
Join Date: Feb 2020
Location: Usa
Posts: 45
Quote:
Originally Posted by mattmarsden View Post
So when I add a single layer DV mp4 created by DVDFab it says the track is unknown. I will try and link to a sample.
same here with single layer dolby vision mp4 created by dvdfab.
cogira is offline   Reply With Quote
Old 7th February 2020, 09:37   #366  |  Link
staina
Registered User
 
Join Date: Feb 2013
Posts: 67
Compared I'm MPLS files created in tsMuxer and DVDFab and found out differences see. picture.

What these different bytes mean and is some problem for when are different?

Thank for answer. staina
Attached Images
 
staina is offline   Reply With Quote
Old 7th February 2020, 15:45   #367  |  Link
varekai
Registered User
 
varekai's Avatar
 
Join Date: Jul 2006
Posts: 551
Quote:
Originally Posted by a5180007 View Post
Or you could simple load the srt in tsMuxer, conversion to sup works well on Windows.
Alternatively, open the sup produced by easysup with an hexeditor:
- bytes 14-15 are width (0x0780 = 1920)
- bytes 16-17 are height (0x0438 = 1080)
- first nibble of byte 18 is fps: = (0, 23.976, 24, 25, 29.97, 30, 50, 59.94) => change from "10" to "20"
Thanks for the input, appreciate it.
I know tsMuxer can mux to a sup from srt but is has a bug with italics.
If I remember right it has it an all earlier verions aswell including the tsMuxerGUI-Nightly-2020-02-05--01-09-49.
Look at these two screendumps:
https://imgur.com/a/OiZA8F8

Also easySUP has more subtitles alternatives.
A wet dream I have is if there was a sup creator with options like in PotPlayer.
Potplayer Font Style:
https://imgur.com/a/90h7T69

I use HxD Hex Editor 2.3 but I can't find what you are refering to?
Any advice would on this would be great!

Thanks and
Best regards
varekai
varekai is offline   Reply With Quote
Old 7th February 2020, 16:28   #368  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by varekai View Post
I use HxD Hex Editor 2.3 but I can't find what you are refering to?
Any advice would on this would be great!
On your file test.sup: the two first lines (first 32 bytes) are the PGS header.
First circle is the PGS width 0x0780, followed by the height 0x0438, followed by (second circle) 1=23.976 fps. Change it to 2=24 fps.

a5180007 is offline   Reply With Quote
Old 7th February 2020, 16:42   #369  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by staina View Post
What these different bytes mean and is some problem for when are different?
The bytes 00 00 00 0F 40 00 00 00 are the "UOMaskTable".
The following nibble is the four flags RandomAccess, AudioMix, LosslessBypass, MVCBaseViewR.

On a standalone player it is a problem if some of these flags are not enabled, with V3 Blu-rays they are compulsory.

Last edited by a5180007; 7th February 2020 at 20:17.
a5180007 is offline   Reply With Quote
Old 7th February 2020, 16:56   #370  |  Link
staina
Registered User
 
Join Date: Feb 2013
Posts: 67
Quote:
Originally Posted by a5180007 View Post
The bytes 00 00 00 0F 40 00 00 00 are the "UOMaskTable".
The following nibble is the four flags RandomAccess, AudioMix, LosslessBypass, MVCBaseViewR.

On a standalone player it is a problem if some of these flags are not enabled, with V3 Blu-rays they are compulsory.
So that tsMuxer it has right and DVDFab wrong? Yes.
staina is offline   Reply With Quote
Old 7th February 2020, 17:17   #371  |  Link
varekai
Registered User
 
varekai's Avatar
 
Join Date: Jul 2006
Posts: 551
Quote:
Originally Posted by a5180007 View Post
On your file test.sup: the two first lines (first 32 bytes) are the PGS header.
First circle is the PGS width 0x0780, followed by the height 0x0438, followed by (second circle) 1=23.976 fps. Change it to 2=24 fps.
Excellent! That worked like a charm!
Thank you so much for your help, really appreciate it!
It will be an extra step in the workflow but its well worth it.
I like a goodlooking font for my movie projects.

Many thanks and
Best regards,
varekai
varekai is offline   Reply With Quote
Old 7th February 2020, 17:41   #372  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by SeeMoreDigital View Post
I have a few single layer Dolby Vision test files that work fine with the OPPO.
@SeeMoreDigital I've tried some changes in the TS descriptors. Please advise whether P81_GlassBlowing2.m2ts works with your OPPO.

Quote:
Originally Posted by staina View Post
So that tsMuxer it has right and DVDFab wrong? Yes.
Yes, tsMuxer has it right and DVDFab is incorrect.

Last edited by a5180007; 7th February 2020 at 19:49.
a5180007 is offline   Reply With Quote
Old 8th February 2020, 11:22   #373  |  Link
FilipeAmadeuO
Registered User
 
Join Date: Aug 2002
Location: Portugal
Posts: 340
P81_GlassBlowing2.m2ts works on on my OPPO clone player, so most probably will also work on orginal OPPO player.
FilipeAmadeuO is offline   Reply With Quote
Old 8th February 2020, 11:26   #374  |  Link
mariner
Registered User
 
Join Date: Nov 2005
Posts: 583
Quote:
Originally Posted by a5180007 View Post
On your file test.sup: the two first lines (first 32 bytes) are the PGS header.
First circle is the PGS width 0x0780, followed by the height 0x0438, followed by (second circle) 1=23.976 fps. Change it to 2=24 fps.

Greetings a5180007, thank you for the herculean effort to keep tsmuxer up to date.
A quick question regarding the resolution of 4kUHD sup subtitle: 1920x1080 or 3840x2160?
Many thanks and best regards,
mariner is offline   Reply With Quote
Old 8th February 2020, 12:09   #375  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,279
Quote:
Originally Posted by a5180007 View Post
@SeeMoreDigital I've tried some changes in the TS descriptors. Please advise whether P81_GlassBlowing2.m2ts works with your OPPO.
The .m2ts file plays in HDR10 only...
__________________
| 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 8th February 2020, 13:42   #376  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
Quote:
Originally Posted by SeeMoreDigital View Post
The .m2ts file plays in HDR10 only...
To understand, and know if I am on the right path: so the previous P81_GlassBlowing2.m2ts was not read at all by your player, and the new sample plays but only in HDR10 ?
a5180007 is offline   Reply With Quote
Old 8th February 2020, 14:09   #377  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,279
Quote:
Originally Posted by a5180007 View Post
To understand, and know if I am on the right path: so the previous P81_GlassBlowing2.m2ts was not read at all by your player, and the new sample plays but only in HDR10 ?
Yes, after re-muxing the 'P81_GlassBlowing2.mp4' file using TSmuxer's Blu-ray Folder output option, it crashed my OPPO.

I have also just tried re-muxing the 'P81_GlassBlowing2.m2ts' file using TSmuxer's Blu-ray Folder output option and it crashes my OPPO too.

By the way... According to MediaInfo the original 'P81_GlassBlowing2.mp4' file does not contain any Dolby Vision meta-data: -

Code:
General
Complete name                            : d:\SeeMoreDigital\Downloads\P81_GlassBlowing2.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom (isom/iso2/mp41)
File size                                : 30.6 MiB
Duration                                 : 18 s 35 ms
Overall bit rate                         : 14.2 Mb/s
Writing application                      : Lavf58.26.101

Video
ID                                       : 1
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@Main
HDR format                               : SMPTE ST 2086, HDR10 compatible
Codec ID                                 : hev1
Codec ID/Info                            : High Efficiency Video Coding
Duration                                 : 18 s 35 ms
Bit rate                                 : 14.2 Mb/s
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Frame rate                               : 59.940 (59940/1000) FPS
Minimum frame rate                       : 59.940 FPS
Maximum frame rate                       : 59.943 FPS
Original frame rate                      : 59.940 (60000/1001) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0 (Type 2)
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.115
Stream size                              : 30.6 MiB (100%)
Color range                              : Limited
Color primaries                          : BT.2020
Transfer characteristics                 : PQ
Matrix coefficients                      : BT.2020 non-constant
Mastering display color primaries        : BT.2020
Mastering display luminance              : min: 0.0050 cd/m2, max: 4000 cd/m2
Codec configuration box                  : hvcC
__________________
| 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 8th February 2020, 15:08   #378  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
@SeeMoreDigital what I need to know is if your player can read the m2ts I uploaded -the patch is not included in the master. If you can read it (even in HDR10), next step is to include the DV private data in the PMT for non-bluray mixing.

To my knowledge, only DV profile 7 DV is compatible with Blu-ray. I doubt tsMuxer can produce a compatible HDMV blu-ray folder with single layer -profile 5 and 8- DV.

As for the dvvC box missing in the mp4, ffmpeg seems to be at the same stage as tsMuxer...

Edit : do you know if your OPPO is compatible with DV profile 8.1 ? If not, the fall back to HDR10 is normal.

Last edited by a5180007; 8th February 2020 at 15:22.
a5180007 is offline   Reply With Quote
Old 8th February 2020, 15:23   #379  |  Link
a5180007
Registered User
 
Join Date: Jun 2014
Location: Marrakech, Morocco
Posts: 253
@SeeMoreDigital what I need to know is if your player can read the m2ts I uploaded -the patch is not included in the master. If you can read it (even in HDR10), next step is to include the DV private data in the PMT for non-bluray mixing.

To my knowledge, only DV profile 7 DV is compatible with Blu-ray. I doubt tsMuxer can produce a compatible HDMV blu-ray folder with single layer -profile 5 and 8- DV.

As for the dvvC box missing in the mp4, ffmpeg seems to be at the same stage as tsMuxer...

Edit: if your OPPO is not compatible with DV profile 8.1, the fallback to HDR10 is normal.

Last edited by a5180007; 8th February 2020 at 15:39.
a5180007 is offline   Reply With Quote
Old 8th February 2020, 16:06   #380  |  Link
SeeMoreDigital
Life's clearer in 4K UHD
 
SeeMoreDigital's Avatar
 
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,279
Quote:
Originally Posted by a5180007 View Post
@SeeMoreDigital what I need to know is if your player can read the m2ts I uploaded -the patch is not included in the master. If you can read it (even in HDR10), next step is to include the DV private data in the PMT for non-bluray mixing.
Yes my OPPO can play the 'P81_GlassBlowing2.m2ts' 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
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 20:53.


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