![]() |
|
Hybrid Crashes on Arch - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Hybrid Crashes on Arch (/thread-4332.html) |
Hybrid Crashes on Arch - BobABowie - 20.02.2026 Got Hybrid installed on Arch through the AUR. When I load a video ripped from a DVD, I get "this file could not be recognized error" Hybrid 2025.11.09.1 2026-02-20@13_10_00_4610_08_muxing crashed: ERROR: /home/d/_2026-02-20@13_10_00_4610__08.mp4 was not created! Added the MKV, set audio to custom. AAA 192k. Preset slow, tune psnr. Added job Video sample RE: Hybrid Crashes on Arch - Selur - 21.02.2026 Quote:When I load a video ripped from a DVD, I get "this file could not be recognized error"the debug output does not contain the error, so no clue why that happens. Quote:2026-02-20@13_10_00_4610_08_muxing crashed: ERROR: /home/d/_2026-02-20@13_10_00_4610__08.mp4 was not created!According to the debug output, MP4Box was called with: "/usr/bin/MP4Box" -par 1=8:9 -add "/tmp/2026-02-20@13_10_00_4610_04.264"#video:fps=30000/1001:lang="en" -brand avc1 -add "/tmp/iId_4_aid_0_lang_en_2026-02-20@13_10_00_4610_01.ac3"#audio:name="Stereo":lang="en" -chap "/tmp/chapterfile_2026-02-20@13_10_00_4610__07.chp" -itags tool="Hybrid 2025.11.09.1" -tmp "/tmp" -new "/home/d/_2026-02-20@13_10_00_4610__08.mp4"2026.02.20 - 13:10:06_Arch Linux (64bit)_2025.11.09.1 - level 9: Main call started,..Quote:Got Hybrid installed on Arch through the AUR.I have no control over the arch, try the AppImage dev version. (there I know that the binaries should work) Try removing special characters from your file name. Cu Selur RE: Hybrid Crashes on Arch - BobABowie - 21.02.2026 I tried the AppImage on the downloads page and the one in you Google Drive, neither would open. No error, just wouldn't open at all. RE: Hybrid Crashes on Arch - Selur - 21.02.2026 Okay, it worked for others on ArchLinux. No error, nothing. I have no idea, how to tackle that. (you set the file executable, right?)Cu Selur RE: Hybrid Crashes on Arch - BobABowie - 21.02.2026 I did set the executable. I installed another Arch distro, Endeavour and tried the same file again. The Google Drive appimage worked with Endeavour. I used the Manjaro install for Vapoursynth and that worked. Tried the video again and got the same crash error as before. Did deinterlace with no Xsynth and it worked. I got the same crash error with all of the Vapoursynth options. RE: Hybrid Crashes on Arch - Selur - 22.02.2026 Does the Vapoursynth Preview Work? Did you install all the filters and scripts for Vapoursynth that you need? Looking at the debug output again, there is also: "/usr/bin/vspipe" "/tmp/encodingTempSynthSkript_2026-02-20@13_10_00_4610_0.vpy" - --outputindex 0 -c y4m | "/usr/bin/x264" --preset slow --tune psnr --crf 20.00 --profile high --level 4.1 --sync-lookahead 9 --no-mbtree --no-psy --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 8:9 --qpfile "/tmp/test_1_2026-02-20@13_10_00_4610_03.qp" --non-deterministic --range tv --colormatrix smpte170m --demuxer y4m --input-range tv --fps 30000/1001 --output-depth 8 --output "/tmp/2026-02-20@13_10_00_4610_04.264" -Looking at the Vapoursynth script: # ImportsCu Selur RE: Hybrid Crashes on Arch - BobABowie - 22.02.2026 I installed the Manjaro plugins, they're in usr/lib/vapoursynth. Scripts are in the .hybrid folder. The preview does not work. Get this error: Failed to evaluate the script: Python exception: No attribute with the name lsmas exists. Did you mistype a plugin namespace or forget to install a plugin? Traceback (most recent call last): File "src/cython/vapoursynth.pyx", line 3393, in vapoursynth._vpy_evaluate File "src/cython/vapoursynth.pyx", line 3394, in vapoursynth._vpy_evaluate File "/tmp/tempPreviewVapoursynthFile01_12_48_561.vpy", line 16, in <module> clip = core.lsmas.LWLibavSource(source="/home/d/Videos/S1.E3 ∙ Part III Chapter 5.mkv", format="YUV420P8", stream_index=0, cache=0, prefer_hw=0) ^^^^^^^^^^ File "src/cython/vapoursynth.pyx", line 2901, in vapoursynth._CoreProxy.__getattr__ File "src/cython/vapoursynth.pyx", line 2707, in vapoursynth.Core.__getattr__ AttributeError: No attribute with the name lsmas exists. Did you mistype a plugin namespace or forget to install a plugin? RE: Hybrid Crashes on Arch - Selur - 22.02.2026 Quote:I installed the Manjaro plugins, ..That doesn't say anything to me. Seems like lsmashsource is missing. You either need to install it, or if you installed for example BestSource, you can tell Hybrid under "Filtering->Vapoursynth->Misc->Source->Prefer BestSource" to use that. You should check the Vapoursynth Preview and install missing plugins until it works. ![]() Cu Selur RE: Hybrid Crashes on Arch - BobABowie - 22.02.2026 libvslsmashsource.so was already in /usr/lib/vapoursynth. I reinstalled and now it works. Thanks. RE: Hybrid Crashes on Arch - Selur - 22.02.2026 Nice. ![]() Happy that worked ![]() If you run into problems, always check the Vapoursynth Preview to know whether it's a Vapoursynth issue. ![]() Cu Selur |