mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 04:15:13 +00:00
(cosmetics) add some empty lines to improve readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20080 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6a3119b830
commit
8350e7462e
@ -2,6 +2,8 @@
|
||||
<!-- $Revision$ -->
|
||||
<appendix id="bugs">
|
||||
<title>Known bugs</title>
|
||||
|
||||
|
||||
<sect1 id="bugs-special">
|
||||
<title>Special system/CPU-specific bugs/problems</title>
|
||||
<itemizedlist>
|
||||
@ -11,6 +13,7 @@
|
||||
<para>Solution: upgrade kernel to 2.4.x</para>
|
||||
<para>Workaround: <command>./configure --disable-sse</command></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>General SIGILL (signal 4):</para>
|
||||
<para>Problem: you compiled and run <application>MPlayer</application> on
|
||||
@ -23,6 +26,7 @@ disable particular CPU instruction sets with more specific options (like
|
||||
<option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc).
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Crashes when dumping streams:</para>
|
||||
<para>Problem: core dump</para>
|
||||
@ -31,6 +35,7 @@ disable particular CPU instruction sets with more specific options (like
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
|
||||
<sect1 id="bugs-audio">
|
||||
<title>Various A-V sync and other audio problems</title>
|
||||
|
||||
@ -44,18 +49,21 @@ sometimes it helps. If your file plays fine with <option>-nosound</option>, then
|
||||
it's sound card (driver) problem.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>audio buffer problems (buffer size badly detected)</para>
|
||||
<para>Workaround: <application>MPlayer</application>'s <option>-abs</option> option</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
samplerate problems - maybe your card doesn't support the samplerate used in your
|
||||
files - try the resampling filter (<option>-af resample=...</option>)
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>slow machine (CPU or VGA)</para>
|
||||
@ -68,6 +76,7 @@ speed up</para>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="bugs-delay-specific">
|
||||
<title>Audio delay/de-sync specific to one or a few files</title>
|
||||
<itemizedlist>
|
||||
@ -94,11 +103,13 @@ Workaround:
|
||||
If none of these help, please upload the file, we'll check (and fix).
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>your sound card doesn't support 48kHz playback</para>
|
||||
<para>Workaround: buy a better sound card... or try to decrease fps by 10% (use
|
||||
<option>-fps 27</option> for a 30fps movie) or use the resample filter</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>slow machine(if A-V is not around 0, and the last number in the status
|
||||
line increasing)</para>
|
||||
@ -107,6 +118,7 @@ line increasing)</para>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="bugs-nosound">
|
||||
<title>No sound at all</title>
|
||||
<itemizedlist>
|
||||
@ -117,6 +129,7 @@ line increasing)</para>
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="bugs-nopicture">
|
||||
<title>No picture at all (just plain grey/green window)</title>
|
||||
<itemizedlist>
|
||||
@ -124,6 +137,7 @@ line increasing)</para>
|
||||
<para>your file uses an unsupported video codec</para>
|
||||
<para>Workaround: read the documentation and help us adding support for it</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
auto-selected codec can't decode the file, try to select another using
|
||||
@ -133,6 +147,7 @@ auto-selected codec can't decode the file, try to select another using
|
||||
</itemizedlist>
|
||||
</sect2>
|
||||
|
||||
|
||||
<sect2 id="bugs-video">
|
||||
<title>Video-out problems</title>
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user