Mercurial > mplayer.hg
comparison DOCS/xml/en/video.xml @ 20723:18ba5bc68f40
Remove remnants of long-gone libfame.
author | diego |
---|---|
date | Mon, 06 Nov 2006 22:57:14 +0000 |
parents | ee53e4d326f7 |
children | f973dc7132a8 |
comparison
equal
deleted
inserted
replaced
20722:2edba6772316 | 20723:18ba5bc68f40 |
---|---|
1998 This does not work with digital audio output (<option>-ac hwac3</option>). | 1998 This does not work with digital audio output (<option>-ac hwac3</option>). |
1999 </para></listitem> | 1999 </para></listitem> |
2000 </varlistentry> | 2000 </varlistentry> |
2001 | 2001 |
2002 <varlistentry> | 2002 <varlistentry> |
2003 <term><option>-vf lavc/fame</option></term> | 2003 <term><option>-vf lavc</option></term> |
2004 <listitem><para> | 2004 <listitem><para> |
2005 To watch non-MPEG content on the em8300 (i.e. MPEG-4 (DivX) or RealVideo) | 2005 To watch non-MPEG content on the em8300 (i.e. MPEG-4 (DivX) or RealVideo) |
2006 you have to specify an MPEG-1 video filter such as | 2006 you have to specify an MPEG-1 video filter such as |
2007 <systemitem class="library">libavcodec</systemitem> (lavc) or | 2007 <systemitem class="library">libavcodec</systemitem> (lavc). |
2008 <systemitem class="library">libfame</systemitem> (fame). At | 2008 See the man page for further info about <option>-vf lavc</option>. |
2009 the moment lavc is both faster and gives better image quality, it is suggested | 2009 Currently there is no way of setting the fps |
2010 that you use that unless you have problems with it. See the man page for further | |
2011 info about <option>-vf lavc/fame</option>. | |
2012 Using lavc is highly recommended. Currently there is no way of setting the fps | |
2013 of the em8300 which means that it is fixed to 30000/1001 fps. Because of this it is | 2010 of the em8300 which means that it is fixed to 30000/1001 fps. Because of this it is |
2014 highly recommended that you use <option>-vf lavc=<replaceable>quality</replaceable>:25</option> | 2011 highly recommended that you use <option>-vf lavc=<replaceable>quality</replaceable>:25</option> |
2015 especially if you are using prebuffering. Then why 25 and not 30000/1001? Well, the | 2012 especially if you are using prebuffering. Then why 25 and not 30000/1001? Well, the |
2016 thing is that when you use 30000/1001 the picture becomes a bit jumpy. The reason for | 2013 thing is that when you use 30000/1001 the picture becomes a bit jumpy. The reason for |
2017 this is unknown to us. If you set it to somewhere between 25 and 27 the picture | 2014 this is unknown to us. If you set it to somewhere between 25 and 27 the picture |