Commit dbb113e8 authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent 105b3785
......@@ -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).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment