Quote:Please do no deliver Hybrid with R76 till this issue will be solved.Next Hybrid release, like the dev version will be R76.
Quote: It tested it on a clip of 2544 frames and the encoding frozen after encoding 768 frames.Okay, I will keep CMNet2DiT disabled till it works with R76.
Hmm,.. According to the report all frames were encoded. So, if the encoder got all the images, but the output freezes after a while it seems like the server delivered the same frame over and over again,...
Quote: I should be necessary open an issue on Vapoursynth site, but it would be necessary to write a simpler script that reproduce the issue because HAVC is complex.simple script:
import vapoursynth as vs
core = vs.core
clip = core.bs.VideoSource(source="PATH TO SOURCE")
import vshavc as havc
clip = havc.HAVC_cmnet2dit(clip, dit_engine_params={"host": "127.0.0.1", "port": 8765, "model_precision": "int4"})
clip.set_output()Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

