comparison DOCS/xml/en/faq.xml @ 12348:9782f90f4f44

typos, wording
author diego
date Thu, 29 Apr 2004 13:02:44 +0000
parents 26966802589b
children 1deefcd5428d
comparison
equal deleted inserted replaced
12347:98c6948a859b 12348:9782f90f4f44
441 <listitem><para>V: video position in seconds</para></listitem> 441 <listitem><para>V: video position in seconds</para></listitem>
442 <listitem><para>A-V: audio-video difference in seconds (delay)</para></listitem> 442 <listitem><para>A-V: audio-video difference in seconds (delay)</para></listitem>
443 <listitem><para>ct: total A-V sync correction done</para></listitem> 443 <listitem><para>ct: total A-V sync correction done</para></listitem>
444 <listitem><para>frames played (counting from last seek)</para></listitem> 444 <listitem><para>frames played (counting from last seek)</para></listitem>
445 <listitem><para>frames decoded (counting from last seek)</para></listitem> 445 <listitem><para>frames decoded (counting from last seek)</para></listitem>
446 <listitem><para>video codec cpu usage in percent (for slices and DR this includes 446 <listitem><para>video codec CPU usage in percent (for slices and DR this includes
447 video_out)</para></listitem> 447 video_out)</para></listitem>
448 <listitem><para>video_out cpu usage</para></listitem> 448 <listitem><para>video_out CPU usage</para></listitem>
449 <listitem><para>audio codec cpu usage in percent</para></listitem> 449 <listitem><para>audio codec CPU usage in percent</para></listitem>
450 <listitem><para>frames needed to drop to maintain A-V sync</para></listitem> 450 <listitem><para>frames needed to drop to maintain A-V sync</para></listitem>
451 <listitem><para>current level of image postprocessing (when using 451 <listitem><para>current level of image postprocessing (when using
452 <option>-autoq</option>)</para></listitem> 452 <option>-autoq</option>)</para></listitem>
453 <listitem><para>current cache size used (around 50% is normal)</para></listitem> 453 <listitem><para>current cache size used (around 50% is normal)</para></listitem>
454 </itemizedlist> 454 </itemizedlist>
465 </para></answer> 465 </para></answer>
466 </qandaentry> 466 </qandaentry>
467 467
468 <qandaentry> 468 <qandaentry>
469 <question><para> 469 <question><para>
470 Why is video_out cpu usage zero (0%) for some files? 470 Why is video_out CPU usage zero (0%) for some files?
471 </para></question> 471 </para></question>
472 <answer><para> 472 <answer><para>
473 It's not zero, but it's called from the codec and thus cannot be measured 473 It's not zero, but it's called from the codec and thus cannot be measured
474 separately. You should try to play the file using <option>-vo null</option> and 474 separately. You should try to play the file using <option>-vo null</option> and
475 then <option>-vo ...</option> and check the difference to see the video_out speed. 475 then <option>-vo ...</option> and check the difference to see the video_out speed.
630 Error opening/initializing the selected video_out (-vo) device. 630 Error opening/initializing the selected video_out (-vo) device.
631 </screen> 631 </screen>
632 How can I solve my problem? 632 How can I solve my problem?
633 </para></question> 633 </para></question>
634 <answer><para> 634 <answer><para>
635 Just change your video output device. Issue the following comand to get 635 Just change your video output device. Issue the following command to get
636 a list of available video output drivers: 636 a list of available video output drivers:
637 <screen> 637 <screen>
638 mplayer -vo help 638 mplayer -vo help
639 </screen> 639 </screen>
640 After you've chosen the correct video output driver, add it to 640 After you've chosen the correct video output driver, add it to
671 <answer><para> 671 <answer><para>
672 Do you have a stray <filename>codecs.conf</filename> file in 672 Do you have a stray <filename>codecs.conf</filename> file in
673 <filename>~/.mplayer/</filename>, <filename>/etc/</filename>, 673 <filename>~/.mplayer/</filename>, <filename>/etc/</filename>,
674 <filename>/usr/local/etc/</filename> or a similar location? Remove it, 674 <filename>/usr/local/etc/</filename> or a similar location? Remove it,
675 outdated <filename>codecs.conf</filename> files can cause obscure 675 outdated <filename>codecs.conf</filename> files can cause obscure
676 problems. <application>MPlayer</application> will use its builtin one instead. 676 problems. <application>MPlayer</application> will use its built-in one instead.
677 </para></answer> 677 </para></answer>
678 </qandaentry> 678 </qandaentry>
679 679
680 <qandaentry> 680 <qandaentry>
681 <question><para> 681 <question><para>
773 <screen>libc.so.6 => /lib/libc.so.6 (0x00??????)</screen> 773 <screen>libc.so.6 => /lib/libc.so.6 (0x00??????)</screen>
774 then there is a problem with your kernel/libc. Maybe you are using some security 774 then there is a problem with your kernel/libc. Maybe you are using some security
775 patches (for example Solar Designer's OpenWall patch) which forces loading 775 patches (for example Solar Designer's OpenWall patch) which forces loading
776 libraries to very low addresses. Because <filename>l3codeca.acm</filename> is a 776 libraries to very low addresses. Because <filename>l3codeca.acm</filename> is a
777 non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't 777 non-relocatable DLL, it must be loaded to <literal>0x00400000</literal>, we can't
778 change this. You should use a non-patched kernel, or use <application>MPlayer's</application> 778 change this. You should use a non-patched kernel, or use <application>MPlayer</application>'s
779 <option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>. 779 <option>-afm 1</option> option to disable using <filename>l3codeca.acm</filename>.
780 </para></answer> 780 </para></answer>
781 </qandaentry> 781 </qandaentry>
782 782
783 <qandaentry> 783 <qandaentry>
784 <question><para> 784 <question><para>
785 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo mp3 sound 785 My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo MP3 sound
786 too slow. When I use <option>-nosound</option> option, everything is OK (but quiet). 786 too slow. When I use <option>-nosound</option> option, everything is OK (but quiet).
787 </para></question> 787 </para></question>
788 <answer><para> 788 <answer><para>
789 Your machine is too slow or your soundcard driver is broken. Consult the 789 Your machine is too slow or your sound card driver is broken. Consult the
790 documentation to see if you can improve performance. 790 documentation to see if you can improve performance.
791 </para></answer> 791 </para></answer>
792 </qandaentry> 792 </qandaentry>
793 793
794 <qandaentry> 794 <qandaentry>
901 <question><para> 901 <question><para>
902 When I try to grab from my tuner, it works, but colors are strange. It's OK with other 902 When I try to grab from my tuner, it works, but colors are strange. It's OK with other
903 applications. 903 applications.
904 </para></question> 904 </para></question>
905 <answer><para> 905 <answer><para>
906 Your card probably misreports its colorspace capacity. Try with YUY2 instead of 906 Your card probably reports some colorspaces as supported when in fact
907 it does not support them. Try with YUY2 instead of the
907 default YV12 (see the <link linkend="tv-input">TV</link> section). 908 default YV12 (see the <link linkend="tv-input">TV</link> section).
908 </para></answer> 909 </para></answer>
909 </qandaentry> 910 </qandaentry>
910 911
911 <qandaentry> 912 <qandaentry>
968 </para></answer> 969 </para></answer>
969 </qandaentry> 970 </qandaentry>
970 971
971 <qandaentry> 972 <qandaentry>
972 <question><para> 973 <question><para>
973 How can I play MPEG Layer 2 (mp2) audio files? 974 How can I play MPEG Layer 2 (MP2) audio files?
974 </para></question> 975 </para></question>
975 <answer><para> 976 <answer><para>
976 You have to use <option>-rawaudio on:format=0x50</option>. 977 You have to use <option>-rawaudio on:format=0x50</option>.
977 </para></answer> 978 </para></answer>
978 </qandaentry> 979 </qandaentry>
1046 Current serial number in output stream:27 1047 Current serial number in output stream:27
1047 </screen> 1048 </screen>
1048 </para></question> 1049 </para></question>
1049 <answer><para> 1050 <answer><para>
1050 The <systemitem>tdfx</systemitem> driver in XFree86 4.0.2/4.0.3 had this bug. This was 1051 The <systemitem>tdfx</systemitem> driver in XFree86 4.0.2/4.0.3 had this bug. This was
1051 solved by <ulink url="http://www.xfree86.org/cvs/changes_4_1.html">bugfix #621 1052 solved by <ulink url="http://www.xfree86.org/cvs/changes_4_1.html">bug fix #621
1052 of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later. 1053 of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later.
1053 Alternatively, either download (at least) DRI version 0.6 from the 1054 Alternatively, either download (at least) DRI version 0.6 from the
1054 <ulink url="http://dri.sourceforge.net">DRI homepage</ulink>, or use CVS DRI. 1055 <ulink url="http://dri.sourceforge.net">DRI homepage</ulink>, or use CVS DRI.
1055 </para></answer> 1056 </para></answer>
1056 </qandaentry> 1057 </qandaentry>