diff options
author | Bodecs Bela <bodecsb@vivanet.hu> | 2018-02-25 17:07:40 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2018-03-01 12:54:06 +0100 |
commit | d7239944499687b4329ac3484d0b00bd92617847 (patch) | |
tree | 619b530a676beeca7433a9128cd783e9f951372a /doc/filters.texi | |
parent | 40102a21374096ce0ba05c67c6e7474f176af2d0 (diff) | |
download | ffmpeg-d7239944499687b4329ac3484d0b00bd92617847.tar.gz |
avfilter/avf_concat: add next command
This patch makes it possible to dinamically close the current segment
and step to the next one by introducing command handling capabilities
into the filter. This new feature is very usefull when working with
real-time sources or live streams as source. Combinig usage with zmqsend
tool you can interactively end the current segment and step to next one.
Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7908c51d48..7151d4c748 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18153,6 +18153,14 @@ do not have exactly the same duration in the first file. @end itemize +@subsection Commands + +This filter supports the following commands: +@table @option +@item next +Close the current segment and step to the next one +@end table + @section drawgraph, adrawgraph Draw a graph using input video or audio metadata. |