X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fcodecs.texi;h=0d0de94c5491131af62384143e316ee4ae6f6d42;hb=e26fb6a714f6d86aca05361a0bab7eb84ef642f4;hp=3770f4f53bdad6174fa4be7d64063b5f78b132a4;hpb=b1b0e532583e26f18ba27f3cc8775dbd62f3bc2b;p=ffmpeg diff --git a/doc/codecs.texi b/doc/codecs.texi index 3770f4f53bd..0d0de94c549 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -55,6 +55,9 @@ Do not draw edges. @item psnr Set error[?] variables during encoding. @item truncated +@item drop_changed +Don't output frames whose parameters differ from first decoded frame in stream. +Error AVERROR_INPUT_CHANGED is returned when a frame is dropped. @item ildct Use interlaced DCT. @@ -775,8 +778,6 @@ Place global headers at every keyframe instead of in extradata. Frame data might be split into multiple chunks. @item showall Show all frames before the first keyframe. -@item skiprd -Deprecated, use mpegvideo private options instead. @item export_mvs Export motion vectors into frame side-data (see @code{AV_FRAME_DATA_MOTION_VECTORS}) for codecs that support it. See also @file{doc/examples/export_mvs.c}. @@ -962,6 +963,9 @@ Discard all bidirectional frames. @item nokey Discard all frames excepts keyframes. +@item nointra +Discard all frames except I frames. + @item all Discard all frames. @end table @@ -1232,7 +1236,7 @@ instead of alpha. Default is 0. @item dump_separator @var{string} (@emph{input}) Separator used to separate the fields printed on the command line about the Stream parameters. -For example to separate the fields with newlines and indention: +For example, to separate the fields with newlines and indentation: @example ffprobe -dump_separator " " -i ~/videos/matrixbench_mpeg2.mpg