Changeset 4372fb7a in ffmpeg

Timestamp:
May 25, 2014, 1:04:14 AM (11 years ago)
Author:
Clément Bœsch <u@pkh.me>
Branches:
master
Children:
fa915d41
Parents:
d94e255d
git-author:
Aman Gupta <ffmpeg@tmm1.net> (05/23/14 04:20:34)
git-committer:
Clément Bœsch <u@pkh.me> (05/25/14 01:04:14)
Message:

avcodec/webvttenc: add webvtt encoder

Based off the srt encoder. The following features are unimplemented:

  • fonts, colors, sizes
  • alignment and positioning

The rest works well. For example, use ffmpeg to convert subtitles into the .vtt format:

ffmpeg -i input.srt output.vtt

Signed-off-by: Aman Gupta <ffmpeg@tmm1.net>
Signed-off-by: Clément Bœsch <u@pkh.me>

(No files)

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