[FFmpeg-cvslog] doc/ffmpeg.texi: document the new -sdp_file option

Simon Thelen git at videolan.org
Sun Dec 28 20:40:54 CET 2014


ffmpeg | branch: master | Simon Thelen <ffmpeg-dev at c-14.de> | Sun Dec 28 14:51:15 2014 +0100| [750b10ff85d42d9e18f65b2ca8db3549fc840d37] | committer: Michael Niedermayer

doc/ffmpeg.texi: document the new -sdp_file option

Signed-off-by: Simon Thelen <ffmpeg-dev at c-14.de>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=750b10ff85d42d9e18f65b2ca8db3549fc840d37
---

 doc/ffmpeg.texi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index d774aba..6de5004 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}.
 
+ at 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.



More information about the ffmpeg-cvslog mailing list