cbusillo / BD_to_AVP

3D Blu-ray to Apple Vision Pro converter
GNU General Public License v3.0
59 stars 5 forks source link

0.2.125 error #32

Open mikemonello opened 3 days ago

mikemonello commented 3 days ago

I'm not sure how to read this error. I opened the ISO in MakeMKV and there were two equally sized 3D movies on the disc. I successfully ripped them both using MKV and will try converting those. I'm guessing this ISO was repacked maybe?

Everything was standard except I also selected :Continue Processing on Error" and "Remove Extra Languages"

Here's the window output:

🟢 Processing started at 10:20:30 AM on 2024-06-29 with version 0.2.125. 🟢 Processing /Volumes/3D_Movies/RERIPS/Dial M For Murder 3D 1954 1080p 1.0.iso

Running Get disc and MVC video properties Finished Get disc and MVC video properties in 3 seconds

Using temporary folder: /Volumes/Transfer X/newrips/Dial M for Murder/tmp

Custom MakeMKV profile created at /Volumes/Transfer X/newrips/Dial M for Murder/custom_profile.mmcp.xml

Running Rip disc to MKV file. Finished Rip disc to MKV file. in 10 minutes

Detecting crop parameters...

Running ffmpeg to extract video, audio, and subtitles from MKV Finished ffmpeg to extract video, audio, and subtitles from MKV in 20 minutes

Running Sup subtitles extraction and SRT conversion Finished Sup subtitles extraction and SRT conversion in 13 minutes

Running FRIM to split MVC to stereo. Error running command:

FRIM to split MVC to stereo.

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Apple". Returning HW_VENDOR_NVIDIA.

0024:fixme:thread:get_thread_times not implemented on this platform

0100:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000156FF50

0024:fixme:heap:GetNumaHighestNodeNumber semi-stub: 000000000011DF20

ERROR: expect more data at input (-10), c:\prj\frim\frim_decode\src\pipeline_decode.cpp (638)

ERROR: expect more data at input (-10), c:\prj\frim\frim_decode\src\pipeline_decode.cpp (262)

ERROR: Cannot start decoding process.

0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FEB0

Finished FRIM to split MVC to stereo. in 9 seconds

cbusillo commented 3 days ago

Do both videos have MVC video in them? Is one of them a 2D playlist maybe?

Screenshot 2024-06-29 at 12 09 22 PM

cbusillo commented 3 days ago

This error has always been lack of a MVC channel. ERROR: expect more data at input (-10), c:\prj\frim\frim_decode\src\pipeline_decode.cpp (638)

mikemonello commented 3 days ago

Interesting. Both files have MVC video. It's currently running through a folder of ISO files but later tonight I'm going to run both MakeMKV files and see what the results are. Is there a way to check an MakeMKV rip to verify it has both video streams? VLC just seems to ignore multiview tracks.

cbusillo commented 3 days ago

If you use keep-files, you can inspect the created mkv with makemkv. Or you can use a terminal tool like mediainfo or ffprobe.

mikemonello commented 2 days ago

I ran the first mkv, and I didn't get an error, but the program froze at this spot:

Screenshot 2024-06-29 at 9 17 49 PM

I ran the second one, and it froze at pretty much the same place:

Screenshot 2024-06-29 at 9 55 37 PM

It's not a program crash as I've ever seen because the app is active and responsive. The only hint that it is stuck is the animated icon freezes. And if I just quit the app, it doesn't stop and ask me if I want to cancel the process (although that might not yet be implemented).

cbusillo commented 2 days ago

Does it work if you skip subtitles? Thats a different error than the first one, so it might have been created from the MakeMKV process. You can see in your initial error log the SRTs were created in 13 minutes. It might be best for me to look at that ISO and figure out why it is not able to split the MVC into left/right

mikemonello commented 2 days ago

I'll send a link to the ISO once its uploaded. Thanks!

Samckatz commented 2 days ago

I'll send a link to the ISO once it’s which movie is the ISO?

mikemonello commented 1 day ago

@Samckatz Dial M for Murder

Samckatz commented 1 day ago

I will check it out and report back

Samckatz commented 1 day ago

@Samckatz Dial M for Murder

Works fine by me. Is the ISO you’re using untouched or already encoded?

cbusillo commented 1 day ago

Did we get anywhere with this one?