[FFmpeg-cvslog] r14431 - trunk/doc/ffmpeg-doc.texi

diego subversion
Sun Jul 27 21:38:25 CEST 2008


Author: diego
Date: Sun Jul 27 21:38:25 2008
New Revision: 14431

Log:
Fix and clarify invalid examples for framerate override in the documentation.
patch by tripp, eliared yahoo com


Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	(original)
+++ trunk/doc/ffmpeg-doc.texi	Sun Jul 27 21:38:25 2008
@@ -164,19 +164,15 @@ then applied to the next input or output
 ffmpeg -i input.avi -b 64k output.avi
 @end example
 
-* To force the frame rate of the input and output file to 24 fps:
- at example
-ffmpeg -r 24 -i input.avi output.avi
- at end example
-
 * To force the frame rate of the output file to 24 fps:
 @example
 ffmpeg -i input.avi -r 24 output.avi
 @end example
 
-* To force the frame rate of input file to 1 fps and the output file to 24 fps:
+* To force the frame rate of the input file (valid for raw formats only)
+to 1 fps and the frame rate of the output file to 24 fps:
 @example
-ffmpeg -r 1 -i input.avi -r 24 output.avi
+ffmpeg -r 1 -i input.m2v -r 24 output.avi
 @end example
 
 The format option may be needed for raw input files.




More information about the ffmpeg-cvslog mailing list