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 - 18.04.2018 Here is another debug I selected level 9 " index crashed: Indexer didn't create: /tmp .. .. .. " RE: Avisynth setup under linux - zigbay03 - 18.04.2018 Guess What 1) Avisynth > Frame > Field matching >TFM + speed change > Scale output frame rate - WORKS Original fps=29.970 converted 23,976 However, Avisynth > Frame > Field matching >TFM + speed change >FPS adjust or Restore - DOES NOT WORK Any attempt add other avisynth filters like dfttest also does not work 2) Avisynth > Frame > Field matching >TFM + speed change > Scale output frame rate + Resize (upscale) is okay RE: Avisynth setup under linux - Selur - 18.04.2018 Guess what: No DebugOutput. -> No clue. In general I would advice against nix nd FFmpeg and Avisynth filtering. When an Avisynth filter doesn't work trying the Avisynth Preview (in Hybrid) offen helps to get a usable error message. Might bei a problem with the wine setup. Cu Selur RE: Avisynth setup under linux - zigbay03 - 18.04.2018 What mix are you talking about ?? Under Filtering I select >> Avisynth >> then Frame >> then Field matching >> then TFM Is that not all avisynth ?? RE: Avisynth setup under linux - Selur - 18.04.2018 Ah, okay got confused due to the line wrap on my mobile. Still would need a debug output of the Avisynth preview. RE: Avisynth setup under linux - zigbay03 - 19.04.2018 I have two wine executables and for 64bit programs the preferred command on my system is: wine64 "/root/.wine/drive_c/windows/syswow64/avsViewer.exe" I have found however that avsViewer can also be launched with wine32 hence: wine "/root/.wine/drive_c/windows/syswow64/avsViewer.exe" Okay, here is another debug file. I loaded the file applied just avisynth TIVTC filter + fps change, ran the preview for a few minutes then closed it and tried to process and Hybrid simply crashed. RE: Avisynth setup under linux - Selur - 19.04.2018 Looking at the debug output.
Quote:I have found however that avsViewer can also be launched with wine32 hence:All Avisynth tools are 32bit and thus probably should be called through the 32bit wine binary. Cu Selur RE: Avisynth setup under linux - zigbay03 - 19.04.2018 I managed to launch DGIndex with wine64 from the terminal and produced a .d2v file which under windows can be called in a script and processed with Virtualdub/avisynth. This of course cannot be loaded into Hybrid Try as I may, the top AVS preview which I assume is the avisynth preview has never worked. There is no debug file generated but I attach screen shots. A pile of error windows appear. RE: Avisynth setup under linux - Selur - 19.04.2018 1st error is because the indexing doesn't work (Hybrid uses wine not wine64). 2nd error is due to some bug in wine -> please answer my questions from before,.. RE: Avisynth setup under linux - zigbay03 - 19.04.2018 Sorry, Did I miss something. What question do you refer to ? I have both wine32 and wine64 because it is a dual compile as I have a multilib system. Hybrid complains if I put avisynthPlugins into system32' |