summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/faq.xml
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-29 12:47:02 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-29 12:47:02 +0000
commit6749ab2b3bdb91bc34eb0e105f8cc25788860406 (patch)
treea2fed06d8d2c9fc112380241a9a8e22a30c391a1 /DOCS/xml/en/faq.xml
parent2e74dee0ac2445d08fa7b109f2a13e64b46a595d (diff)
downloadmpv-6749ab2b3bdb91bc34eb0e105f8cc25788860406.tar.bz2
mpv-6749ab2b3bdb91bc34eb0e105f8cc25788860406.tar.xz
FAQ about audio-only encoding (approved by Diego)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14061 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r--DOCS/xml/en/faq.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 934bb9d423..68ee342c16 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1439,6 +1439,26 @@ respectively) option to <application>MEncoder</application>.
</para></answer>
</qandaentry>
+<qandaentry>
+<question><para>
+How do I encode only sound from a music video?
+</para></question>
+<answer><para>
+It's not possible directly, but you can try this (note the
+<emphasis role="bold">&amp;</emphasis> at the end of
+<command>mplayer</command> command):
+<screen>
+ mkfifo encode
+ mplayer -ao pcm -aofile encode dvd://1 &amp;
+ lame <replaceable>your_opts</replaceable> encode music.mp3
+ rm encode
+</screen>
+This allows you to use any encoder, not only <application>LAME</application>,
+just replace <command>lame</command> with your favorite audio encoder in the
+above command.
+</para></answer>
+</qandaentry>
+
</qandadiv>
</qandaset>