Quote:avs script at the input gives an error "Did not find a 'Length' info node!"
This happens when avsInfo can't get all data from an Avisynth script.
You can check whether Hybrid can analyse an external script by calling:
avsInfo "Path to the .avs file"
-> adding 'return last' to the end of the script normally solves the problem.
Seeing the script you used to feed Hybrid with I wonder why you feed Hybrid with such a script,..
The script:
LoadPlugin("F:\Soft\Multimedia\Converters\MEGuix265\tools\ffms\ffms2.dll")
FFVideoSource("D:\PERECODIROVKA\Bad Boys 1.mkv", fpsnum=24000, fpsden=1001, threads=1)
#deinterlace
crop(0, 22, 0, -22)
#resize
#denoise
doesn't have anything Hybrid couldn't do itself.
Also just out of curiosity: Why are you using 'threads=1'?
I only used this with really old FFVideoSource versions, since back then the decoder couldn't handle some content properly otherwise.
(but that has been fixed for years)
Cu Selur