[MPlayer-DOCS] r21078 - trunk/DOCS/xml/en/encoding-guide.xml

gpoirier subversion at mplayerhq.hu
Sun Nov 19 22:47:46 CET 2006


Author: gpoirier
Date: Sun Nov 19 22:47:45 2006
New Revision: 21078

Modified:
   trunk/DOCS/xml/en/encoding-guide.xml

Log:
add a link to Michael's de-interlacing filters, and replace the crappy 
pp=fd video filter with yadif as it's soooo much better


Modified: trunk/DOCS/xml/en/encoding-guide.xml
==============================================================================
--- trunk/DOCS/xml/en/encoding-guide.xml	(original)
+++ trunk/DOCS/xml/en/encoding-guide.xml	Sun Nov 19 22:47:45 2006
@@ -2090,16 +2090,20 @@
 <listitem><para>
   Use a deinterlacing filter before encoding. There are several of
   these filters available to choose from, each with its own advantages
-  and disadvantages. Consult <option>mplayer -pphelp</option> to see
-  what is available (grep for &quot;deint&quot;), and search the
+  and disadvantages. Consult <option>mplayer -pphelp</option> and
+  <option>mplayer -vf help</option> to see what is available
+  (grep for &quot;deint&quot;), read Michael's Niedermayer
+  <ulink url="http://guru.multimedia.cx/deinterlacing-filters/">Deinterlacing filters comparison</ulink>,
+  and search the
   <ulink url="http://www.mplayerhq.hu/design7/info.html#mailing_lists">
   MPlayer mailing lists</ulink> to find many discussions about the
-  various filters. Again, the framerate is not changing, so no
+  various filters.
+  Again, the framerate is not changing, so no
   <option>-ofps</option>. Also, deinterlacing should be done after
   cropping <link linkend="menc-feat-telecine-footnotes">[1]</link> and
   before scaling.
 
-  <screen>mencoder dvd://1 -oac copy -vf pp=lb -ovc lavc</screen>
+  <screen>mencoder dvd://1 -oac copy -vf yadif -ovc lavc</screen>
   </para></listitem>
 <listitem><para>
   Unfortunately, this option is buggy with



More information about the MPlayer-DOCS mailing list