diff options
author | Marton Balint <cus@passwd.hu> | 2015-07-02 23:20:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-17 00:12:04 +0200 |
commit | 5117b5e9aaa0372b023dcdf8353173715da37246 (patch) | |
tree | c1abc7c5397ad6414b446e707d482e3f9dccf03d /doc/demuxers.texi | |
parent | 25a6711c2548c759554933f18841c3cacbf83497 (diff) | |
download | ffmpeg-5117b5e9aaa0372b023dcdf8353173715da37246.tar.gz |
concatdec: add support for injecting packet metadata
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 50b5688388..e45e1afd9f 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -148,6 +148,11 @@ stream until Out point. The duration of the files (if not specified by the @code{duration} directive) will be reduced based on their specified Out point. +@item @code{file_packet_metadata @var{key=value}} +Metadata of the packets of the file. The specified metadata will be set for +each file packet. You can specify this directive multiple times to add multiple +metadata entries. + @item @code{stream} Introduce a stream in the virtual file. All subsequent stream-related directives apply to the last introduced |