handbrake No title found, dependency missing maybe? #333
Unanswered
adrianguanipa
asked this question in
Q&A
Replies: 1 comment
-
Can you share more details about how you invoke HandBrake ? Did you try the official Docker image (instead of building it) ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have an issue maybe someone can help me with, I have a Mac mini M2, when I run it handbrake using a very simple python code via VSCode (which has the handbrake-cli libraries installed), conversions work as expected, however, when I build the image of that container fails indicating no title was found, the path to the input is correct, but I just can't figure out why it keeps failing.
Am I missing a dependency?
2024-03-23 22:43:45 handbrake-1 | [02:43:45] Compile-time hardening features are enabled
2024-03-23 22:43:45 handbrake-1 | Cannot load libnvidia-encode.so.1
2024-03-23 22:43:45 handbrake-1 | [02:43:45] hb_init: starting libhb thread
2024-03-23 22:43:45 handbrake-1 | [02:43:45] thread ffffa40de4e0 started ("libhb")
2024-03-23 22:43:45 handbrake-1 | HandBrake 1.6.1 (2023012900) - Linux aarch64 - https://handbrake.fr
2024-03-23 22:43:45 handbrake-1 | 6 CPUs detected
2024-03-23 22:43:45 handbrake-1 | Opening /Volumes/Storage/test.mkv...
2024-03-23 22:43:45 handbrake-1 | [02:43:45] CPU:
2024-03-23 22:43:45 handbrake-1 | [02:43:45] - logical processor count: 6
2024-03-23 22:43:45 handbrake-1 | [02:43:45] hb_scan: path=/Volumes/Storage/test.mkv, title_index=1
2024-03-23 22:43:45 handbrake-1 | udfread ERROR: ECMA 167 Volume Recognition failed
2024-03-23 22:43:45 handbrake-1 | disc.c:333: failed opening UDF image /Volumes/Storage/test.mkv
2024-03-23 22:43:45 handbrake-1 | disc.c:437: error opening file BDMV/index.bdmv
2024-03-23 22:43:45 handbrake-1 | disc.c:437: error opening file BDMV/BACKUP/index.bdmv
2024-03-23 22:43:45 handbrake-1 | [02:43:45] bd: not a bd - trying as a stream/file instead
2024-03-23 22:43:45 handbrake-1 | libdvdread: DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
2024-03-23 22:43:45 handbrake-1 | libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
2024-03-23 22:43:45 handbrake-1 | [02:43:45] dvd: not a dvd - trying as a stream/file instead
2024-03-23 22:43:45 handbrake-1 | Input #0, matroska,webm, from '/Volumes/Storage/test.mkv':
2024-03-23 22:43:45 handbrake-1 | [02:43:45] scan: decoding previews for title 1
2024-03-23 22:43:45 handbrake-1 | [02:43:45] scan: Too few previews (0), trying harder
2024-03-23 22:43:45 handbrake-1 | [02:43:45] scan: decoding previews for title 1
2024-03-23 22:43:45 handbrake-1 | [02:43:45] libhb: scan thread found 0 valid title(s)
2024-03-23 22:43:45 handbrake-1 | No title found.
2024-03-23 22:43:45 handbrake-1 | HandBrake has exited.
2024-03-23 22:43:45 handbrake-1 | libdvdread: Encrypted DVD support unavailable.************************************************
Any ideas what could be wrong here?
Beta Was this translation helpful? Give feedback.
All reactions