![]() |
|
video crashed: ERROR - 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: video crashed: ERROR (/thread-4346.html) |
video crashed: ERROR - murriato - 13.03.2026 Hi Selur, good afternoon. I'm getting this error. Can you help me? I've attached information about all the files. Hybrid_dev_2026.02.14-174628 .avs file MKV="C:\Users\cebol\Desktop\ENCODES\HYBRID\Lilo y Stitch (2002) FEL.mkv"Lilo y Stitch (2002) FEL 1080 1_2026-03-13@15_15_39_1710_Report x265 (1 pass bitrate) x265 processing startedThanks and regards. RE: video crashed: ERROR - Selur - 13.03.2026 Problem is probably the Avisynth script. Hybrid uses a portable Avisynth, so you need to make sure that you explicitly load all your Avisynth filters. => check the Avisynth preview, if that fails you are missing stuff ClearAutoloadDirs()Cu Selur Ps.: Personally I would use: https://github.com/quietvoid/vs-nlq and Vapoursynth instead of Avisynth. RE: video crashed: ERROR - murriato - 13.03.2026 Hi Selur, avspmod isn't giving me any errors. I copied the plugins to the directory where your program's plugins are located, but I'm still getting errors. I haven't included `SelectRangeEvery`. Thanks and regards. RE: video crashed: ERROR - Selur - 13.03.2026 1. With "check the Avisynth preview, " I was referring to the "Avisynth Preview" in Hybrid, not some other Avisynth preview like avsmod. 2. Okay, I try to explain it again. You got at least two Avisynth environments: a. the one avsmod uses, which is probably a system-wide install. b. the one Hybrid uses, which is a portable version. You can not mix different Avisynth environments. When you feed an Avisynth script to Hybrid, Hybrid can only use its own Avisynth environment. So every filter you use must be available in the environment you use. Since Hybrid uses a portable Avisynth environment, the filters must be called explicitly. Ideally your script should have an explicit return value. Quote:I copied the plugins to the directory where your program's plugins are located, but I'm still getting errors.Copying those filters was not necessary and didn't change anything. Read 2. to understand what is happening. Quote:I haven't included `SelectRangeEvery`.Some setting you used caused Hybrid to add it,... Cu Selur RE: video crashed: ERROR - murriato - 14.03.2026 Thanks Selur for your reply. I've noticed I'm experiencing the same issue as described in this thread. [/url][url=https://forum.selur.net/thread-3815.html?highlight=murriato]Error de codificación x265.
RE: video crashed: ERROR - Selur - 14.03.2026 Okay, so nothing I can do. Cu Selur |