Windows 10.0.19044 Build 19044
Hybrid 2026.03.21.1
I'm deinterlacing .AVI files to MP4 with upscaling to 1920x1080 at 29.97fps using QTGMC.
Shorter files (<10 minutes) work fine. If I use a long file (1:43:34) it runs for a while then crashes my computer. I think this also happens with several short files stacked up in the job queue.
starts fine and runs for a while (~10min), it's probably not a Vapoursynth issue or similar.
The typical reason for system crashes, are:
(from most likely to not so likely)
over- or underclocked cpu, ram, vram, gpu (when I over-/underclock stuff, one of my tests is to do a few days of encoding, to be sure the system is stable)
temperature issues that cause issues with cpu, ram, vram, gpu
some other tool interfering and causing memory issues
some defect drivers
some defect hardware (does a stress test that stresses memory, cpu and gpu at the same time run fine? - maybe run different stress tests in parallel)
some really exotic defect source file that causes one of the Vapoursynth filters to eat-up all the memory and crashing
=> my guess would be a heat issue
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. Offline between (including) 29th of June and 5th of July => RockHarz Festival
Thanks. I've just installed Core Temp to look for a heat issue. However, the job (any file) is now stalling at the step where video processing starts. It didn't do that before. I get this in the debug output file:
2026.06.27 - 16:57:31_Windows 10 Version 21H2 (64bit)_2026.03.21.1 - level 9: Main call started,..
2026.06.27 - 16:57:31_Windows 10 Version 21H2 (64bit)_2026.03.21.1 - level 9: Setting m_startingJobs(2) to FALSE
Close Hybrid, clear temp folder, restart Hybrid, reset the job, try again.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. Offline between (including) 29th of June and 5th of July => RockHarz Festival
Okay, if it crashes at the same spot, the source filter might have problems with the source file.
Try using another source filter.
Atm. LWLibavSource is used, try these (one at a time):
using AviSource, assuming a vfw decoder for the format in the container is installed on your system (enable Filtering->Vapoursynth->Misc->Source->Prefer AviSource for .avi input)
using FFmpegSource2 instead of LWLibavSource (disable Filtering->Vapoursynth->Misc->Source->Prefer LWLibAVSrouce over FFMpegSource2)
using BestSource (enable Filtering->Vapoursynth->Misc->Source->Prefer Bestsource)
If none of these helps, try whether remuxing your fine into a mkv container using mkvtoolnix and then feeding the remuxed file to Hybrid helps.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. Offline between (including) 29th of June and 5th of July => RockHarz Festival
The original issue that cause my PC to stop has been confirmed to be thermal, though I'm not sure why a 60C average in the 12 cores would do that. I'll investigate this further, but I think we should close this thread. I have other issues with Hybrid that I will post in separate threads. Thanks for all your help.
If your cpu has performance and efficiency cores, try disabling the efficiency cores.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. Offline between (including) 29th of June and 5th of July => RockHarz Festival