comparison DOCS/xml/en/video.xml @ 24983:da81c5786907

a couple of tricks to improve playback resistance and usability of dvb streams
author nicodvb
date Sat, 10 Nov 2007 19:43:09 +0000
parents 119acb03c645
children 6fa98fabffa1
comparison
equal deleted inserted replaced
24982:5d338b18763d 24983:da81c5786907
1918 1918
1919 <para> 1919 <para>
1920 To change channels press the <keycap>h</keycap> (next) and 1920 To change channels press the <keycap>h</keycap> (next) and
1921 <keycap>k</keycap> (previous) keys, or use the 1921 <keycap>k</keycap> (previous) keys, or use the
1922 <link linkend="osdmenu">OSD menu</link>. 1922 <link linkend="osdmenu">OSD menu</link>.
1923 </para>
1924
1925 <para>
1926 To disable temporarily the audio or the video stream copy to
1927 <filename>~/.mplayer/input.conf</filename> the following rows:
1928 <screen>
1929 % set_property switch_video -2
1930 & step_property switch_video
1931 ? set_property switch_audio -2
1932 ^ step_property switch_audio
1933 </screen>
1934 (overriding the action keys as preferred); when pressing the key
1935 corresponding to switch_x -2 the associated stream will be closed;
1936 when pressing the key relative to step_x the stream will be reopened.
1937 Notice that this switching mechanism won't work as expected when there
1938 are multiple audio and video streams in the multiplex.
1939 </para>
1940
1941 <para>
1942 During playback (not during recording), in order to prevent stuttering
1943 and error messages such as 'Your system is too slow' it's advisable to add
1944 <screen>
1945 -mc 10 -speed 0.97 -af scaletempo
1946 </screen>
1947 to your command line, adjusting the scaletempo parameters as preferred.
1923 </para> 1948 </para>
1924 1949
1925 <para> 1950 <para>
1926 If your <filename>~/.mplayer/menu.conf</filename> contains a 1951 If your <filename>~/.mplayer/menu.conf</filename> contains a
1927 <literal>&lt;dvbsel&gt;</literal> entry, such as the one in the example 1952 <literal>&lt;dvbsel&gt;</literal> entry, such as the one in the example