Page 1 of 1

[BUG] Mpv deinterlace

PostPosted: Thu Dec 15, 2016 6:11 am
by setzuna
I am on debian and i haven't ever been able to get the deinterlace working with mpv. They work fine with mplayer. But i think maybe they do deinterlacing differently or something. Unless i have to enable deinterlace a different way for mpv.

Re: [BUG] Mpv deinterlace

PostPosted: Thu Dec 15, 2016 11:14 am
by rvm
It works for me. What versions of mpv and smplayer are you using?

Re: [BUG] Mpv deinterlace

PostPosted: Fri Dec 16, 2016 6:00 am
by setzuna
I am using mpv version 0.22.0 and the latest smplayer from your ppa 16.11. And what i do is select the deinterlace from the right click menu when i notice it. But that does not work no matter how many times i try it. Ive actually been having that problem for sometime now. Ive tryed to compile both from source as well and still no fix.

Re: [BUG] Mpv deinterlace

PostPosted: Fri Dec 16, 2016 11:19 am
by rvm
Could you send the smplayer log (in the View menu) after selecting the deinterlace filter?

Re: [BUG] Mpv deinterlace

PostPosted: Mon Dec 19, 2016 9:49 am
by setzuna
This is where i change the filter .
[03:47:39:060] PlayerProcess::writeToStdin: vf add "lavfi=[pp=l5]"
[03:47:39:084] MPVProcess::parseLine: 'Option vf-del: Item not found'
[03:47:39:114] MPVProcess::parseLine: 'Opening video filter: [lavfi graph=pp=l5]'
[03:47:39:119] MPVProcess::parseLine: 'Using conversion filter.'
[03:47:39:128] MPVProcess::parseLine: 'Image formats incompatible or invalid.'
[03:47:39:128] MPVProcess::parseLine: 'Video filter chain:'
[03:47:39:128] MPVProcess::parseLine: ' [in] 720x480 [4971027:4194304] vdpau[nv12] bt.601/bt.601-525/bt.1886/limited CL=mpeg2/4/h264'
[03:47:39:128] MPVProcess::parseLine: ' [scale] ??? [a] <---'
[03:47:39:129] MPVProcess::parseLine: ' [lavfi] "lavfi.00" ???'
[03:47:39:129] MPVProcess::parseLine: ' [out] ???'

It does that with any of them i choose.

Re: [BUG] Mpv deinterlace

PostPosted: Mon Dec 19, 2016 9:54 pm
by rvm
Maybe the deinterlace filter is not compatible with vdpau.

Re: [BUG] Mpv deinterlace

PostPosted: Thu Dec 22, 2016 5:45 am
by setzuna
Im not using vdpau im using opengl-hq with the settings of vo=opengl-hq:deband=no:es=no. I have also tryed using just mpv with the same settings and deineralce does work correctly that way. Maybe the deinterlace works differently with that mode or something and smplayer is using the wrong mode.

Re: [BUG] Mpv deinterlace

PostPosted: Thu Dec 22, 2016 5:59 am
by setzuna
Edit of above i guess i had it on auto select for hardware decoder so what you said could be true. Vdpau might be causing it i switched it to none then ran the deinterlace filter on some video and it seems a bit better.