diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-06 22:57:14 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-06 22:57:14 +0000 |
commit | 3829ecb1a2f4f3dfcb2a2c319e404b7eb5b7eb6d (patch) | |
tree | d0cf51ba42195aad3a53ff9637e3e631e99d6cde /DOCS/xml | |
parent | ff4a1ad4a9d610a85736e2b991e219e510151a02 (diff) |
Remove remnants of long-gone libfame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/video.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index e615da5888..24bc9ea9d2 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -2000,16 +2000,13 @@ This does not work with digital audio output (<option>-ac hwac3</option>). </varlistentry> <varlistentry> -<term><option>-vf lavc/fame</option></term> +<term><option>-vf lavc</option></term> <listitem><para> To watch non-MPEG content on the em8300 (i.e. MPEG-4 (DivX) or RealVideo) you have to specify an MPEG-1 video filter such as -<systemitem class="library">libavcodec</systemitem> (lavc) or -<systemitem class="library">libfame</systemitem> (fame). At -the moment lavc is both faster and gives better image quality, it is suggested -that you use that unless you have problems with it. See the man page for further -info about <option>-vf lavc/fame</option>. -Using lavc is highly recommended. Currently there is no way of setting the fps +<systemitem class="library">libavcodec</systemitem> (lavc). +See the man page for further info about <option>-vf lavc</option>. +Currently there is no way of setting the fps of the em8300 which means that it is fixed to 30000/1001 fps. Because of this it is highly recommended that you use <option>-vf lavc=<replaceable>quality</replaceable>:25</option> especially if you are using prebuffering. Then why 25 and not 30000/1001? Well, the |