Avisynth setup under linux - 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: Avisynth setup under linux (/thread-381.html) |
RE: Avisynth setup under linux - zigbay03 - 19.04.2018 I have already been through this. In Hybrid, there are two small windows at the right bottom alongside which is a check box. I understand the upper one to be the avisynth preview and this has never worked irrespective of whether avisynth is explicitly selected under input configuration etc. The bottom one works as a preview but not when any avisynth filters are selected. At the moment I am recompiling wine to take it back to just 32bit but I am maintaining my existing multilib setup which works just fine. RE: Avisynth setup under linux - zigbay03 - 19.04.2018 Wine32 has been reinstalled and the .wine tree is clean. Hybrid would not accept going into system32 so I created a dummy syswow64 which has nothing in it other than the files from Avisynth Extension. Hybrid does not complain and has found everything except the continuing issue around lsdvd, Avisynth filters still cannot be used but otherwise Hybrid works fine. RE: Avisynth setup under linux - zigbay03 - 19.04.2018 A one word avs scriot stating " Version() " via avsViewer called by wine gave the attached result which is proof that the avisynth setup is working so it remains to correct how the filters are being called. RE: Avisynth setup under linux - Selur - 19.04.2018 You know you can edit your posts, which is a nice way to keep things readable and not too lengthy when no one has replied to them so far. Here are two questions, please answer all of them.
Cu Selur RE: Avisynth setup under linux - zigbay03 - 19.04.2018 Still getting segmentation fault on startup. sometimes have to retry a couple of times. Answer to first question: The command gave attached error, so placed copies of the two DLL into .wine/windows/system32 but still error. Also tried instead into .wine/syswow64 and .wine/syswow64/avisynthPlugins but no deal. For two, I first reset Config, then changed the Support DGDecNV setting and also set that a debug file was generated. Only filter used was TIVTC but to no avail just crashed. Tried again no success. Continued to encodeĀ the vob to completion without any filtering. Debug is attached. RE: Avisynth setup under linux - zigbay03 - 20.04.2018 The two dll being asked for are from win7 system32 and I gather they are from Nvidia. I wanted to see if AVSPmod would work so I placed a copy of the installed folder from my win7 into .wine/Program Files. Launch error cannot find avisynth.dll. No matter how it refuses to recognize the avisynth.dll in the syswow64 folder even also if I make a copy into system32 It does work if both avisynth.dll and Devil.dll are in .wne/system32. there is no difference with hybrid RE: Avisynth setup under linux - Selur - 20.04.2018 Okay. I accidentally added the DGDevNV-Stuff into the avisynthPlugins folder. Please delete:
Quote:there is no difference with hybridDidn't expect any. Do not copy 32bit dlls into the system32-folder on a 64bit Windows OS, that folder is for 64bit dlls on a 64bit Windows system. Quote:For two, I first reset Config, then changed the Support DGDecNV setting and also set that a debug file was generated. Problem is again the Indexing,.. (Please answer the following question.) What happens if you call: wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -om 0 -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/07_39_53_7110" -hide -exit Cu Selur RE: Avisynth setup under linux - zigbay03 - 20.04.2018 This command with DGIndexNV crashes like I said before, There is no file in generated in /tmp. wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndexNV.exe" -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/11_34_49_4410.dgi" -h -e However, using the same code but substituting DGIndex brings up its GUI. Nothing in /tmp ----------------------- This second line of code crashes with ERROR "Couldn't open input file in HDE mode Exiting" There is nothing in /tmp wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -om 0 -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/07_39_53_7110" -hide -exit --------------------- Using just part of the code to call up DGIndex: wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" Then entered the required information as I would normally do under windows. Produced .d2v + 2 ac3 tracks & 1 DTS track as usual RE: Avisynth setup under linux - Selur - 20.04.2018 No clue why "Couldn't open input file in HDE mode Exiting" appears, best guess atm. is that some 32bit windows c++ runtime is missing,... RE: Avisynth setup under linux - zigbay03 - 20.04.2018 THE ATTACHED CODE DOES WORK I also attach the log file generated. To get a log, you have to edit the DGIndex.ini in avisynthPlugins and change the setting for log generation from 0 to 1 |