Extract audio from video file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 20 Dec 2013 22:43:44 +0200
changeset 1532 53d1eee0ee05
parent 1531 330085d06687
child 1533 38f62ec2f1ed
Extract audio from video file.
video.rst
--- a/video.rst	Thu Dec 19 13:46:22 2013 +0200
+++ b/video.rst	Fri Dec 20 22:43:44 2013 +0200
@@ -61,7 +61,10 @@
 
 Extract audio from video file.
 ==============================
-::
+
+``$NO`` - autio strean number::
+
+  $ ffmpeg -i $IN -c:a:$NO $OUT.pm3
 
   $ mplayer -ao pcm:fast:file=audio.wav -vc null -vo null  input.avi