diff options
author | 2002-10-23 15:48:56 +0000 | |
---|---|---|
committer | 2002-10-23 15:48:56 +0000 | |
commit | d5a36f752ceb7840d03236adcd62ddb7f2078b00 (patch) | |
tree | a9c0735f3517dbda95a853c304e94759d2c9b912 /DOCS | |
parent | 9823a4e64ef3388175fcb9e3cb208eb3e1821233 (diff) |
add -identify switch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7865 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/German/mplayer.1 | 5 | ||||
-rw-r--r-- | DOCS/mplayer.1 | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/German/mplayer.1 b/DOCS/German/mplayer.1 index 1d553849d6..a09232a043 100644 --- a/DOCS/German/mplayer.1 +++ b/DOCS/German/mplayer.1 @@ -937,6 +937,11 @@ Zeigt eine kurze Zusammenfassung der Optionen. .B \-hardframedrop (siehe auch \-framedrop Option) Intensiveres Framedropping (unterbricht die Dekodierung). Führt zu Bildverzerrungen! .TP +.B \-identify +Zeigt die Dateiparameter in einem leicht weiter zu verarbeitendem Format an. +Das Script TOOLS/midentify unterdrückt andere Ausgaben von MPlayer und führt ein +Shellescaping der Dateinamen durch. +.TP .B \-include <Konfigurationsdatei> Gibt eine Konfigurationsdatei an, welche nach der normalen ausgewertet werden soll. .TP diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 3389d74d40..463f8f869b 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -217,6 +217,11 @@ Show short summary of options. More intense frame dropping (breaks decoding). Leads to image distortion! .TP +.B \-identify +Show file parameters in easy parsable format. The wrapper script +TOOLS/midentify suppresses the other mplayer output and (hopefully) +shellescapes the filenames. +.TP .B \-input <commands> This option can be used to configure certain parts of the input system. Paths are relative to ~/\:.mplayer/. |