[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.89,1.90

Diego Biurrun CVS syncmail at mplayerhq.hu
Tue Jul 19 02:45:21 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv16667/en

Modified Files:
	faq.xml 
Log Message:
Moved some entries from playback problems to video/audio driver section
where they belong.


Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- faq.xml	19 Jul 2005 00:28:42 -0000	1.89
+++ faq.xml	19 Jul 2005 00:45:18 -0000	1.90
@@ -389,34 +389,6 @@
 
 <qandaentry>
 <question><para>
-I've just installed <application>MPlayer</application>. When I want to
-open a video file it causes a fatal error:
-<screen>
-Error opening/initializing the selected video_out (-vo) device.
-</screen>
-How can I solve my problem?
-</para></question>
-<answer><para>
-Just change your video output device. Issue the following command to get
-a list of available video output drivers:
-<screen>
-mplayer -vo help
-</screen>
-After you've chosen the correct video output driver, add it to
-your configuration file. Add
-<programlisting>
- vo = <replaceable>selected_vo</replaceable>
-</programlisting>
-to <filename>~/.mplayer/config</filename> and/or
-<programlisting>
-vo_driver = <replaceable>selected_vo</replaceable>
-</programlisting>
-to <filename>~/.mplayer/gui.conf</filename>.
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
 I'm having trouble getting my subtitles to display, help!!
 </para></question>
 <answer><para>
@@ -490,45 +462,6 @@
 
 <qandaentry>
 <question><para>
-... works with <application>xine/vlc/...</application> but doesn't with
-<application>MPlayer</application>.
-</para></question>
-<answer><para>
-<application>MPlayer</application> is not <application>xine/vlc/...</application>.
-Although these players have some code in common, the codecs (DLL) set,
-synchronization, demultiplexing etc is different and should not be
-compared. If you have a file <application>MPlayer</application> fails to
-play correctly but works in another player, please read the
-<link linkend="bugreports">bug reporting guidelines</link> and upload
-the file to our FTP server.
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-Audio goes out of sync playing an AVI file.
-</para></question>
-<answer><para>
-Try the <option>-bps</option> or <option>-nobps</option> option. If it does not
-improve, read the
-<link linkend="bugreports">bug reporting guidelines</link>
-and upload the file to FTP.
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
-My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo MP3 sound
-too slow. When I use the <option>-nosound</option> option, everything is OK (but quiet).
-</para></question>
-<answer><para>
-Your machine is too slow or your sound card driver is broken. Consult the
-documentation to see if you can improve performance.
-</para></answer>
-</qandaentry>
-
-<qandaentry>
-<question><para>
 <application>MPlayer</application> dies with
 <screen>MPlayer interrupted by signal 4 in module: decode_video</screen>
 </para></question>
@@ -541,119 +474,118 @@
 
 <qandaentry>
 <question><para>
-I have problems with <replaceable>[your window manager]</replaceable>
-and fullscreen xv/xmga/sdl/x11 modes ...
+When I try to grab from my tuner, it works, but colors are strange. It's OK with other
+applications.
 </para></question>
 <answer><para>
-Read the <link linkend="bugreports">bug reporting guidelines</link> and send us
-a proper bug report.
-Also try experimenting with the <option>-fstype</option> option.
+Your card probably reports some colorspaces as supported when in fact
+it does not support them. Try with YUY2 instead of the
+default YV12 (see the <link linkend="tv-input">TV</link> section).
 </para></answer>
 </qandaentry>
 
 <qandaentry>
 <question><para>
-When starting <application>MPlayer</application> under KDE I just get a black
-screen and nothing happens. After about one minute the video starts playing.
+I get very strange percentage values (way too big) while playing files on my notebook.
 </para></question>
 <answer><para>
-The KDE arts sound daemon is blocking the sound device. Either wait until the
-video starts or disable the arts-daemon in control center. If you want to use
-arts sound, specify audio output via our native arts audio driver
-(<option>-ao arts</option>). If it fails or isn't compiled in, try SDL
-(<option>-ao sdl</option>) and make sure your SDL can handle arts sound. Yet
-another option is to start <application>MPlayer</application> with artsdsp.
+It's an effect of the power management / power saving system of your notebook
+(BIOS, not kernel). Plug the external power connector in
+<emphasis role="bold">before</emphasis> you power on your notebook. You can also
+try whether <ulink url="http://www.brodo.de/cpufreq/">cpufreq</ulink>
+(a SpeedStep interface for Linux) helps you.
 </para></answer>
 </qandaentry>
 
 <qandaentry>
 <question><para>
-When I play this movie I get video-audio desync and/or <application>MPlayer</application>
-crashes with the following message:
-<screen>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</screen>
+The audio/video gets totally out of sync when I run <application>MPlayer</application>
+as root on my notebook. It works normal when i run it as a user.
 </para></question>
 <answer><para>
-This can have multiple reasons.
-<itemizedlist>
-<listitem><para>
-Your CPU <emphasis role="bold">and/or</emphasis> video card <emphasis role="bold">and/or</emphasis>
-bus is too slow. <application>MPlayer</application> displays a message if this is the case (and the
-dropped frames counter goes up fast).
-</para></listitem>
-<listitem><para>
-If it is an AVI, maybe it has bad interleaving, try the
-<option>-ni</option> to work around this.
-Or it may have a bad header, in this case <option>-nobps</option>
-and/or <option>-mc 0</option> can help.
-</para></listitem>
-<listitem><para>
-Your sound driver is buggy. See the <link linkend="audio">audio section</link>.
-</para></listitem>
-</itemizedlist>
+This is again a power management effect (see above). Plug the external power
+connector in <emphasis role="bold">before</emphasis> you power on your notebook
+or use the <option>-nortc</option> option.
 </para></answer>
 </qandaentry>
 
 <qandaentry>
 <question><para>
-When I try to grab from my tuner, it works, but colors are strange. It's OK with other
-applications.
+While playing a movie it suddenly gets jerky and I get the following message:
+<screen>Badly interleaved AVI file detected - switching to -ni mode...</screen>
 </para></question>
 <answer><para>
-Your card probably reports some colorspaces as supported when in fact
-it does not support them. Try with YUY2 instead of the
-default YV12 (see the <link linkend="tv-input">TV</link> section).
+Badly interleaved files and <option>-cache</option> don't work well together.
+Try <option>-nocache</option>.
 </para></answer>
 </qandaentry>
+</qandadiv>
+
+<qandadiv id="faq-driver">
+<title>Video/audio driver problems (vo/ao)</title>
 
 <qandaentry>
 <question><para>
-I have A/V sync problems. Some of my AVIs play fine, but some play with double speed!
+I've just installed <application>MPlayer</application>. When I want to
+open a video file it causes a fatal error:
+<screen>
+Error opening/initializing the selected video_out (-vo) device.
+</screen>
+How can I solve my problem?
 </para></question>
 <answer><para>
-You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
-try to play a file which has 22050Hz audio. Try the resample audio filter.
+Just change your video output device. Issue the following command to get
+a list of available video output drivers:
+<screen>
+mplayer -vo help
+</screen>
+After you've chosen the correct video output driver, add it to
+your configuration file. Add
+<programlisting>
+ vo = <replaceable>selected_vo</replaceable>
+</programlisting>
+to <filename>~/.mplayer/config</filename> and/or
+<programlisting>
+vo_driver = <replaceable>selected_vo</replaceable>
+</programlisting>
+to <filename>~/.mplayer/gui.conf</filename>.
 </para></answer>
 </qandaentry>
 
 <qandaentry>
 <question><para>
-I get very strange percentage values (way too big) while playing files on my notebook.
+I have problems with <replaceable>[your window manager]</replaceable>
+and fullscreen xv/xmga/sdl/x11 modes ...
 </para></question>
 <answer><para>
-It's an effect of the power management / power saving system of your notebook
-(BIOS, not kernel). Plug the external power connector in
-<emphasis role="bold">before</emphasis> you power on your notebook. You can also
-try whether <ulink url="http://www.brodo.de/cpufreq/">cpufreq</ulink>
-(a SpeedStep interface for Linux) helps you.
+Read the <link linkend="bugreports">bug reporting guidelines</link> and send us
+a proper bug report.
+Also try experimenting with the <option>-fstype</option> option.
 </para></answer>
 </qandaentry>
 
 <qandaentry>
 <question><para>
-The audio/video gets totally out of sync when I run <application>MPlayer</application>
-as root on my notebook. It works normal when i run it as a user.
+Audio goes out of sync playing an AVI file.
 </para></question>
 <answer><para>
-This is again a power management effect (see above). Plug the external power
-connector in <emphasis role="bold">before</emphasis> you power on your notebook
-or use the <option>-nortc</option> option.
+Try the <option>-bps</option> or <option>-nobps</option> option. If it does not
+improve, read the
+<link linkend="bugreports">bug reporting guidelines</link>
+and upload the file to FTP.
 </para></answer>
 </qandaentry>
 
 <qandaentry>
 <question><para>
-While playing a movie it suddenly gets jerky and I get the following message:
-<screen>Badly interleaved AVI file detected - switching to -ni mode...</screen>
+My computer plays MS DivX AVIs with resolutions ~ 640x300 and stereo MP3 sound
+too slow. When I use the <option>-nosound</option> option, everything is OK (but quiet).
 </para></question>
 <answer><para>
-Badly interleaved files and <option>-cache</option> don't work well together.
-Try <option>-nocache</option>.
+Your machine is too slow or your sound card driver is broken. Consult the
+documentation to see if you can improve performance.
 </para></answer>
 </qandaentry>
-</qandadiv>
-
-<qandadiv id="faq-driver">
-<title>Video/audio driver problems (vo/ao)</title>
 
 <qandaentry>
 <question><para>
@@ -687,6 +619,58 @@
 directly use the ALSA audio output driver.
 </para></answer>
 </qandaentry>
+
+<qandaentry>
+<question><para>
+When starting <application>MPlayer</application> under KDE I just get a black
+screen and nothing happens. After about one minute the video starts playing.
+</para></question>
+<answer><para>
+The KDE arts sound daemon is blocking the sound device. Either wait until the
+video starts or disable the arts-daemon in control center. If you want to use
+arts sound, specify audio output via our native arts audio driver
+(<option>-ao arts</option>). If it fails or isn't compiled in, try SDL
+(<option>-ao sdl</option>) and make sure your SDL can handle arts sound. Yet
+another option is to start <application>MPlayer</application> with artsdsp.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
+I have A/V sync problems. Some of my AVIs play fine, but some play with double speed!
+</para></question>
+<answer><para>
+You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
+try to play a file which has 22050Hz audio. Try the resample audio filter.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
+When I play this movie I get video-audio desync and/or <application>MPlayer</application>
+crashes with the following message:
+<screen>DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!</screen>
+</para></question>
+<answer><para>
+This can have multiple reasons.
+<itemizedlist>
+<listitem><para>
+Your CPU <emphasis role="bold">and/or</emphasis> video card <emphasis role="bold">and/or</emphasis>
+bus is too slow. <application>MPlayer</application> displays a message if this is the case (and the
+dropped frames counter goes up fast).
+</para></listitem>
+<listitem><para>
+If it is an AVI, maybe it has bad interleaving, try the
+<option>-ni</option> to work around this.
+Or it may have a bad header, in this case <option>-nobps</option>
+and/or <option>-mc 0</option> can help.
+</para></listitem>
+<listitem><para>
+Your sound driver is buggy. See the <link linkend="audio">audio section</link>.
+</para></listitem>
+</itemizedlist>
+</para></answer>
+</qandaentry>
 </qandadiv>
 
 <qandadiv id="faq-dvd">




More information about the MPlayer-DOCS mailing list