# HG changeset patch
# User nicolas
# Date 1051805322 0
# Node ID 47ebc28813aa9ddfc22ee900d18ebdf670eb2d74
# Parent 78557a55801f29ad60b73b5978d68ba2f8d9bf47
various fixes and updates
diff -r 78557a55801f -r 47ebc28813aa DOCS/xml/en/faq.xml
--- a/DOCS/xml/en/faq.xml Thu May 01 13:33:58 2003 +0000
+++ b/DOCS/xml/en/faq.xml Thu May 01 16:08:42 2003 +0000
@@ -158,10 +158,10 @@
about "undefined reference to `SDL_EnableKeyRepeat'". What now?
-Where did you install the SDL library? If you installed in /usr/local
-(the default) then edit the top level config.mak and add
-"-L/usr/local/lib" after "X_LIBS=". Now type
-make. You're done!
+Where did you install the SDL library? If you installed in
+/usr/local (the default) then edit the
+top level config.mak and add "-L/usr/local/lib"
+after "X_LIBS=". Now type make. You're done!
@@ -197,7 +197,7 @@
-Are there rpm/deb/... packages of MPlayer?
+Are there rpm/deb/... packages of MPlayer?
You can make a .deb package for yourself, check the
@@ -302,7 +302,7 @@
General questions
-How do I create a proper patch for MPlayer?
+How do I create a proper patch for MPlayer?
We made a short document
@@ -312,7 +312,7 @@
-How can I support MPlayer development?
+How can I support MPlayer development?
We are more than happy to accept your hardware and software
@@ -323,7 +323,7 @@
-How can I become an MPlayer developer?
+How can I become an MPlayer developer?
We always welcome coders and documenters. Read the
@@ -336,7 +336,7 @@
-Can I run multiple instances of MPlayer?
+Can I run multiple instances of MPlayer?
Yes. Some video out drivers like xv, dga or (x)mga are exclusive, some are
@@ -436,7 +436,7 @@
-Are there any mailing lists on MPlayer?
+Are there any mailing lists on MPlayer?
Yes. See the bottom of the info page on
@@ -451,7 +451,7 @@
Please read the
-bug reporting guidelines
+bug reporting guidelines
and follow the instructions.
@@ -481,7 +481,7 @@
-And what is "Faszom(C)ounter"
+And what is "Faszom(C)ounter"?
"Fasz" is a Hungarian word you don't want to know, the others are
@@ -528,7 +528,7 @@
What exactly is this libavcodec thing?
-
+See the libavcodec section.
@@ -537,15 +537,6 @@
But configure tells me "Checking for libavcodec ... no"!
-See the libavcodec section.
-
-
-
-
-
-Icewm's taskbar keeps covering the movie in fullscreen mode!
-
-
You need to get libavcodec from FFmpeg's CVS. Read the instructions in the
libavcodec section.
@@ -553,8 +544,7 @@
-I can't access the GUI menu. I press right click, but I can't
-access any menu items!
+Icewm's taskbar keeps covering the movie in fullscreen mode!
This shouldn't happen anymore, if it still does use the
@@ -565,6 +555,20 @@
+I can't access the GUI menu. I press right click, but I can't
+access any menu items!
+
+
+Are you using FVWM? Try the following:
+
+Start -> Settings -> Configuration -> Base Configuration
+Set "Use Applications position hints" to "Yes"
+
+
+
+
+
+
How can I run MPlayer in the background?
@@ -586,20 +590,22 @@
-Probably the audio uses a codec not natively supported by MPlayer. Install the
-Win32 codec package as described in the README or in the
-Installation section.
+Probably the audio uses a codec not natively supported by MPlayer.
+Install the Win32 codec package as described in the README
+or in the Installation section.
-... works with avifile/aviplay but doesn't with MPlayer.
+... works with avifile/aviplay but doesn't with
+MPlayer.
-MPlayer is not avifile. The only common thing between these players is the Win32
-DLL loader. The codecs (DLL) set, synchronization, demultiplexing etc is totally
-different and shouldn't be compared. If something works with aviplay it doesn't
-mean that MPlayer will work and vice versa.
+MPlayer is not avifile.
+The only common thing between these players is the Win32 DLL loader. The codecs
+(DLL) set, synchronization, demultiplexing etc is totally different and shouldn't
+be compared. If something works with aviplay it doesn't
+mean that MPlayer will work and vice versa.
@@ -682,7 +688,7 @@
arts sound, specify audio output via our native arts audio driver
(). If it fails or isn't compiled in, try SDL
() and make sure your SDL can handle arts sound. Yet
-another option is to start MPlayer with artsdsp.
+another option is to start MPlayer with artsdsp.
@@ -776,9 +782,10 @@
It's an effect of the power management / power saving system of your notebook
-(BIOS, not kernel). Plug the external power connector in before you power on
-your notebook. You can also try whether
-cpufreq (a SpeedStep interface for Linux) helps you.
+(BIOS, not kernel). Plug the external power connector in
+before you power on your notebook. You can also
+try whether cpufreq
+(a SpeedStep interface for Linux) helps you.
@@ -794,12 +801,11 @@
-While playing a movie it suddenly gets jerky and I get
-the following message:
+While playing a movie it suddenly gets jerky and I get the following message:
Badly interleaved AVI file detected - switching to -ni mode...
-Badly interleaved files and don't work well together.
+Badly interleaved files and don't work well together.
Try .
@@ -962,6 +968,17 @@
+Can I compile libdvdread and libdvdcss on my sweet SPARC under Solaris?
+
+
+Who knows ... It's said to work, so please test it and send feedback. Refer to
+the documentation of libdvdread and its homepage as well. We're not the authors
+of libdvdread. Use libmpdvdkit2, which is present
+in MPlayer source, and used by default.
+
+
+
+
What about subtitles? Can MPlayer display them?
@@ -973,7 +990,7 @@
How can I set the region code of my DVD-drive? I don't have Windows!
-Use the regionset tool
+Use the regionset tool.
@@ -1062,8 +1079,47 @@
Encoding
-My tuner works, I can hear the sound and watch the video with MPlayer,
-but MEncoder doesn't encode audio!
+How can I encode?
+
+
+Read the MEncoder documentation
+
+
+
+
+How can I create VCDs?
+
+
+Try the mencvcd script from the TOOLS
+subdirectory. With it you can encode DVDs or other movies to VCD or SVCD format
+and even burn them directly to CD.
+
+
+
+
+How can I join two video files?
+
+
+This has been discussed to no end on mplayer-users. Go search the
+archives
+for a complete answer. This is a complicated topic and your mileage may vary a
+lot depending on the kind of files you want to merge. MPEGs can be concatenated
+into a single file with luck. For AVIs there are two tools,
+avidemux and
+avimerge (part of the
+transcode
+tool set), available that might do the job. You can also try MEncoder
+if you have two files sharing the same dimensions and codec. Try
+
+ cat file1 file2 > file3
+ mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi
+
+
+
+
+
+My tuner works, I can hear the sound and watch the video with MPlayer,
+but MEncoder doesn't encode audio!
TV audio encoding for Linux is currently unimplemented, we're working
@@ -1080,7 +1136,7 @@
-MEncoder segfaults on startup!
+MEncoder segfaults on startup!
Upgrade DivX4Linux.
@@ -1104,7 +1160,7 @@
-Why is the recommended bitrate printed by MEncoder negative?
+Why is the recommended bitrate printed by MEncoder negative?
Because the bitrate you encoded the audio with is too large to fit the