1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 04:42:10 +00:00

Common -vo driver problem solution explained by Lukasz Proszek.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-04-20 22:10:11 +00:00
parent 5ccc955cca
commit 12354fa032

View File

@ -611,6 +611,34 @@ Use:
<qandadiv id="faq-playback">
<title>Playback problems</title>
<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 comand 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 cannot pinpoint the cause of some strange playback problem.