SCUNet&Codeformer are AI based tools (require modern NVIDIA card) and come with the torchAddon for Hybrid.
'Filtering->Vapoursynth->Frame->Stabilize' Stab or StabilizeIT
'Filtering->Avisynth->Frame->Stab'
are the filters you might want to try.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
I tried a large avi file (17 GB, 640x480) to deinterlace now with the developer version and a bitrate of 15000 kbps, however it did not take many minutes for the program to crash.
I have tried several times but no luck.
Crashed with exit status 0
-> 2023-08-08@08_37_49_0810_04_video crashed: Crashed with exit status 0
this normally only happens if:
a. you are running out of RAM, which might happen when using 32bit Avsynth which can only use up to 3GB RAM.
b. something is interfering with the encoding (i.e. some over protective virus scanner)
c. or something is defect.
=> I would recommend using 64bit Avisynth (Change "Config->Internals->Avisynth->Avisynth type" to "64bit" before creating the jobs)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Seems like LWLibavVideoSource can't decode your input.
If you got 64bit Lagarith vfw decoders in your system you could, try whether enabling "Filtering->Avisynth->Misc->Source->Prefer AviSource for avi input" helps.
Otherwise, if you disable 'Filtering->Avisynth->Misc->Source->LibavVideoSource instead of FFmpegSource", Hybrid will use FFVideoSource, that might help too.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.