summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-01 14:18:32 +0000
committermswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-01 14:18:32 +0000
commit93e805df2590ed7c349e63673de34640fb6566b7 (patch)
tree90a6c59553c88112284008265097b5fb44f584c9 /DOCS
parenta73add099e66c62bb2273f9ea79e2f15cbc4ee9c (diff)
downloadmpv-93e805df2590ed7c349e63673de34640fb6566b7.tar.bz2
mpv-93e805df2590ed7c349e63673de34640fb6566b7.tar.xz
Added more info regarding sync and :noprebuffering
Reformatted certain parts to fit on a standard 24 column terminal git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4907 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/DXR352
1 files changed, 34 insertions, 18 deletions
diff --git a/DOCS/DXR3 b/DOCS/DXR3
index b2929a03ba..9cd7abfb11 100644
--- a/DOCS/DXR3
+++ b/DOCS/DXR3
@@ -20,29 +20,45 @@ harddisk.
2. Usage
- -vo dxr3:<devicenum> For video output :<devicenum> is not needed unless
- you have more than one em8300 device in your computer
- -vo dxr3:noprebuf Turn of prebuffering. This is only needed if you are
- having sync issues with normal playback, this will
- make playback appear less smooth and will not use all
- available cpu power when playing non-mpeg content.
- Note: With prebuffering A-V: should be negative, if
- it's nonnegative your computer is too slow to
- properly play the video and you should disble
- prebuffering if you have sync issues.
- Without prebuffering this value should stay
- close to 0 at all times.
- Note2: Some very fast computers seems to have issues
- with prebuffering. Blame Sigma for that ;).
- You can safely use :noprebuf since your machines
- are fast enough to give you smooth playback anyway.
+ -vo dxr3:<devicenum> For video output :<devicenum> is not
+ needed unless you have more than one
+ em8300 device in your computer
+ -vo dxr3:noprebuf Turn of prebuffering. This is only
+ needed if you are having sync issues
+ with normal playback, this will make
+ playback appear less smooth and will
+ not use all available cpu power when
+ playing non-mpeg content.
+ * With prebuffering A-V: should be
+ negative, if it's nonnegative your
+ computer is too slow to properly
+ play the video and you should
+ disble prebuffering if you have
+ sync issues.
+ Without prebuffering this value
+ should stay close to 0 at all
+ times.
+ * Some very fast computers seems to
+ have issues with prebuffering.
+ Blame Sigma for that ;).
+ You can safely use :noprebuf since
+ your machines are fast enough to give
+ you smooth playback anyway.
+ * If you plan to do other stuff that
+ uses resources simultaneously with
+ watching video, this options is
+ probably preffered as it is much less
+ sensitive to syncloss.
+ * If you loose sync do a small seek
+ (using left/right arrow, it will
+ resync)
-ao oss:<devicefile> For audio output
-ac hwac3 For digital audio output instead of
analog
-vc mpegpes For mpeg playback
-aop list=resample:fout=48000 If samplerate is below 44100Hz
- This does not work with digital audio output
- (-ac hwac3)
+ This does not work with digital audio
+ output (-ac hwac3)
<devicenum> Number of device to use for playback
(if you have more than one card.).
This can usually be left out (-vo dxr3).