clapper icon indicating copy to clipboard operation
clapper copied to clipboard

Missing deinterlacer

Open Digitalone1 opened this issue 6 months ago • 1 comments
trafficstars

Hello. Is there a plan to add a deinterlacer option for interlaced videos? Other player like mpv and qmplay2 can do this. Thanks.

Digitalone1 avatar May 06 '25 19:05 Digitalone1

GStreamer does not currently support auto hot-plugging of HW deinterlacers. Here, assuming you are using Intel/AMD VAAPI decoding, workaround would be:

flatpak run com.github.rafostar.Clapper --video-filter="vadeinterlace"

On non-interlaced videos, element should work in pass-through mode (do nothing). So it should be safe to just always launch with it at no extra cost.

The only thing left that can be done on Clapper side, is whether to expose this setting in UI and make it persistent. Currently its command-line only option.

Rafostar avatar May 07 '25 07:05 Rafostar