summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-04 16:29:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-04 16:29:23 +0000
commit4276143f28b2cd03e21813fecd826b7fea560e95 (patch)
tree634da2cb67825a6e8db33757523cf9ed3fff584b
parent834e85efccc4c85c66bd18395ead703fe1cc02ab (diff)
downloadmpv-4276143f28b2cd03e21813fecd826b7fea560e95.tar.bz2
mpv-4276143f28b2cd03e21813fecd826b7fea560e95.tar.xz
MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16659 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/faq.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 249d0a2ae7..e932ebc686 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1025,6 +1025,39 @@ terms of functionality, and is supported by all decent players.
</para></answer>
</qandaentry>
+<qandaentry>
+<question><para>
+How can I encode an audio only file?
+</para></question>
+<answer><para>
+Use <filename>aconvert</filename> from the
+<filename class="directory">TOOLS</filename>
+subdirectory in the MPlayer source tree.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
+How can I play subtitles embedded in AVI?
+</para></question>
+<answer><para>
+Use <filename>avisubdump.c</filename> from the
+<filename class="directory">TOOLS</filename> subdirectory or read
+<ulink url="http://xlife.zuavra.net/curse/0012/">this document about extracting/demultiplexing subtitles embedded in OpenDML AVI files</ulink>.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
+MPlayer won't...
+</para></question>
+<answer><para>
+Have a look at the <filename class="directory">TOOLS</filename>
+subdirectory for a collection of random scripts and hacks.
+<filename>TOOLS/README</filename> contains documentation.
+</para></answer>
+</qandaentry>
+
</qandadiv>
</qandaset>