With linear 2x deinterlace method I would like to vertically offset every odd frame down by 1px. By offset I mean a transformation of whole output frame.
Can this actually be done in libobs\data\deinterlace_base.effect ? Or will have to modify libobs\obs-source-deinterlace.c ?
The reason is that my video grabbers connected to retro computers like Atari 65XE and Commodore 64 are capable of getting 50 FPS interlaced. Once Linear 2x deinterlace is enabled in OBS Studio, the output video is shaking up/down every frame.
Can this actually be done in libobs\data\deinterlace_base.effect ? Or will have to modify libobs\obs-source-deinterlace.c ?
The reason is that my video grabbers connected to retro computers like Atari 65XE and Commodore 64 are capable of getting 50 FPS interlaced. Once Linear 2x deinterlace is enabled in OBS Studio, the output video is shaking up/down every frame.