You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd><p class="first">Select deinterlacing algorithm. Note that by default deinterlacing is
8772
-
initially always off, and needs to be enabled with the <tt class="docutils literal">d</tt> key
8773
-
(default key binding for <tt class="docutils literal">cycle deinterlace</tt>).</p>
8774
-
<p>This option doesn't apply if libva supports video post processing (vpp).
8775
-
In this case, the default for <tt class="docutils literal"><span class="pre">deint-mode</span></tt> is <tt class="docutils literal">no</tt>, and enabling
8776
-
deinterlacing via user interaction using the methods mentioned above
8777
-
actually inserts the <tt class="docutils literal">vavpp</tt> video filter. If vpp is not actually
8778
-
supported with the libva backend in use, you can use this option to
8779
-
forcibly enable VO based deinterlacing.</p>
8780
-
<dl class="last docutils">
8781
-
<dt>no</dt>
8782
-
<dd>Don't allow deinterlacing (default for newer libva).</dd>
8783
-
<dt>first-field</dt>
8784
-
<dd>Show only first field.</dd>
8785
-
<dt>bob</dt>
8786
-
<dd>bob deinterlacing (default for older libva).</dd>
0 commit comments