![]() |
Linux Vapoursynth problems - 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: Linux Vapoursynth problems (/thread-1032.html) |
RE: Ubuntu repository - maintained by djcj - Selur - 09.06.2019 Ahhhh,.. I got an idea, also try another source filter. ![]() Also: where is ffms2index on your system? You did set the vapoursynthPluginsPath (in your misc.ini), right? RE: Ubuntu repository - maintained by djcj - kybos - 09.06.2019 ffms2index does not exist either. This additional issue seems to be specific for avi, before I only tested with mkv. But for all file types, Hybrid crashes after vsViewer has been closed, as I described earlier. You did set the vapoursynthPluginsPath (in your misc.ini), right? Not really, I am using this PPA installation as is. RE: Ubuntu repository - maintained by djcj - Selur - 09.06.2019 a. make sure you have the ffmsindex and the vapoursynthPluginsPath is properly set in the misc ini b. is Vapoursynth->Misc->Prefer LWLibAVSource over FFmpegSource2 enabled? Cu Selur RE: Ubuntu repository - maintained by djcj - kybos - 09.06.2019 Yes, Vapoursynth->Misc->Prefer LWLibAVSource over FFmpegSource2 is enabled. There is no misc.ini on my system either. Looks like I am missing something obvious ![]() OK, I found the corresponding post. I created misc.ini and maintained the value. Now the preview also works with avi files. But still the original problem remains - Hybrid always crashes after vsViewer has been closed. RE: Ubuntu repository - maintained by djcj - Selur - 09.06.2019 Okay, looking into that now. -> Can you create a debug output level 9 of you opening the Vapoursynth preview and closing it? Cu Selur RE: Linux Vapoursynth problems - kybos - 09.06.2019 [attachment=701] Additionally, now again there was the error popup because of the missing filter (you can see it in the debug log as well). That did not occur in the run before (neither after) with the same file, quite strange. RE: Linux Vapoursynth problems - Selur - 09.06.2019 I think the problem is related to the error popups seems, sending you a link to a new dev version for testing, where I send the error output to the log instead of creating a popup. Cu Selur RE: Linux Vapoursynth problems - kybos - 12.06.2019 Thanks. The problem remains, the new log: [attachment=702] RE: Linux Vapoursynth problems - Selur - 12.06.2019 Script looks fine: # Imports No error message about a missing filter or similar,.. No clue why Hybrid would close when the preview gets closed. Does it also close Hybrid if you press ALT+F4 to close the Vapoursynth Preview window? Cu Selur RE: Linux Vapoursynth problems - kybos - 13.06.2019 Yes, Alt+F4 has the same effect. Perhaps the stderr output gives a hint: renice: failed to set priority for 9036 (process ID): Permission denied Thanks, Kybos BTW: Some UI elements (typically the bold headers on almost all tabs) look displaced on a 4k screen. Is this known/relevant/important enough? Should I open a separate ticket for it? |