diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-26 12:56:36 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-27 16:56:47 +0100 |
commit | 27db2bf0009345a50f97f2516ebc458535442745 (patch) | |
tree | 53f9c31ca7f01983e65df11240f9bea25386f14f /doc | |
parent | 43af18ef8bd97123b85c02877aa22a0f4ea56ab5 (diff) | |
download | ffmpeg-27db2bf0009345a50f97f2516ebc458535442745.tar.gz |
ffmpeg: remove -crop* and -pad* options
The options have been deprecated and are non-operational since more than
two years.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 034ca13bfb..4761d39a83 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -451,21 +451,6 @@ form @var{num}:@var{den}, where @var{num} and @var{den} are the numerator and denominator of the aspect ratio. For example "4:3", "16:9", "1.3333", and "1.7777" are valid argument values. -@item -croptop @var{size} -@item -cropbottom @var{size} -@item -cropleft @var{size} -@item -cropright @var{size} -All the crop options have been removed. Use -vf -crop=width:height:x:y instead. - -@item -padtop @var{size} -@item -padbottom @var{size} -@item -padleft @var{size} -@item -padright @var{size} -@item -padcolor @var{hex_color} -All the pad options have been removed. Use -vf -pad=width:height:x:y:color instead. - @item -vn (@emph{output}) Disable video recording. |