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

stefano subversion
Sun Jul 11 13:56:56 CEST 2010


Author: stefano
Date: Sun Jul 11 13:56:56 2010
New Revision: 24192

Log:
Fix crop filter syntax shown for the -crop* options in the ffmpeg man
page.

Patch by Stefan de Konink /$name/@/konink/de.

Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Sun Jul 11 13:54:48 2010	(r24191)
+++ trunk/doc/ffmpeg-doc.texi	Sun Jul 11 13:56:56 2010	(r24192)
@@ -226,13 +226,13 @@ The following abbreviations are recogniz
 
 @item -aspect @var{aspect}
 Set aspect ratio (4:3, 16:9 or 1.3333, 1.7777).
- at item -croptop @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -croptop @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set top crop band size (in pixels).
- at item -cropbottom @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -cropbottom @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set bottom crop band size (in pixels).
- at item -cropleft @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -cropleft @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set left crop band size (in pixels).
- at item -cropright @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -cropright @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set right crop band size (in pixels).
 @item -padtop @var{size}
 @item -padbottom @var{size}



More information about the ffmpeg-cvslog mailing list