Extract audio from video file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 14 Aug 2012 16:20:34 +0300
changeset 1359 9ea67efc1fac
parent 1358 7a93143dbf53
child 1360 380c5205ef4e
Extract audio from video file.
video.rst
--- a/video.rst	Tue Aug 14 16:19:43 2012 +0300
+++ b/video.rst	Tue Aug 14 16:20:34 2012 +0300
@@ -50,6 +50,12 @@
   http://wiki.debian.org/Webcam
                 Debian wiki.
 
+Extract audio from video file.
+==============================
+::
+
+  $ mplayer -ao pcm:fast:file=audio.wav -vc null -vo null  input.avi
+
 Synchronise video and audio streams.
 ====================================
 ::