03.10.2024, 18:59
Quote:Vapoursynth will apply these functions to all the clip length or, since at the end there is the trim() only on the trimmed clip ?Running a script with:
clip = core.std.Trim(clip, 0, 100)
clip = RealESRGAN(clip=clip, model=5, device_index=0) # 2560x1408
clip = RealESRGAN(clip=clip, model=5, device_index=0) # 2560x1408
clip = core.std.Trim(clip, 0, 100)
=> So, no reason to change anything.
Cu Selur