I'm scratching my head trying to get Vapoursynth working on some VHS captures I did (FFV1 compressed, 4:2:2 8-bit) and encoding with x264.
Basically small snippets work, even with Hybrid's *experimental frame cut function. But when I try to encode the whole file, the process crashes, sometimes almost instantly, sometimes after several minutes of encoding. I somehow managed to get one 30min video through on the previous 2025.10.15 development build (juggling with deinterlacing settings, adding or removing various Vapoursynth filters (notably CCD), enabling Bestsource (Cuda), adding audio or not, framecut etc), but now I'm again stuck on another long video, while smaller segments do get encoded.
p.s. I attached a debug file, and I'm not sure what's exactly recorded in there, but while debugging was enabled there was a crash of a large file while afterwards a small segment (cut out with VirtualDub from the same video) did get encoded.
2025.11.15 - 17:50:20_Windows 10 Version 22H2 (64bit)_2025.11.09.1 - level 9: x264 output: 197 frames: 14.33 fps, 4092.44 kb/s
2025.11.15 - 17:50:20_Windows 10 Version 22H2 (64bit)_2025.11.09.1 - level 9: 2025-11-15@17_48_15_4910_02_video ### D:\FABIO157-elvinRavenna[PANA-TBC3000-ATI600]_new_new.mkv ### Helper(1) finished with exitCode: -1073741819 and exitStatus:
Could be a memory or cpu or heat problem?
Is your system over- or underclocked?
Are you running out of space?
Could be some other software interfering or a driver problem.
Since FFV1 is not supported by cuda, try whether not using hwdevice="cuda" or using another source filter makes a difference.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
I'm working on a i7-4771 // 8GB DDR3 // GTX960 2GB, nothing overclocked, C: has 34GB and D: has 50GB free space.
Setting bestsource=cpu didn't help, nor using FFMpegSource2 or LWLibAVSource. I remember setting bestsource=cuda because that somehow caused some succesfull encodes (although that shouldn't make any sense...)
Maybe this is relevant: I remember cropping the previous 30min beforehand and applying the CCD filter in VirtualDub2, before applying VapourSynth filters and encoding with Hybrid (cropping & letterboxing disabled).
Went to an i5-9600KF // 16GB // GTX1070ti 8GB and tried encoding the same video with same VapourSynth filters on. Crashed again, almost instantly. Then set bestsource=cuda & disabled VapourSynth CCD, did a VapourSynth preview (compare view) do be sure the VapourSynth was working, and managed to get it encoded untill around 50%... then crash.
Then set bestsource=cpu and x264 profile=High (instead of High4:2:2 with 8-bit precision), and got it to 100%!
-> enabled audio encoding to FLAC: success
-> enabled CCD: crash
-> disabled CCD, enabled cut support (frame selection): crash
Went back to my other machine and tried to repeat the same actions... and got to a 100%! (no audio or CCD enabled. Tried enabling cut support and encoding did start but crashed underway)
All this actually feels so random... I could swear I had tried the exact same settings on my i7 before, and now it suddenly works? Is there any way to know where in the process the crash occurs? Is it a x264 thing, or is Vapoursynth crashing?
Thanks
Karel
p.s. I have another i9-13900H laptop (with no dedicated graphics card) I can test on...