Mercurial > mplayer.hg
changeset 19898:d77040154bad
Add (if applicable) footnote to binary codecs in the feature list.
Mention overriding default vo/ao.
author | rathann |
---|---|
date | Mon, 18 Sep 2006 23:42:50 +0000 |
parents | b69d78e8aee8 |
children | b748e4e64b50 |
files | DOCS/tech/binary-packaging.txt |
diffstat | 1 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/binary-packaging.txt Mon Sep 18 23:05:57 2006 +0000 +++ b/DOCS/tech/binary-packaging.txt Mon Sep 18 23:42:50 2006 +0000 @@ -47,9 +47,9 @@ - libavcodec(internal) - native codecs (libmpeg2/liba52/mp3lib) - Vorbis Tremor codec(internal) - - RealPlayer codecs support - - Win32/VfW/DShow/QT codecs support - - XAnim codecs support + - RealPlayer codecs support (*) + - Win32/VfW/DShow/QT codecs support (*) + - XAnim codecs support (*) * general: - default font @@ -65,6 +65,8 @@ - (S)VCD - tv(v4l/v4l2) +(*) if available for your OS/hardware + There is great demand for the GUI, so it SHOULD be included, but it MUST come as a separate package (see Tips and Tricks for details). @@ -94,7 +96,8 @@ external binary codecs. If you package binary codecs yourself, package the essential codecs package, not the all codecs package. -Bitmap fonts are deprecated, don't package them. Use TrueType fonts instead. +Bitmap fonts are deprecated, don't package them. Use scalable (Type1/TrueType) +fonts instead. File locations @@ -193,6 +196,11 @@ one instead of copying it into your package. This way you will automatically pick up changes we make to it. +Do not override video and audio output selection in the system-wide config +file. MPlayer will try to pick the best VO and AO itself and fall back +gracefully. If you want to give priority to some AO, add a comma at the end +of the line so that MPlayer can still fall back on others, for example: +ao=alsa, Tips and tricks ~~~~~~~~~~~~~~~