[FFmpeg-cvslog] r24036 - trunk/doc/ffmpeg-doc.texi
stefano
subversion
Sun Jul 4 12:49:59 CEST 2010
Author: stefano
Date: Sun Jul 4 12:49:58 2010
New Revision: 24036
Log:
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 at gm41l.c0m>" | tr "04731" "oatei").
Modified:
trunk/doc/ffmpeg-doc.texi
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi Sun Jul 4 06:59:12 2010 (r24035)
+++ trunk/doc/ffmpeg-doc.texi Sun Jul 4 12:49:58 2010 (r24036)
@@ -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}
+ at item -croptop @var{size} (deprecated - use -vf crop=width:height:x:y instead)
Set top crop band size (in pixels).
- at item -cropbottom @var{size}
+ at item -cropbottom @var{size} (deprecated - use -vf crop=width:height:x:y instead)
Set bottom crop band size (in pixels).
- at item -cropleft @var{size}
+ at item -cropleft @var{size} (deprecated - use -vf crop=width:height:x:y instead)
Set left crop band size (in pixels).
- at item -cropright @var{size}
+ at 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).
More information about the ffmpeg-cvslog
mailing list