comparison DOCS/xml/en/video.xml @ 12578:3f543ec01d1e

's should be outside of <application> tags.
author diego
date Sun, 13 Jun 2004 17:46:07 +0000
parents c704b145c62a
children 8bcd91d9efd1
comparison
equal deleted inserted replaced
12577:95d3e6cf66a8 12578:3f543ec01d1e
2019 so it is highly suggested that you turn on <application>MPlayer</application>'s 2019 so it is highly suggested that you turn on <application>MPlayer</application>'s
2020 <option>-framedrop</option> option to avoid further loss of sync. 2020 <option>-framedrop</option> option to avoid further loss of sync.
2021 <option>sync</option> will turn on the new sync-engine. This is currently an 2021 <option>sync</option> will turn on the new sync-engine. This is currently an
2022 experimental feature. With the sync feature turned on the em8300's internal clock 2022 experimental feature. With the sync feature turned on the em8300's internal clock
2023 will be monitored at all times, if it starts to deviate from 2023 will be monitored at all times, if it starts to deviate from
2024 <application>MPlayer's</application> clock it will be reset causing the em8300 to 2024 <application>MPlayer</application>'s clock it will be reset causing the em8300 to
2025 drop any frames that are lagging behind. 2025 drop any frames that are lagging behind.
2026 <option>norm=x</option> will set the TV norm of the DXR3 card without the need 2026 <option>norm=x</option> will set the TV norm of the DXR3 card without the need
2027 for external tools like em8300setup. Valid norms are 5 = NTSC, 4 = PAL-60, 2027 for external tools like em8300setup. Valid norms are 5 = NTSC, 4 = PAL-60,
2028 3 = PAL. Special norms are 2 (auto-adjust using PAL/PAL-60) and 1 (auto-adjust 2028 3 = PAL. Special norms are 2 (auto-adjust using PAL/PAL-60) and 1 (auto-adjust
2029 using PAL/NTSC) because they decide which norm to use by looking at the frame 2029 using PAL/NTSC) because they decide which norm to use by looking at the frame
2078 2078
2079 <varlistentry> 2079 <varlistentry>
2080 <term><option>-vf expand=-1:-1:-1:-1:1</option></term> 2080 <term><option>-vf expand=-1:-1:-1:-1:1</option></term>
2081 <listitem><para> 2081 <listitem><para>
2082 Although the DXR3 driver can put some OSD onto the MPEG1/2/4 video, it has 2082 Although the DXR3 driver can put some OSD onto the MPEG1/2/4 video, it has
2083 much lower quality than <application>MPlayer's</application> traditional OSD, 2083 much lower quality than <application>MPlayer</application>'s traditional OSD,
2084 and has several refresh problems as well. The command line above will firstly 2084 and has several refresh problems as well. The command line above will firstly
2085 convert the input video to MPEG4 (this is mandatory, sorry), then apply an 2085 convert the input video to MPEG4 (this is mandatory, sorry), then apply an
2086 expand filter which won't expand anything (-1: default), but apply the normal 2086 expand filter which won't expand anything (-1: default), but apply the normal
2087 OSD onto the picture (that's what the "1" at the end does). 2087 OSD onto the picture (that's what the "1" at the end does).
2088 </para></listitem> 2088 </para></listitem>