mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 20:05:07 +00:00
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21078 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8e56fda7d4
commit
8d2affbd59
@ -2090,16 +2090,20 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
|
||||
<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 "deint"), and search the
|
||||
and disadvantages. Consult <option>mplayer -pphelp</option> and
|
||||
<option>mplayer -vf help</option> to see what is available
|
||||
(grep for "deint"), 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
|
||||
|
Loading…
Reference in New Issue
Block a user