View Single Post
Old 23rd March 2021, 08:23   #3  |  Link
forgetfool
Registered User
 
Join Date: Aug 2020
Posts: 33
Perhaps, I need a different AVISYNTH+ package...

I tried various combinations of:
AddAutoloadDir("...")
LoadPlugin(".../libimageseq.so")

It tries the right file (judging by the path -- I actually tried copying the .so file around), but the output is always the same (except for the path on the "Cannot load file" line):

[verbose] Initialized opengl renderer.
[NULL @ 0x7f001c000bc0] [debug] Opening 'film-test-linux.avs' for reading
[file @ 0x7f001c0017c0] [debug] Setting default whitelist 'file,crypto,data'
[avisynth @ 0x7f001c000bc0] [debug] Format avisynth probed with size=2048 and score=50
[avisynth @ 0x7f001c000bc0] [error] Cannot load file '/usr/lib/avisynth/libimageseq.so'.
(film-test-linux.avs, line 4)
[AVIOContext @ 0x7f001c009b80] [verbose] Statistics: 1596 bytes read, 0 seeks
[error] film-test-linux.avs: Unknown error occurred

Last edited by forgetfool; 23rd March 2021 at 08:28.
forgetfool is offline   Reply With Quote