Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 5718:82af351fff02
more tajpo
author | gabucino |
---|---|
date | Sat, 20 Apr 2002 06:25:49 +0000 |
parents | cc4e44d60c39 |
children | 95e4f59d9aba |
comparison
equal
deleted
inserted
replaced
5717:6ce094404a35 | 5718:82af351fff02 |
---|---|
948 <P><CODE> mplayer/mencoder -vop filter1,filter2,filter3,...</CODE> | 948 <P><CODE> mplayer/mencoder -vop filter1,filter2,filter3,...</CODE> |
949 </P> | 949 </P> |
950 | 950 |
951 <P>This sets up a filter pipeline (you can use any number of filters). Their | 951 <P>This sets up a filter pipeline (you can use any number of filters). Their |
952 parameters are optional and if omitted, some of them are set to default | 952 parameters are optional and if omitted, some of them are set to default |
953 values, like <I>x and y</I> are both set to 0, and <I>w and h</I> will be | 953 values, like <I>x and y</I> are both set to 0, and <I>width and height</I> |
954 set to the movie's width and height.</P> | 954 will be set to the movie's width and height.</P> |
955 | 955 |
956 <P>Filters are queued starting from libvo, so <CODE>filter1</CODE> will be the | 956 <P>Filters are queued starting from libvo, so <CODE>filter1</CODE> will be the |
957 last called filter (after that libvo comes, or when using <B>MEncoder</B>, | 957 last called filter (after that libvo comes, or when using <B>MEncoder</B>, |
958 encoding).</P> | 958 encoding).</P> |
959 | 959 |
1020 | 1020 |
1021 <P><B><U>Description</U></B>:</P> | 1021 <P><B><U>Description</U></B>:</P> |
1022 | 1022 |
1023 <P>This is our good old postprocess, juts converted to the filter layer. | 1023 <P>This is our good old postprocess, juts converted to the filter layer. |
1024 Performs image quality enhancement, deinterlacing, etc, see | 1024 Performs image quality enhancement, deinterlacing, etc, see |
1025 <CODE>-npp help</CODE> for available options. | 1025 <CODE>-npp help</CODE> for available options.</P> |
1026 | 1026 |
1027 <P><B><U>Usage</U></B>:</P> | 1027 <P><B><U>Usage</U></B>:</P> |
1028 | 1028 |
1029 <P><CODE> -vop pp[=postprocess options/keywords]</CODE></P> | 1029 <P><CODE> -vop pp[=postprocess options/keywords]</CODE></P> |
1030 | 1030 |