Does Peertube deinterlace?

When I upload interlaced videos Peertube doesn’t deinterlace them and I get a lot of combing in the video on peertube. I have 1000+ videos to add, many of which are interlaced and I don’t want to have to deinterlace them myself before uploading as that degrades the video quality. Is there a straightforward way of adding a deinterlace filter to the transcoding?

Hi,

Do you have the ffmpeg command to deinterlace a video?

Hi,
i’m also interested with an option to deinterlace an uploading video as i’ve a bunch of old videos to publish

we could use the bwdif filter in ffmpeg, like

-filter:v bwdif=mode=send_field:parity=auto:deint=all

Is there a way to apply the filter « manually » ?