2006-10-30 16:59:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2006-10-07 14:05:54 +00:00
|
|
|
<!-- synced with r20083 -->
|
2006-04-17 00:13:07 +00:00
|
|
|
<appendix id="bugs">
|
2006-10-07 13:51:27 +00:00
|
|
|
<title>Bekannte Fehler</title>
|
|
|
|
<sect1 id="bugs-special">
|
2006-10-07 14:05:54 +00:00
|
|
|
|
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<title>System-/CPU-spezifische Fehler/Probleme</title>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>SIGILL (Signal 4) auf P3 bei 2.2.x-Kernels:</para>
|
2006-10-30 16:59:40 +00:00
|
|
|
<para>Problem: Kernel 2.2.x hat keine angemessene (funktionierende) SSE-Unterstützung</para>
|
|
|
|
<para>Lösung: Upgrade auf Kernel 2.4.x</para>
|
2006-10-07 13:51:27 +00:00
|
|
|
<para>Workaround: <command>./configure --disable-sse</command></para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Allgemeines SIGILL (Signal 4):
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Problem: du hast <application>MPlayer</application> auf unterschiedlichen Rechnern
|
|
|
|
compiliert und gestartet (zum Beispiel compiliert auf P3 und gestartet auf Celeron)
|
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
Lösung: compiliere <application>MPlayer</application> auf dem Rechner, auf dem du ihn
|
2006-10-07 13:51:27 +00:00
|
|
|
benutzen wirst!
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Workaround: Du kannst das alles vergessen, indem du configure mit der Option
|
2006-10-30 16:59:40 +00:00
|
|
|
<option>--enable-runtime-cpudetection</option> ausführst oder bestimmte CPU-Instruktionssets mit
|
2006-10-07 13:51:27 +00:00
|
|
|
spezielleren Optionen(wie <option>--disable-mmx</option>, <option>--disable-3dnow</option>, usw)
|
|
|
|
deaktivierst.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
2006-10-30 16:59:40 +00:00
|
|
|
<para>Abstürze bei Ausgabe (Dump) von Streams:</para>
|
2006-10-07 13:51:27 +00:00
|
|
|
<para>Problem: Core Dump</para>
|
2006-10-30 16:59:40 +00:00
|
|
|
<para>Lösung: Keine Panik. Stelle sicher, dass du weißt, wo dein Handtuch liegt.</para>
|
2006-10-07 13:51:27 +00:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect1>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<sect1 id="bugs-audio">
|
|
|
|
<title>Verschiedene A-V-Sync und andere Audioprobleme</title>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<sect2 id="bugs-delay-all">
|
2006-10-30 16:59:40 +00:00
|
|
|
<title>Allgemeine Audioverzögerung oder mieser Ton (existiert bei allen oder vielen Videodateien)</title>
|
2006-10-07 13:51:27 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Meistens fehlerhafter Audiotreiber! - Versuche, verschiedene Treiber zu verwenden, probiere
|
|
|
|
OSS-Emulation von ALSA mit der Option <option>-ao oss</option> und auch <option>-ao sdl</option>,
|
|
|
|
das hilft manchmal. Wenn deine Datei mit der Option <option>-nosound</option> gut abspielbar ist,
|
|
|
|
handelt es sich sicher um ein Problem mit der Soundkarte (dem Treiber).
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
2006-10-30 16:59:40 +00:00
|
|
|
<para>Audiopuffer-Probleme (Puffergröße schlecht erkannt)</para>
|
2006-10-07 13:51:27 +00:00
|
|
|
<para>Workaround: <application>MPlayer</application>s Option <option>-abs</option></para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
Probleme mit der Samplerate - vielleicht unterstützt deine Karte nicht die Samplerate
|
2006-10-07 13:51:27 +00:00
|
|
|
deiner Dateien - probiere den Resample-Filter (<option>-af resample=...</option>)
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
|
|
|
<para>langsame Maschine (CPU oder VGA)</para>
|
|
|
|
<para>probiere es mit <option>-vo null</option>, wenn das gut abspielt, hast du eine langsame
|
|
|
|
VGA-Karte/Treiber</para>
|
|
|
|
<para>Workaround: kaufe eine schnellere Karte oder lies die Dokumentationsteil, der
|
|
|
|
Geschwindigkeitsoptimierung behandelt</para>
|
2006-10-30 16:59:40 +00:00
|
|
|
<para>Probiere außerdem <option>-framedrop</option></para>
|
2006-10-07 13:51:27 +00:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<sect2 id="bugs-delay-specific">
|
2006-10-30 16:59:40 +00:00
|
|
|
<title>Audioverzögerung/-desynchronisation speziell bei einer oder wenigen Dateien</title>
|
2006-10-07 13:51:27 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>schlechte Datei</para>
|
|
|
|
<para>
|
|
|
|
Workaround:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
Option <option>-ni</option> oder <option>-nobps</option> (für
|
2006-10-07 13:51:27 +00:00
|
|
|
nicht-interleaved- oder schlechte Dateien)
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
und/oder
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
<option>-mc 0</option> (erforderlich für Dateien mit schlecht interleavedem VBR-Audio)
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
und/oder
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
<option>-delay</option> oder <keycap>+</keycap>/<keycap>-</keycap>
|
2006-10-30 16:59:40 +00:00
|
|
|
Tasten zur Laufzeit, um die Verzögerung anzupassen
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2006-10-30 16:59:40 +00:00
|
|
|
Wenn nichts davon hilft, lade die Datei bitte hoch, wir überprüfen (und fixen) das.
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
deine Soundkarte unterstützt keine Wiedergabe bei 48kHz
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Workaround: Kaufe eine bessere Soundkarte... oder versuche, fps um 10% zu senken
|
|
|
|
(benutze <option>-fps 27</option> bei einem 30fps-Film) oder verwende den Filter resample
|
|
|
|
</para>
|
|
|
|
</listitem>
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-07 14:05:54 +00:00
|
|
|
langsamer Rechner (wenn A-V nicht um 0 ist und die letzte Zahl in der Statuszeile ansteigt)
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Workaround: <option>-framedrop</option>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<sect2 id="bugs-nosound">
|
2006-10-30 16:59:40 +00:00
|
|
|
<title>Überhaupt kein Ton</title>
|
2006-10-07 13:51:27 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
deine Datei enthält einen nicht-unterstützten Audiocodec
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
Lösung: lies die Dokumentation und hilf uns, Unterstützung dafür hinzuzufügen
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<sect2 id="bugs-nopicture">
|
2006-10-30 16:59:40 +00:00
|
|
|
<title>Überhaupt kein Bild (nur graues/grünes Fenster)</title>
|
2006-10-07 13:51:27 +00:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
deine Datei enthält einen nicht-unterstützten Videocodec
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
Lösung: lies die Dokumentation und hilf uns, Unterstützung dafür hinzuzufügen
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
automatisch ausgewählter Codec kann die Datei nicht decodieren - probier, mit
|
|
|
|
den Optionen <option>-vc</option> oder <option>-vfm</option> einen anderen auszuwählen
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 14:05:54 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<sect2 id="bugs-video">
|
|
|
|
<title>Video-out-Probleme</title>
|
|
|
|
<para>
|
|
|
|
Beachte zuerst, dass die Optionen <option>-fs</option>, <option>-vm</option> und
|
2006-10-30 16:59:40 +00:00
|
|
|
<option>-zoom</option> nicht von allen Treibern unterstützt werden.
|
|
|
|
Außerdem unterstützen nicht alle Treiber Skalierung/Zoomen in Hardware.
|
2006-10-07 13:51:27 +00:00
|
|
|
</para>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<formalpara>
|
|
|
|
<title>OSD/Untertitel-Flimmern</title>
|
|
|
|
<para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
x11-Treiber: Sorry, kann im Moment nicht behoben werden
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
xv-Treiber: benutze die Option <option>-double</option>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</formalpara>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
<formalpara>
|
2006-10-30 16:59:40 +00:00
|
|
|
<title>Grünes Bild bei mga_vid (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
|
2006-10-07 13:51:27 +00:00
|
|
|
<para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2006-10-30 16:59:40 +00:00
|
|
|
mga_vid hat die Größe deines RAMs falsch erkannt, lade es neu mit der Option
|
2006-10-07 13:51:27 +00:00
|
|
|
<option>mga_ram_size</option>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
</formalpara>
|
|
|
|
</sect2>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
</sect1>
|
2006-04-17 00:13:07 +00:00
|
|
|
|
2006-10-07 13:51:27 +00:00
|
|
|
</appendix>
|