diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-04 10:49:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-04 10:49:58 +0000 |
commit | dbb113e89e104f1b801d893fe1443180c0f317a5 (patch) | |
tree | e4d6de1fff5a2d546781d7a925edc8437b7eedc2 | |
parent | 105b37859b97115cb686b291e93c5a588969b2d9 (diff) | |
download | ffmpeg-dbb113e89e104f1b801d893fe1443180c0f317a5.tar.gz |
Add notices for the -crop* options in the ffmpeg manual, stating that
the options are deprecated and that -vf crop should be used instead.
Based on a patch by John Calcote $(echo "<j0hn.c4lc073@gm41l.c0m>" | tr "04731" "oatei").
Originally committed as revision 24036 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 8af905e91e..6eb3f9a65a 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} +@item -croptop @var{size} (deprecated - use -vf crop=width:height:x:y instead) Set top crop band size (in pixels). -@item -cropbottom @var{size} +@item -cropbottom @var{size} (deprecated - use -vf crop=width:height:x:y instead) Set bottom crop band size (in pixels). -@item -cropleft @var{size} +@item -cropleft @var{size} (deprecated - use -vf crop=width:height:x:y instead) Set left crop band size (in pixels). -@item -cropright @var{size} +@item -cropright @var{size} (deprecated - use -vf crop=width:height:x:y instead) Set right crop band size (in pixels). @item -padtop @var{size} Set top pad band size (in pixels). |