Posts: 139
Threads: 1
Joined: 2021 Apr
Thanks: 270
Given 41 thank(s) in 28 post(s)
Country:
(2022-01-03, 11:51 PM)interaser Wrote: HI Klexos, we're very thankful for the job you have done, please don't get upset for nothing.
It just never happened in the past that I'm not able to play a video file on my TV or on my PC and I did play lots and lots of over 80GB 4k HDR video files from my external SSD.
It is probably my PC and my 2021 bravia TV not powerful enough for this video file, it happens...
Once again thanks for your great work, cheers.
It is not just you. The file has some different encoding settings.
I could not play it in any player (even a dedicated player like OPPO could not open the file) until recently. I tried to convert it to mkv or m2ts but it did not solve the issue, it even crashed my computer.
That being said, i finally was able to play it in madvr+mpc be in a PC with a rtx 3060. The result is incredible, as i said, it is the best version ever, and my preferred one.
The HDR version had some insane level of nits, specifically 65535. It should be limited to a range of 1000-5000.
@ Klexos I would like to try to reencode the file with minimal loss, so i can play it in any device, would you mind telling me a tool to do so?
And congrats again on this project, it is incredible to see this in a big screen.
Thrtxrtx 3060 rtx 3060 rt
Posts: 84
Threads: 1
Joined: 2020 Dec
Thanks: 87
Given 267 thank(s) in 49 post(s)
Country:
(2022-01-14, 10:13 PM)SHM Wrote: (2022-01-03, 11:51 PM)interaser Wrote: HI Klexos, we're very thankful for the job you have done, please don't get upset for nothing.
It just never happened in the past that I'm not able to play a video file on my TV or on my PC and I did play lots and lots of over 80GB 4k HDR video files from my external SSD.
It is probably my PC and my 2021 bravia TV not powerful enough for this video file, it happens...
Once again thanks for your great work, cheers.
It is not just you. The file has some different encoding settings.
I could not play it in any player (even a dedicated player like OPPO could not open the file) until recently. I tried to convert it to mkv or m2ts but it did not solve the issue, it even crashed my computer.
That being said, i finally was able to play it in madvr+mpc be in a PC with a rtx 3060. The result is incredible, as i said, it is the best version ever, and my preferred one.
The HDR version had some insane level of nits, specifically 65535. It should be limited to a range of 1000-5000.
@Klexos I would like to try to reencode the file with minimal loss, so i can play it in any device, would you mind telling me a tool to do so?
And congrats again on this project, it is incredible to see this in a big screen.
Thrtxrtx 3060 rtx 3060 rt My greatest pleasure you enjoy it my friend.
The MaxCLL/FALL_Original value at 65535 cd/m2 are not the actual nit values,
The actual HDR mastering was done in the 5K range, the true HDR values are as below, as they also come up when opening the file's mediainfo.
Code: Mastering display luminance : min: 0.0001 cd/m2, max: 4000 cd/m2
Maximum Content Light Level : 1000 cd/m2
Maximum Frame-Average Light Le : 400 cd/m2
I firmly believe the reason for the difficulty of playing it is the 4:4:4 Chroma Subsampling, so simply re-encoding it to the industry standard default 4:2:0 should make the file a lot more compatible.
FFMPEG and DVDFab are both good options to re-encode it at your desired settings.
Posts: 139
Threads: 1
Joined: 2021 Apr
Thanks: 270
Given 41 thank(s) in 28 post(s)
Country:
(2022-01-14, 11:41 PM)Klexos Wrote: Thr rMy greatest pleasure you enjoy it my friend.
The MaxCLL/FALL_Original value at 65535 cd/m2 are not the actual nit values,
The actual HDR mastering was done in the 5K range, the true HDR values are as below, as they also come up when opening the file's mediainfo.
Code: Mastering display luminance : min: 0.0001 cd/m2, max: 4000 cd/m2
Maximum Content Light Level : 1000 cd/m2
Maximum Frame-Average Light Le : 400 cd/m2
I firmly believe the reason for the difficulty of playing it is the 4:4:4 Chroma Subsampling, so simply re-encoding it to the industry standard default 4:2:0 should make the file a lot more compatible.
FFMPEG and DVDFab are both good options to re-encode it at your desired settings. Well, you were absolutely right. I encoded some minutes of it with the 4:2:0 Chroma Subsampling and the playback was correct without any issues.
If anyone experience any problems that is the solution.
I will update once i test more.
Posts: 592
Threads: 44
Joined: 2021 Jul
Thanks: 433
Given 478 thank(s) in 237 post(s)
Country:
(2021-12-24, 11:21 AM)Klexos Wrote: Also silly me but I forgot to include the subtitle file for the extended, I couldn't remux it in for some reason so I had to keep it separate. (mkvtools would just freeze)
You couldn't remux it because of this:
Code: Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
Metadata:
creation_time : 2021-12-11T14:34:02.000000Z
handler_name : Core Media Data Handler
timecode : 01:00:00:00
I don't know what it is, but removing the stream with ffmpeg lets you mux into mkv just fine.
Posts: 139
Threads: 1
Joined: 2021 Apr
Thanks: 270
Given 41 thank(s) in 28 post(s)
Country:
(2022-01-20, 06:48 PM)stwd4nder2 Wrote: (2021-12-24, 11:21 AM)Klexos Wrote: Also silly me but I forgot to include the subtitle file for the extended, I couldn't remux it in for some reason so I had to keep it separate. (mkvtools would just freeze)
You couldn't remux it because of this:
Code: Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
Metadata:
creation_time : 2021-12-11T14:34:02.000000Z
handler_name : Core Media Data Handler
timecode : 01:00:00:00
I don't know what it is, but removing the stream with ffmpeg lets you mux into mkv just fine. Thanks for the info. Can you post the exact command you used? Will be useful for everyone!
Regards
Posts: 592
Threads: 44
Joined: 2021 Jul
Thanks: 433
Given 478 thank(s) in 237 post(s)
Country:
The exact command is
Code: ffmpeg -i Harry.Potter.and.the.Sorcerer\'s.Stone.\(Extended\).2160p.UAR.HYBRID.PCM.5.1.H.265.HDR-TrueMAX.mov -c copy -map 0:0 -map 0:1 Harry.Potter.and.the.Sorcerer\'s.Stone.\(Extended\).2160p.UAR.HYBRID.PCM.5.1.H.265.HDR-TrueMAX.mkv
ffmpeg is a very useful tool, worth learning how to use.
Posts: 139
Threads: 1
Joined: 2021 Apr
Thanks: 270
Given 41 thank(s) in 28 post(s)
Country:
(2022-01-21, 03:31 PM)stwd4nder2 Wrote: The exact command is
Code: ffmpeg -i Harry.Potter.and.the.Sorcerer\'s.Stone.\(Extended\).2160p.UAR.HYBRID.PCM.5.1.H.265.HDR-TrueMAX.mov -c copy -map 0:0 -map 0:1 Harry.Potter.and.the.Sorcerer\'s.Stone.\(Extended\).2160p.UAR.HYBRID.PCM.5.1.H.265.HDR-TrueMAX.mkv
ffmpeg is a very useful tool, worth learning how to use. Thank you very much.
It is a useful tool indeed.
Posts: 2
Threads: 0
Joined: 2022 Jan
Thanks: 2
Given 1 thank(s) in 1 post(s)
Country:
My jaw has dropped, this looks absolutely incredible!! PM incoming. I'm so excited to watch this!!
Posts: 84
Threads: 1
Joined: 2020 Dec
Thanks: 87
Given 267 thank(s) in 49 post(s)
Country:
(2022-01-23, 03:50 AM)Volpe64 Wrote: My jaw has dropped, this looks absolutely incredible!! PM incoming. I'm so excited to watch this!!
Thank you. You have DMs disabled so I can't reply to you
Posts: 2
Threads: 0
Joined: 2022 Jan
Thanks: 2
Given 1 thank(s) in 1 post(s)
Country:
(2022-01-23, 02:39 PM)Klexos Wrote: (2022-01-23, 03:50 AM)Volpe64 Wrote: My jaw has dropped, this looks absolutely incredible!! PM incoming. I'm so excited to watch this!!
Thank you. You have DMs disabled so I can't reply to you
So that's what happens when I forget to click "Update Options"... It's all fixed, thank you!!
|