diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-10 19:43:09 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-10 19:43:09 +0000 |
commit | d5fba6553d6bc8a34d01c0f2351a431caa2c125b (patch) | |
tree | 927d2ebed9a6e595a355449ee6976d44ab100a2a /DOCS/xml/en | |
parent | bdff251d8765073007afb2be2bafee3eb55e6345 (diff) |
a couple of tricks to improve playback resistance and usability of dvb streams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25011 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/video.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 6c4753855a..ed5b3dccff 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1923,6 +1923,31 @@ To change channels press the <keycap>h</keycap> (next) and </para> <para> +To disable temporarily the audio or the video stream copy to +<filename>~/.mplayer/input.conf</filename> the following rows: +<screen> +% set_property switch_video -2 +& step_property switch_video +? set_property switch_audio -2 +^ step_property switch_audio +</screen> +(overriding the action keys as preferred); when pressing the key +corresponding to switch_x -2 the associated stream will be closed; +when pressing the key relative to step_x the stream will be reopened. +Notice that this switching mechanism won't work as expected when there +are multiple audio and video streams in the multiplex. +</para> + +<para> +During playback (not during recording), in order to prevent stuttering +and error messages such as 'Your system is too slow' it's advisable to add +<screen> +-mc 10 -speed 0.97 -af scaletempo +</screen> +to your command line, adjusting the scaletempo parameters as preferred. +</para> + +<para> If your <filename>~/.mplayer/menu.conf</filename> contains a <literal><dvbsel></literal> entry, such as the one in the example file <filename>etc/dvb-menu.conf</filename> (that you can use to overwrite |