summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-28 18:51:45 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-29 06:22:10 +0200
commitc922816d31abec986e7b719812707ebab6e333f3 (patch)
tree0e6fea1b80b1421ba7a262e09e5fa9eaf2e0d0b1 /doc/avconv.texi
parented5b13265e788f7a3fdb456f56b719c41964bcb5 (diff)
avconv: remove stubs of crop* and pad* options
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index a0368a5afe..959b781349 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -274,20 +274,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
Disable video recording.
@item -bt @var{tolerance}