summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/faq.xml
diff options
context:
space:
mode:
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>