diff options
author | Nicolas George <george@nsup.org> | 2021-08-31 15:57:48 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2021-09-16 10:17:59 +0200 |
commit | 2263ff505c986f03005674072c1d46f0723143ea (patch) | |
tree | acb3394d77924bb6384a113615aa1a7484c1e6b0 /doc/demuxers.texi | |
parent | 1a0aff8ca56d3695eedbc015f7f7dad991ef9bf5 (diff) | |
download | ffmpeg-2263ff505c986f03005674072c1d46f0723143ea.tar.gz |
lavf/concat: add support for chapters
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 6bb0574e94..0c347e3f47 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -184,6 +184,10 @@ Can be present multiple times. @item @code{stream_codec @var{value}} Codec for the stream. +@item @code{cahpter @var{id} @var{start} @var{end}} +Add a chapter. @var{id} is an unique identifier, possibly small and +consecutive. + @end table @subsection Options |