Selur's Little Message Board

Full Version: Absolute Path to avsinfo not set
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i tried avisynth extention for hybrid and failed loading the first script. there is the error messages:

Code:
AVSAnalyser: Absolute path for 'avsInfo' not set!

AVSAnalyser created an empty call!

Didn't find a 'Length' info node! -> stream will be ignored


under config/tools there isn't a path to avsinfo. but when i click on "tool versions" in the right upper corner there is



Code:
avsInfo: no version info


so it looks like avsinfo isn't installed. but how can i install it (its a windows tools??) and how can i set the path?

i'm on ubuntu 18.04 and i've installed hybrid and the hybrid tools using the ppa from djcj.

This is the avisynth script i try to open, its very easy;


Code:
v = LWLibavVideoSource("video.mp4", threads=1)
a = LWLibavAudioSource("audio.mp4")
AudioDub(v,a)
trim(451,19860)
Quote:its a windows tools??
Yes, like anything related to Avisynth, it's Windows based and used through wine. (which is why I would only use Vapoursynth on Linux machines unless Avisynth is really needed,...)

Did you install 'hybrid-avisynth-extension' and 'hybrid-tools' ? (see: https://forum.selur.net/showthread.php?tid=18)

Cu Selur
Yes.


Code:
ii  hybrid                      1:0.12.8~bionic    amd64              Multi platform Qt based encoding frontend
ii  hybrid-avisynth-extension   180310~bionic      amd64              Hybrid Avisynth extension
ii  hybrid-tools                1:0.12.8~bionic    amd64              All tools required by Hybrid
Hmm,.. seems like there's a problem with the avisynth extension,...
will release a new version in a few hours and write a message to djcj to update the dependency,..
Should avsinfo stored in ~/.hybrid-bin or on an other folder?
.hybrid-bin folder is probably okay (djcj can probably say for sure)
with a bit of luck problem will be solved with the next update and djcj adjusting the Linux installer routines,..

Cu Selur
djcj updated the dependencies, hopefully that fixes the issue.

Cu Selur