MysteryX
15th May 2022, 05:34
There has been a lot of progress in adding Linux support to Avisynth. Most of the plugins are in the AUR, making it easy to install on Arch-based systems.
Now... is there any editor available at all???
I guess someone would have to fork avspmod to add Linux support.
For playback, I can use MPV or ffplay... except 2 tiny tiny problems. Using Avisynth+ 3.7.2-1
Using the script
ColorBars()
1) No video output, window stays blank. Not the most graceful termination either when I close the window. It remains blank in MPV too.
Input #0, avisynth, from 'Test.avs':KB vq= 0KB sq= 0B f=0/0
Duration: 01:00:00.00, start: 0.000000, bitrate: N/A
Stream #0:0: Video: rawvideo (BGRA / 0x41524742), bgra, 640x480, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream #0:1: Audio: pcm_f32le, 48000 Hz, 2 channels, flt, 3072 kb/s
fish: Job 1, 'ffplay Test.avs' terminated by signal SIGSEGV (Address boundary error)
ColorBars("")
2) No error message. This just crashes with no video playback whatsoever.
[avisynth @ 0x7f5108000c80] Cannot load file '/usr/lib/avisynth/libimageseq.so'. Reason: libIL.so.1: cannot open shared object file: No such file or directory
(Test.avs, line 1)
Test.avs: Unknown error occurred
I guess Avisynth support for Linux isn't quite ready?
Now... is there any editor available at all???
I guess someone would have to fork avspmod to add Linux support.
For playback, I can use MPV or ffplay... except 2 tiny tiny problems. Using Avisynth+ 3.7.2-1
Using the script
ColorBars()
1) No video output, window stays blank. Not the most graceful termination either when I close the window. It remains blank in MPV too.
Input #0, avisynth, from 'Test.avs':KB vq= 0KB sq= 0B f=0/0
Duration: 01:00:00.00, start: 0.000000, bitrate: N/A
Stream #0:0: Video: rawvideo (BGRA / 0x41524742), bgra, 640x480, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream #0:1: Audio: pcm_f32le, 48000 Hz, 2 channels, flt, 3072 kb/s
fish: Job 1, 'ffplay Test.avs' terminated by signal SIGSEGV (Address boundary error)
ColorBars("")
2) No error message. This just crashes with no video playback whatsoever.
[avisynth @ 0x7f5108000c80] Cannot load file '/usr/lib/avisynth/libimageseq.so'. Reason: libIL.so.1: cannot open shared object file: No such file or directory
(Test.avs, line 1)
Test.avs: Unknown error occurred
I guess Avisynth support for Linux isn't quite ready?