[FFmpeg-devel] [PATCH] WebM muxer writes WebVTT subtitle track

Matthew Heaney matthewjheaney at google.com
Sat Jun 29 21:52:11 CEST 2013


On Sat, Jun 29, 2013 at 4:30 AM, Clément Bœsch <ubitux at gmail.com> wrote:

> > @@ -1604,6 +1673,7 @@ AVOutputFormat ff_webm_muxer = {
> >      .priv_data_size    = sizeof(MatroskaMuxContext),
> >      .audio_codec       = AV_CODEC_ID_VORBIS,
> >      .video_codec       = AV_CODEC_ID_VP8,
> > +    .subtitle_codec    = AV_CODEC_ID_WEBVTT,
> >      .write_header      = mkv_write_header,
> >      .write_packet      = mkv_write_packet,
> >      .write_trailer     = mkv_write_trailer,
>
> Note: do you have a patch for our demuxer to test this?
>

Yes, I have a separate patch for the webvtt  demuxer.  I've been trying to
push up ffmpeg patches serially, but if you prefer, and can push up the
other patch immediately.


More information about the ffmpeg-devel mailing list