mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
lavf: add WebVTT muxer.
This revision creates a WebVTT muxer, that outputs files having the format described in the following specification: http://dev.w3.org/html5/webvtt/
This commit is contained in:
committed by
Clément Bœsch
parent
b4579a29c7
commit
b24f15c45e
@@ -292,7 +292,7 @@ void av_register_all(void)
|
||||
REGISTER_MUXDEMUX(WAV, wav);
|
||||
REGISTER_DEMUXER (WC3, wc3);
|
||||
REGISTER_MUXER (WEBM, webm);
|
||||
REGISTER_DEMUXER (WEBVTT, webvtt);
|
||||
REGISTER_MUXDEMUX(WEBVTT, webvtt);
|
||||
REGISTER_DEMUXER (WSAUD, wsaud);
|
||||
REGISTER_DEMUXER (WSVQA, wsvqa);
|
||||
REGISTER_MUXDEMUX(WTV, wtv);
|
||||
|
||||
Reference in New Issue
Block a user