Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 16 Vote(s) - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Completed/Released] Wizarding World: Ultimate Definitive Edition
#91
(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.
[Image: vOpkc2s.png]


@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
Reply
Thanks given by:
#92
(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.
[Image: vOpkc2s.png]


@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.
Reply
Thanks given by: SHM
#93
(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.
Reply
Thanks given by:
#94
(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.
Reply
Thanks given by:
#95
(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
Reply
Thanks given by:
#96
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.
Reply
Thanks given by: SHM , Jaifai4K
#97
(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.  Smile
Reply
Thanks given by:
#98
My jaw has dropped, this looks absolutely incredible!! PM incoming. I'm so excited to watch this!! Big Grin
Reply
Thanks given by: Klexos
#99
(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!! Big Grin

Thank you. You have DMs disabled so I can't reply to you
Reply
Thanks given by:
(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!! Big Grin

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!!
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  [In progress] Zack Snyder's Justice League Ultimate Edition franzkfk 31 11,306 2024-02-21, 10:28 PM
Last Post: franzkfk
  [In progress] Akira (definitive version) - 47 audios | 22 languages | 35 dubbing | 54 subtitles metahades 1 956 2023-04-02, 03:22 AM
Last Post: Bilbofett
  The Killer - Ultimate Edition CSchmidlapp 40 43,042 2020-09-17, 07:01 PM
Last Post: NiceNightForAWalk
  [In progress] Shaolin Soccer Original DUB Edition JackReacher 1 2,510 2019-12-07, 08:44 AM
Last Post: JackReacher
Video Back To The Future - To Be Continued Edition ilovewaterslides 21 22,266 2018-01-02, 12:31 AM
Last Post: Beber
  [In progress] Stargate - Fan Edit Extended Edition Restoration Ronster 10 9,719 2017-08-10, 06:45 PM
Last Post: Ronster
  The Devil's Advocate "Uncensored" Edition + Extended Edition 1080p BD project jerryshadoe 9 11,261 2017-07-19, 03:40 PM
Last Post: spoRv

Forum Jump:


Users browsing this thread: 3 Guest(s)