[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.53,1.54

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Mon Nov 29 13:47:04 CET 2004


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv5308

Modified Files:
	faq.xml 
Log Message:
FAQ about audio-only encoding (approved by Diego)


Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- faq.xml	24 Nov 2004 11:23:21 -0000	1.53
+++ faq.xml	29 Nov 2004 12:47:02 -0000	1.54
@@ -1439,6 +1439,26 @@
 </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>
 




More information about the MPlayer-DOCS mailing list