comparison DOCS/xml/en/video.xml @ 11214:c292ff78614f

Filters should be in <option> tags.
author wight
date Wed, 22 Oct 2003 09:48:59 +0000
parents f26ac9c57374
children 20fd71b7edb4
comparison
equal deleted inserted replaced
11213:b45214b33cb7 11214:c292ff78614f
750 samplerate on my box, because the sound was broken on 44kHz: 750 samplerate on my box, because the sound was broken on 44kHz:
751 <option>-srate 22050</option>. 751 <option>-srate 22050</option>.
752 </para></note> 752 </para></note>
753 753
754 <para> 754 <para>
755 You can turn on OSD and subtitles only with the <systemitem>expand</systemitem> 755 You can turn on OSD and subtitles only with the <option>expand</option>
756 filter, see the man page for exact parameters. 756 filter, see the man page for exact parameters.
757 </para> 757 </para>
758 </sect4> 758 </sect4>
759 759
760 760
1922 scaler. The commandline is 1922 scaler. The commandline is
1923 <screen>mplayer -vo zr -sws 0 -vf scale=384:204 movie.avi</screen> 1923 <screen>mplayer -vo zr -sws 0 -vf scale=384:204 movie.avi</screen>
1924 </para> 1924 </para>
1925 1925
1926 <para> 1926 <para>
1927 Cropping can be done by the <systemitem>crop</systemitem> filter and by this 1927 Cropping can be done by the <option>crop</option> filter and by this
1928 driver itself. Suppose that a movie is too wide for display on your Buz and 1928 driver itself. Suppose that a movie is too wide for display on your Buz and
1929 that you want to use <option>-zrcrop</option> to make the movie less wide, 1929 that you want to use <option>-zrcrop</option> to make the movie less wide,
1930 then you would issue the following command 1930 then you would issue the following command
1931 <screen>mplayer -vo zr -zrcrop 720x320+80+0 benhur.avi</screen> 1931 <screen>mplayer -vo zr -zrcrop 720x320+80+0 benhur.avi</screen>
1932 </para> 1932 </para>