Page 1 of 1

yadif (2x) -- top field first / bottom field first -- choice

Posted: 08 Aug 2010 00:43
by posix
it would be fantastic if yadif's setting whether to take the top or bottom field first when deinterlacing could be made available in vlc. i have many videos that run at very smooth 60fps when deinterlaced, but that need the tff/bff switch to show correctly.

i was hoping there might be a way to select this via command line, but i couldn't find any info.

thank you

Re: yadif (2x) -- top field first / bottom field first -- ch

Posted: 08 Aug 2010 17:42
by VLC_help
i was hoping there might be a way to select this via command line, but i couldn't find any info.
There aren't any yadif setting you can change in VLC.

Re: yadif (2x) -- top field first / bottom field first -- ch

Posted: 08 Aug 2010 21:12
by posix
alright. does vlc's yadif (2x) use bff or tff?

Re: yadif (2x) -- top field first / bottom field first -- ch

Posted: 09 Aug 2010 14:54
by VLC_help
http://git.videolan.org/?p=vlc.git;a=bl ... nterlace.c;

Code: Select all

1589 case DEINTERLACE_YADIF2X: 1590 msg_Err( p_filter, "doubling the frame rate is not supported yet" ); 1591 //RenderYadif( p_vout, pp_outpic[0], p_pic, 0, !p_pic->b_top_field_first ); 1592 //RenderYadif( p_vout, pp_outpic[1], p_pic, 1, p_pic->b_top_field_first );

Re: yadif (2x) -- top field first / bottom field first -- ch

Posted: 10 Aug 2010 23:00
by posix
okay, thank you.

hoping for a bottom field first mode soon.

Re: yadif (2x) -- top field first / bottom field first -- ch

Posted: 08 Oct 2012 23:55
by posix
Any news on this? You can't just offer a selection for yadif's ttf or bff option in the gui?