From 5de794723e94dc6110538c223e82697183e20af2 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 23 Nov 2007 12:01:13 +0000 Subject: Clarify playtree explanation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25146 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/usage.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index 7a19fcdccd..11d8d2356f 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -7,14 +7,15 @@ Command line -MPlayer utilizes a complex playtree. It consists -of global options written as first, for example -mplayer -vfm 5 -and options written after filenames, that apply only to the given -filename/URL/whatever, for example: +MPlayer utilizes a complex playtree. Options passed +on the command line can apply to all files/URLs or just to specific ones +depending on their position. For example +mplayer -vfm ffmpeg movie1.avi movie2.avi +will use FFmpeg decoders for both files, but -mplayer -vfm 5 movie1.avi movie2.avi -vfm 4 +mplayer -vfm ffmpeg movie1.avi movie2.avi -vfm dmo +will play the second file with a DMO decoder. -- cgit v1.2.3