13.03.2019, 20:47
Hi,
i tried avisynth extention for hybrid and failed loading the first script. there is the error messages:
under config/tools there isn't a path to avsinfo. but when i click on "tool versions" in the right upper corner there is
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;
i tried avisynth extention for hybrid and failed loading the first script. there is the error messages:
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
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;
v = LWLibavVideoSource("video.mp4", threads=1)
a = LWLibavAudioSource("audio.mp4")
AudioDub(v,a)
trim(451,19860)