Hi,
on my old ubuntu 18.04 installation both l-smash and ffms2 worked with winehq-devel 3.6. now 4.1 is the last version. i used this link (https://wiki.winehq.org/Ubuntu) to install it on both installations. with winehq 4.1 ffms2 works but l-smash doesn't. i also installed vc_run 2013 and 2015. the error is
i also made some tests in a virtual machine with the same results with winehq 4.1. with wine 3.6 from the ubuntu repository its different. now l-smash works (when vc_run 2015 is installed) and ffms2 couldn't find. the error isSystem Error Exception access violation
i also tried loading the plugin with loadplugin(), here i have the errorthere is no function called ffvideosource
i want to have both plugins available because i had videos that could not be loaded with one of the pluigins and i had to switch. has anyone both running? what version? unfortunately i couldn't install the same version that worked on my old ubuntu installation.plugin ffms2.dll is not an avisynth 2.5 plugin
valit
+ Reply to Thread
Results 1 to 20 of 20
-
-
That error message means that you're probably using the ffms2 C-plugin (as opposed to the C++-plugin). Avisynth 2.6 cannot auto-load C-plugins so you would have to use an explicit "LoadCplugin()" call in your script.
BTW, Avisynth+ can auto-load C-plugins. I recommend updating to AVS+.
The error message in Avisynth 2.6 should be "plugin ffms2.dll is not an avisynth 2.6 or 2.5 plugin ". You are either using Avisynth 2.5.8 or an early 2.6 alpha. You can use the Avisynth Info Tool or AVSMeter to verify your Avisynth install. At least one of them should work on Wine.Last edited by Groucho; 7th Feb 2019 at 04:59.
-
Checked and it doesn't work. I checked the version again:
AviSynth: 2.60, build Mar 31 2015
ffms2: 2.23.1
l-smash: r929
wine: winehq-devel 4.1, wine-development 3.6
vc_run 2013 and vc_run 2015 are installed. the wineprefix is set up to windows xp. problem also occurs with windows 7. -
i got it to work with wine-development 3.6 from the ubuntu repo. all other didn't work.
when i try avisynth+ with all versions of wine i have this error when opening a file in avspmod:
Error parsing plugin string at position 0:
the script is very simple
v = LWLibavVideoSource("/media/data/input.mkv", threads=1)
a = LWLibavAudioSource("/media/data/input.mkv")
AudioDub(v,a) -
Are you using and old AvsPmod version or do you use the latest from https://github.com/gispos/AvsPmod/releases ?
users currently on my ignore list: deadrats, Stears555, marcorocchini -
@ selur
when i start avspmod.exe its still version 2.5.1 not 2.6 and i have the error again. when i try to start the 'avsp.py' i have this error
python avsp.py
Traceback (most recent call last):
File "avsp.py", line 18981, in <module>
main()
File "avsp.py", line 18975, in main
app = MainApp(redirect_flag)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk3/wx/_core.py", line 8628, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk3/wx/_core.py", line 8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "avsp.py", line 18962, in OnInit
self.frame = MainFrame()
File "avsp.py", line 5061, in __init__
self.LoadAvisynth()
File "avsp.py", line 6161, in LoadAvisynth
import avisynth_cffi as avisynth
File "/home/ich/AvsPmod/src/avisynth_cffi.py", line 48, in <module>
import cffi
ImportError: No module named cffi -
users currently on my ignore list: deadrats, Stears555, marcorocchini
-
i tried avspmod 2.6.0.6 and avisynth+ on a virtual machine and it works, but it doesn't on my normal ubuntu. i can open a avs script with avspdmod 2.6 with avisynth 2.6, but when i install avisynth+ avspmod can't be opened anymore. there isn't any wine error.
using winedebug is absolutely useless because there are hundreds of error messages. there is also a AvsPmod.exe.log with that error
Traceback (most recent call last):
File "run.py", line 48, in <module>
File "avsp.pyo", line 137, in <module>
File "wxp.pyo", line 33, in <module>
File "wx\lib\agw\hyperlink.pyo", line 80, in <module>
File "webbrowser.pyo", line 517, in <module>
File "webbrowser.pyo", line 486, in register_X_browsers
File "webbrowser.pyo", line 131, in _iscommand
File "webbrowser.pyo", line 107, in _isexecutable
File "genericpath.pyo", line 37, in isfile
KeyboardInterrupt
Traceback (most recent call last):
File "run.py", line 48, in <module>
File "avsp.pyo", line 134, in <module>
File "wx\stc.pyo", line 8, in <module>
KeyboardInterrupt -
Last edited by Valit; 22nd Feb 2019 at 09:49.
-
did you try the Ubuntu forums ?? - https://ubuntuforums.org/showthread.php?t=786095&page=227
-
I'm using AvsPmod with Avisynth+ from time to time on a Win10 machine without problem.
Got no access to a Win7 machine, but got a Win8.1 VM where I installed AviSynthPlus-MT-r2772-with-vc_redist and AvsPmod 2.6.06 and it worked without a problem.
On Linux I normally use Vapoursynth. Last I use Avisynth I install it through the ppa of djcj (https://launchpad.net/~djcj/+archive/ubuntu/hybrid) as addition to Hybrid.
Never tried to use AvsPmod on Linux.users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
L-SMASH for Avisynth Install - Help Please
By SameSelf in forum Video ConversionReplies: 14Last Post: 30th Apr 2016, 13:12 -
[avisynth] FFMS2 version 2.22 get green colors
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 16th Oct 2015, 12:04 -
what is the latest ffms2 for avisynth?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 17th May 2015, 07:43 -
what is the latest ffms2 ffmpeg 32bit plugin for avisynth?
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 23rd Aug 2014, 17:11 -
Avisynth/FFMS2 error: video track is unseekable
By marcorocchini in forum Newbie / General discussionsReplies: 97Last Post: 19th May 2014, 08:24