Posts: 21
 
	
	
		Hello,
	
Attached Files Thumbnail(s)  
	
	
	
 
 
	
	
	
		
	Posts: 12.047
 
	
	
		Okay, first time seeing this.
From the looks of it the Blu-ray seems to be authored in a way that libbluray can't handle the output.
Hybrid calls:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -i "bluray:G:\rips\1080p\THE_STAND"
a. Do you see more infos when you call this in a Windows Command Prompt?
b. Does is work in Hybrid if you disable "Config->Input->Pre-select .mpls with ffmpeg" ?
c. How many files are there in the  "G:\rips\1080p\THE_STAND\PLAYLIST"-folder? Assuming there are not too many, can you load them one at a time in Hybrid?
Cu Selur
Ps.: as a workaround you could first remux the blu-ray with mkvtoolnix or makemkv.
	
----
	
	
 
 
	
	
	
		
	Posts: 21
 
	
	
		a. I get:
C:\Users\Sub-Zero>"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -i "bluray:G:\rips\1080p\THE_STAND
b. disabling that does get me past the error, but then the video encoding immediately crashes. Also, using the crop analysis tool results in a 'crop crashed!' error dialog. Sometimes hybrid crashes after that, sometimes not.
c. the stand has 17 files in PLAYLIST. T2 has 57. I do have to disable the ignore playlist limits in input for the feature playlists to show up in T2.
yes, I know, but some of these blurays have multiple titles that need the playlist files analyzed in order to play back all the clips in the right order (eg Terminator 2 theatrical/directors edition)
	
 
 
	
	
	
		
	Posts: 12.047
 
	
	
		Seems like there is a general problem with current ffmpeg and Blu-rays.
	
	
----
	
	
 
 
	
	
	
		
	Posts: 21
 
	
	
		Ok, I understand. Thanks for looking into it.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.047
 
	
	
		What do you get when calling
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -i "bluray:G:\rips\1080p\THE_STAND\"
?
(doesn't seem like the ffmpeg command line has changed, 
https://ffmpeg.org/ffmpeg-all.html#bluray )
Cu Selur
	
----
	
	
 
 
	
	
	
		
	Posts: 21
 
	
	
		with the trailing backslash, I get:
C:\Users\Sub-Zero>"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -i "bluray:G:\rips\1080p\THE_STAND\"
The bottom lines after 'array too big.' now reference the bdmv files rather than the java jar files.
	
 
 
	
	
	
		
	Posts: 12.047
 
	
	
		I created a 
thread over at doom9s  maybe someone has an idea what the problem is.
(couldn't find anything over at 
https://trac.ffmpeg.org/ )
The missing libbluray jar files are no problem, they should only be needed when handling menus.
Cu Selur
	
----
	
	
 
 
	
	
	
		
	Posts: 21
 
	
	
		# ffmpeg -i bluray:THE_STAND/
using the same source data from gentoo linux running ffmpeg 4.4.4..
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.047
 
	
		
		
		30.03.2024, 06:06 
(This post was last modified: 30.03.2024, 06:07 by Selur .) 
  
		
	 
	
		Propably works fine with 5.x branch too.
	
	
----