diff options
author | Stefan de Konink <stefan@.konink.de> | 2010-07-11 11:56:56 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-11 11:56:56 +0000 |
commit | 0461367cec948a37ed6ad86bf066698dedbc028e (patch) | |
tree | cdf1b994b39e599142b888e9f641eecbe5661295 | |
parent | dc6cf61e331557eb275a44d7a31df8e781bbb22b (diff) | |
download | ffmpeg-0461367cec948a37ed6ad86bf066698dedbc028e.tar.gz |
Fix crop filter syntax shown for the -crop* options in the ffmpeg man
page.
Patch by Stefan de Konink /$name/@/konink/de.
Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 07d942afcc..7e3abadbb8 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -226,13 +226,13 @@ The following abbreviations are recognized: @item -aspect @var{aspect} Set aspect ratio (4:3, 16:9 or 1.3333, 1.7777). -@item -croptop @var{size} (deprecated - use -vf crop=width:height:x:y instead) +@item -croptop @var{size} (deprecated - use -vf crop=x:y:width:height instead) Set top crop band size (in pixels). -@item -cropbottom @var{size} (deprecated - use -vf crop=width:height:x:y instead) +@item -cropbottom @var{size} (deprecated - use -vf crop=x:y:width:height instead) Set bottom crop band size (in pixels). -@item -cropleft @var{size} (deprecated - use -vf crop=width:height:x:y instead) +@item -cropleft @var{size} (deprecated - use -vf crop=x:y:width:height instead) Set left crop band size (in pixels). -@item -cropright @var{size} (deprecated - use -vf crop=width:height:x:y instead) +@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} |