summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorSimon Thelen <ffmpeg-dev@c-14.de>2014-12-28 14:51:15 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-28 19:16:21 +0100
commit750b10ff85d42d9e18f65b2ca8db3549fc840d37 (patch)
tree7f6c18424e6b5b43d184eded40e2b46499d15b8e /doc/ffmpeg.texi
parent9c3a8693a20da3ad89a327bf778e13c2cd74c81c (diff)
doc/ffmpeg.texi: document the new -sdp_file option
Signed-off-by: Simon Thelen <ffmpeg-dev@c-14.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index d774aba45d..6de5004380 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1160,6 +1160,11 @@ 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 -sdp_file @var{file} (@emph{global})
+Print sdp information to @var{file}.
+This allows dumping sdp information when at least one output isn't an
+rtp stream.
+
@item -discard (@emph{input})
Allows discarding specific streams or frames of streams at the demuxer.
Not all demuxers support this.