I wonder if all the French UHD-BD should be verified now. It looks like Blade 1998 FEL FRA BD has the same issue
https://slow.pics/c/YzYgHn4x
I wonder if all the French UHD-BD should be verified now. It looks like Blade 1998 FEL FRA BD has the same issue
So, to be clear, is this a disc mastering issue? A MakeMKV issue? Or a combination?RESET_9999 wrote: ↑Tue Nov 26, 2024 3:55 pmI wonder if all the French UHD-BD should be verified now. It looks like Blade 1998 FEL FRA BD has the same issue
https://slow.pics/c/YzYgHn4x
Thanks so much! Much appreciated.RESET_9999 wrote: ↑Tue Nov 26, 2024 4:54 pmIt's a disc authoring/encoding issue.
To verify your makemkv rip, just extract the RPU, info/plot it with dovi_tool, and check if the framecount matches the video.
I could but it makes the x265.exe progress bar to display a new line for each few frames. I don't know how to keep the progress bar on the same line and export the log at the same time.
Code: Select all
"%x265_path%" %settings% %static_metadata% %P8RPU% --input "%TEMP%script.avs" --output "%output_path%%filename%%encodetype%.hevc" & echo off & set HDR="%output_path%%filename%%encodetype%.hevc"& goto :MUXER
Code: Select all
"%x265_path%" %settings% %static_metadata% %P8RPU% --input "%TEMP%script.avs" --output "%output_path%%filename%%encodetype%.hevc" 2>&1 | PowerShell -Command "$input | Tee-Object -FilePath \"%output_path%%filename%_encode_log.txt\""
@echo off
set HDR="%output_path%%filename%%encodetype%.hevc"& goto :MUXER