diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-14 08:52:06 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-14 08:52:06 +0000 |
commit | 34a0d38b8d09b1f08f2c78279e45b15d7770a53f (patch) | |
tree | 41acdf1a4413735db8af541b0727054d0c10b025 /DOCS/xml/en | |
parent | bdd84c22cfbd8685c651d28ad445c1835f279d88 (diff) |
pid syntax documented by Nico Sabbi
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12815 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/video.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 4eb41e92fb..f74ed2b669 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1854,6 +1854,17 @@ for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1 </para> <para> + In your audio and video fields you can use an extended syntax: + <option>...:pid[+pid]:...</option> (for a maximum of 6 pids each); + in this case <application>MPlayer</application> will include in the + stream all the indicated pids, plus pid 0 (that contains the PAT). + You are encouraged to include in each row the PMT pid for the + corresponding channel (if you know it). + Other possible uses are: televideo pid, second audio track, etc. +</para> + + +<para> To show the first of the channels present in your list, run </para> |