]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffmpeg.texi
mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_display_exte...
[ffmpeg] / doc / ffmpeg.texi
index 0f6c093493bd3238b39d79c055b4aeae19bebe89..68fd12f1582ea179bc0490f321e7b9111d846b80 100644 (file)
@@ -1146,6 +1146,30 @@ requested by @command{ffserver}.
 The option is intended for cases where features are needed that cannot be
 specified to @command{ffserver} but can be to @command{ffmpeg}.
 
+@item -discard (@emph{input})
+Allows discarding specific streams or frames of streams at the demuxer.
+Not all demuxers support this.
+
+@table @option
+@item none
+Discard no frame.
+
+@item default
+Default, which discards no frames.
+
+@item noref
+Discard all non-reference frames.
+
+@item bidir
+Discard all bidirectional frames.
+
+@item nokey
+Discard all frames excepts keyframes.
+
+@item all
+Discard all frames.
+@end table
+
 @end table
 
 As a special exception, you can use a bitmap subtitle stream as input: it