Browse Source

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>
tags/n2.6
Simon Thelen Michael Niedermayer 10 years ago
parent
commit
750b10ff85
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/ffmpeg.texi

+ 5
- 0
doc/ffmpeg.texi View File

@@ -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.


Loading…
Cancel
Save