Page 1 of 1

On Linux with Intel graphics, deinterlacing does not double FPS

Posted: 10 Nov 2022 22:16
by Jeronimo17
On Linux with Intel graphics (vaapi), deinterlacing does not double FPS (Bob, Linear, Yadif 2x)

Code: Select all

...main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures...

Code: Select all

OS: Linux Mint 21 x86_64 Host: AORUS 7 KB Kernel: 5.15.0-52-generic Resolution: 1920x1080 DE: Xfce 4.16 WM: Xfwm4 Terminal: xfce4-terminal Terminal Font: Monospace 10 CPU: Intel i7-10750H (12) @ 5.000GHz GPU: Intel CometLake-H GT2 [UHD Graphics] GPU: NVIDIA GeForce RTX 2060 Mobile
VLC 3.0.16

Re: On Linux with Intel graphics, deinterlacing does not double FPS

Posted: 16 Nov 2022 12:55
by Jeronimo17
In MPV it does work with Intel

Re: On Linux with Intel graphics, deinterlacing does not double FPS

Posted: 16 Nov 2022 15:53
by InTheWings
obviously it can't double fps since interlaced is 2 half frames

Re: On Linux with Intel graphics, deinterlacing does not double FPS

Posted: 16 Nov 2022 16:00
by rom1v
Yadif2x should double the framerate.

Does it work better with --avcodec-hw=none?

Code: Select all

vlc --no-hw-dec --deinterlace-mode=yadif2x video.mp4

Re: On Linux with Intel graphics, deinterlacing does not double FPS

Posted: 17 Nov 2022 13:38
by Jeronimo17
obviously it can't double fps since interlaced is 2 half frames
What? :P

Yadif2x should double the framerate.

Does it work better with --avcodec-hw=none?

Code: Select all

vlc --no-hw-dec --deinterlace-mode=yadif2x video.mp4

Vlc no longer recognizes --no-hw-dec but does recognize --avcodec-hw=none "vlc: unknown option or missing mandatory argument `--no-hw-dec'"

And yes, without HW VAAPI it does double the FPS as it also does with NVDEC, with VAAPI it gives the error:

Code: Select all

...main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures main warning: dropping pictures...

MPV does double FPS with VAAPI and NVDEC

Image
(I do not know how to view the deinterlacer used by MPV.)