Penguin

Differences between version 14 and previous revision of FFmpeg.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 14 Last edited on Saturday, June 6, 2009 1:00:39 am by JohnBillings Revert
Older page: version 13 Last edited on Saturday, June 6, 2009 12:59:09 am by JohnBillings Revert
@@ -21,9 +21,9 @@
 The ''mapping-options'' allow the specification of which streams from whicn input file(s) are mapped onto which streams in the output file(s). These are only necessary if FFmpeg can't figure out the right thing to do. 
  
 !!Tips 
  
-!Extract an audio file from an MP4 video file: 
+!Extract an audio file from a MP4 or other video file: 
  
 ffmpeg -i Videofile.mp4 -vn -acodec mp3 audiofile.mp3 
  
 Result on Ubuntu 9.04: