[SCM] libav/experimental: Add notices for the -crop* options in the ffmpeg manual, stating that the options are deprecated and that -vf crop should be used instead.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:10:19 UTC 2013


The following commit has been merged in the experimental branch:
commit dbb113e89e104f1b801d893fe1443180c0f317a5
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Jul 4 10:49:58 2010 +0000

    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").
    
    Originally committed as revision 24036 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 8af905e..6eb3f9a 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).
- 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).

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list