diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 21:06:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 23:13:45 +0100 |
commit | 2a0349786a58180ff21a40d71cc64860ead66645 (patch) | |
tree | d058c5646b4f6f6f183b673973d0411c189f5dd1 /doc/ffserver.texi | |
parent | 77f5cb92aff4e319f6dd804e959d466cee63c4fb (diff) | |
download | ffmpeg-2a0349786a58180ff21a40d71cc64860ead66645.tar.gz |
doc/ffserver: document InputFormat stream option
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r-- | doc/ffserver.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi index a70e23102f..7a20aea8f5 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -385,6 +385,9 @@ Set the format of the output stream. Must be the name of a format recognized by FFmpeg. If set to @samp{status}, it is treated as a status stream. +@item InputFormat @var{format_name} +Set input format. If not specified, it is automatically guessed. + @item AudioBitRate @var{rate} Set bitrate for the audio stream in KB per second. |