diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-15 16:27:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-12-16 14:03:57 +0100 |
commit | 30d770ca448131fba207d9603ff438dea15d10ba (patch) | |
tree | 74004cbfc747e15e5cde3e16282ded3b3e903f28 /doc/ffmpeg.texi | |
parent | 83a04f103d387a8b7f574d97d340d90f42fc18de (diff) | |
download | ffmpeg-30d770ca448131fba207d9603ff438dea15d10ba.tar.gz |
ffmpeg: Allow specifying the program number for created programs
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 6307470d08..a38a32e17d 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -355,9 +355,9 @@ To set the language of the first audio stream: ffmpeg -i INPUT -metadata:s:a:0 language=eng OUTPUT @end example -@item -program [title=@var{title}:]st=@var{stream}[:st=@var{stream}...] (@emph{output}) +@item -program [title=@var{title}:][program_num=@var{program_num}:]st=@var{stream}[:st=@var{stream}...] (@emph{output}) -Creates a program with the specified @var{title} and adds the specified +Creates a program with the specified @var{title}, @var{program_num} and adds the specified @var{stream}(s) to it. @item -target @var{type} (@emph{output}) |