![]() |
[HELP] Export fails w/ Vapoursynth de-interlacing - 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: [HELP] Export fails w/ Vapoursynth de-interlacing (/thread-4136.html) |
Export fails w/ Vapoursynth de-interlacing - Canayhands - 26.06.2025 I'm on ArchLinux using version 2025.05.17 Whenever I try to export a video it crashes during encoding no matter what as long as I use Vapoursynth de-interlacing. When I switch to no Xsynth, everything works just fine. ![]() RE: Export fails w/ Vapoursynth de-interlacing - Selur - 26.06.2025 1. Check the Vapoursynth Preview, it should show an error message. 2. Looking at the used script: # Imports Cu Selur RE: Export fails w/ Vapoursynth de-interlacing - Canayhands - 26.06.2025 I cannot use vsviewer since I cannot find a package for it on linux, and changing the sources didn't fix it. If this is just a lost cause lol, then I get it. RE: Export fails w/ Vapoursynth de-interlacing - Selur - 26.06.2025 vsViewer source is available over at: https://github.com/Selur/vsViewer You could copy the script from the script view and copy it into vapoursynth-editor and test it there. Could be that the dv file you have isn't supported by any of them. ![]() Cu Selur RE: Export fails w/ Vapoursynth de-interlacing - Canayhands - 27.06.2025 Thanks for the help, managed to get vsViewer working which returns this Failed to evaluate the script: Python exception: No module named 'qtgmc' Traceback (most recent call last): File "src/cython/vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate File "src/cython/vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate File "/tmp/tempPreviewVapoursynthFile19_30_54_274.vpy", line 11, in import qtgmc ModuleNotFoundError: No module named 'qtgmc' And I definitely have qtgmc installed, so it definitely seems like it's one of those linux moments rather than anything wrong with any of the software itself. Thank you again. RE: Export fails w/ Vapoursynth de-interlacing - Canayhands - 27.06.2025 Okay, fixed the qtgmc issue. Somehow, it was named qtgmc_h and it threw everything off. But now I get this issue. In VapourSynth preview. Traceback (most recent call last): File "src/cython/vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate File "src/cython/vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate File "/tmp/tempPreviewVapoursynthFile02_08_15_974.vpy", line 16, in clip = core.lsmas.LWLibavSource(source="/home/jonah/Desktop/VIDEO/HVR/00_0001_0000-00-00_000000.DV", format="YUV411P8", stream_index=0, cache=0, prefer_hw=0) ^^^^^^^^^^ File "src/cython/vapoursynth.pyx", line 2895, in vapoursynth._CoreProxy.__getattr__ File "src/cython/vapoursynth.pyx", line 2701, in vapoursynth.Core.__getattr__ AttributeError: No attribute with the name lsmas exists. Did you mistype a plugin namespace or forget to install a plugin? How fun, lol. And if I disable LWLIBAVSource, then I get the same error, but saying ffms2 doesn't exist. RE: Export fails w/ Vapoursynth de-interlacing - Selur - 27.06.2025 Sounds like the Vapoursynth filter is missing. Cu Selur RE: Export fails w/ Vapoursynth de-interlacing - Canayhands - 27.06.2025 I have all the filters I can find installed. And now I'm either getting errors about lsmas failing to output a video frame. Due to how fragile the dependencies for this seem to be, this software just doesn't seem like it's a good fit for Linux unless it's distributed as a flatpak. But that's obviously extra work to benefit a small number of people. I'm just going to boot up my Windows install for whenever I need to use this instead. |