Selur's Little Message Board

Full Version: Does not work on new imac
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
here is the log with subtitle extraction ok and audio extraction who crash at 99%

DoZer
The extraction calls itself looks fine:
Code:
"/Applications/Hybrid.app/Contents/MacOS/ffmpeg" -y -threads 8 -analyzeduration 200M -probesize 200M -i bluray:"/Users/thierrygeissler/Movies/BD_50" -playlist 800 -angle 0 -map 0:4 -vn -sn -acodec copy -map_metadata -1 -metadata handler_name="Hybrid 2017.12.27.1" "/Users/thierrygeissler/Movies/Temp/iId_1_aid_4355_lang_fra_15_48_58_8610_01.dts"
Strange thing is that the debug output simply stops in the middle of the processing,...
Do you get any errors when you call the above inside a terminal?

Cu Selur
No errors, but it's the same as hybrid, the program gets to the end and stops

(See picture)
Okay. At least we know now for sure it's not a bug in Hybrid, might be related to a bug in ffmpeg.
You could try if it works with an older version from https://ffmpeg.zeranoe.com/builds/macos64/static/ or https://evermeet.cx/ffmpeg/, might be problem with the libbluray version that is integrated into ffmpeg.

Cu Selur
Hello,

Thank you selur, now it works fine

Happy New Year

DoZer
Which ffmpeg version did you use to fix the issue?

Cu Selur
Hello,

the version from 13 October 2017  works, I tried others version from November 2017,December 2017and January 2018 but does not work

DoZer
Seems like there ist a bug in libbluray.
Best workaround ist probably to Remix to MKV before doing any reencoding.
Pages: 1 2