diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-30 22:44:11 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-30 22:44:11 +0000 |
commit | 584053bd9b238bb71d9878bb96bbc95f8a7f7e49 (patch) | |
tree | 16252bcc12a128812e6f1436adc8ad335fba0954 /DOCS/xml/en | |
parent | 877a5048d5fe4dfb53762b029a11a2717fae33de (diff) |
mention -demuxer lavf in the dvb input section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19607 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/video.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 2913a82740..b1b74bc7a3 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1835,6 +1835,13 @@ for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1 Other possible uses are: televideo pid, second audio track, etc. </para> +<para> + If <application>MPlayer</application> complains frequently about + "Too many video/audio packets in the buffer" or if you notice a + growing loss of synchrony between audio and video try to use + the MPEG-TS demuxer present in libavformat + (adding -demuxer lavf -lavfdopts probesize=128 to your command line). +</para> <para> To show the first of the channels present in your list, run |