X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fcodecs.texi;h=40f64fe4c88b88df9b9bab6d8a2356cbd4b9b83c;hb=3385989b98be7940044e4f0a6b431a0a00abf2fa;hp=1f74c83554411acc82fc6204c64be64224c3f9c4;hpb=d61f93bf04eb90d3998d654e233fcaa87e86768a;p=ffmpeg diff --git a/doc/codecs.texi b/doc/codecs.texi index 1f74c835544..40f64fe4c88 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -1258,7 +1258,7 @@ Interlaced video, top coded first, bottom displayed first Interlaced video, bottom coded first, top displayed first @end table -@item skip_alpha @var{integer} (@emph{decoding,video}) +@item skip_alpha @var{bool} (@emph{decoding,video}) Set to 1 to disable processing alpha (transparency). This works like the @samp{gray} flag in the @option{flags} option which skips chroma information instead of alpha. Default is 0. @@ -1279,6 +1279,16 @@ ffprobe -dump_separator " Maximum number of pixels per image. This value can be used to avoid out of memory failures due to large images. +@item apply_cropping @var{bool} (@emph{decoding,video}) +Enable cropping if cropping parameters are multiples of the required +alignment for the left and top parameters. If the alignment is not met the +cropping will be partially applied to maintain alignment. +Default is 1 (enabled). +Note: The required alignment depends on if @code{AV_CODEC_FLAG_UNALIGNED} is set and the +CPU. @code{AV_CODEC_FLAG_UNALIGNED} cannot be changed from the command line. Also hardware +decoders will not apply left/top Cropping. + + @end table @c man end CODEC OPTIONS