strange behavior?? maybe?

Please post here for issues related to UHD discs
Post Reply
jlpsvk
Posts: 50
Joined: Thu Sep 06, 2018 11:33 am

strange behavior?? maybe?

Post by jlpsvk »

I was encoding 1080p DoVi video... fed by RPU directly in x265...

result was

Code: Select all

Video
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                                 : V_MPEGH/ISO/HEVC
Duration                                 : 1 h 48 min
Bit rate                                 : 5 248 kb/s
Width                                    : 1 920 pixels
Height                                   : 804 pixels
Display aspect ratio                     : 2.40:1
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) FPS
after re-mux with makemkv 1.15.4 i got correct dolby vision profile 8.1.. but.. HEIGHT changed to 808 and ORIGINAL HEIGHT was added.

Code: Select all

Video
ID                                       : 1
ID in the original source medium         : 4117 (0x1015)
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5.1@High
HDR format                               : Dolby Vision, Version 1.0, dvhe.08.03, BL+RPU, Blu-ray compatible / SMPTE ST 2086, HDR10 compatible
Codec ID                                 : V_MPEGH/ISO/HEVC
Duration                                 : 1 h 48 min
Bit rate                                 : 5 248 kb/s
Width                                    : 1 920 pixels
Height                                   : 808 pixels
Original height                          : 804 pixels
Display aspect ratio                     : 2.40:1
Original display aspect ratio            : 2.40:1
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) FPS
what does this mean???
X13Loser
Posts: 1
Joined: Mon Mar 08, 2021 6:45 am

Re: strange behavior?? maybe?

Post by X13Loser »

I encountered exactly the same problem. I just wonder whether the problem is solved or can be avoided?

Some test I did:

Code: Select all

raw hevc generated by x265:				height=812
packed by mp4muxer:					original height=812, height=816
iso packed by tsMuxer:					m2ts file info: height=812. 
							However, tsMuxer shows height=816 in GUI when doing packing.
mkv made by makeMkv 
(and source is iso packed by tsMuxer):			original height=812, height=816
Appreciate in advance! : )
Post Reply