Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 5728:71712b862fff
default is not 0 but center
author | gabucino |
---|---|
date | Sat, 20 Apr 2002 12:29:33 +0000 |
parents | ff2b4aae7c14 |
children | 56ba628118a2 |
comparison
equal
deleted
inserted
replaced
5727:83be0958824d | 5728:71712b862fff |
---|---|
951 <P><CODE> mplayer/mencoder -vop filter1,filter2,filter3,...</CODE> | 951 <P><CODE> mplayer/mencoder -vop filter1,filter2,filter3,...</CODE> |
952 </P> | 952 </P> |
953 | 953 |
954 <P>This sets up a filter pipeline (you can use any number of filters). Their | 954 <P>This sets up a filter pipeline (you can use any number of filters). Their |
955 parameters are optional and if omitted, some of them are set to default | 955 parameters are optional and if omitted, some of them are set to default |
956 values, like <I>x and y</I> are both set to 0, and <I>width and height</I> | 956 values, like <I>x and y</I> are both set to the center of the screen, and |
957 will be set to the movie's width and height.</P> | 957 <I>width and height</I> will be set to the movie's width and height.</P> |
958 | 958 |
959 <P>Filters are queued starting from libvo, so <CODE>filter1</CODE> will be the | 959 <P>Filters are queued starting from libvo, so <CODE>filter1</CODE> will be the |
960 last called filter (after that libvo comes, or when using <B>MEncoder</B>, | 960 last called filter (after that libvo comes, or when using <B>MEncoder</B>, |
961 encoding).</P> | 961 encoding).</P> |
962 | 962 |