Changeset 1029822a in ffmpeg

Timestamp:
Jun 24, 2013, 10:13:47 PM (11 years ago)
Author:
Clément Bœsch <ubitux@gmail.com>
Branches:
master
Children:
cea8a007
Parents:
bc35df29
git-author:
Matthew Heaney <matthewjheaney@google.com> (06/24/13 18:20:32)
git-committer:
Clément Bœsch <ubitux@gmail.com> (06/24/13 22:13:47)
Message:

lavf/webvttdec: use private option to specify WebVTT kind

WebVTT subtitle tracks have four kinds. Certain downstream muxers
(such as for WebM) need to know which WebVTT kind this is, in order to
specify the codec id of the output track.

A new private input option, "-kind", has been added to the WebVTT
demuxer. It accepts as a value any of "subtitles" (the default),
"captions", "descriptions", and "metadata". The kind option value is
used to assign a value to the stream disposition flag, to which four
new values have been added, corresponding the four WebVTT kinds.

Signed-off-by: Matthew Heaney <matthewjheaney@google.com>
Signed-off-by: Clément Bœsch <ubitux@gmail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.