voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 107 forks source link

gstreamer release 1.18 deprecated the yadif plugin. #331

Closed baldurmen closed 2 months ago

baldurmen commented 2 months ago

Hello from DebConf24! It seems our capture cards only do 1080i so we're stuck with deinterlacing for now :)

Sadly, the current code was crashing for us, as the yadif plugin has been deprecated in gstreamer 1.18. From the 1.18 release page:

The yadif video deinterlacing plugin from gst-plugins-bad, which was one of the few GPL licensed plugins, has been removed in favour of deinterlace method=yadif.

We did try to use deinterlace method=yadif instead of the default, but it was choppy and much worse.

Kunsi commented 2 months ago

Thanks!