OpenFFmpeg
Variables
webvttenc.c File Reference

WebVTT subtitle muxer. More...

#include "avformat.h"
#include "internal.h"

Variables

AVOutputFormat ff_webvtt_muxer
 

Detailed Description

WebVTT subtitle muxer.

See also
http://dev.w3.org/html5/webvtt/

Variable Documentation

§ ff_webvtt_muxer

AVOutputFormat ff_webvtt_muxer
Initial value:
= {
.name = "webvtt",
.long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"),
.extensions = "vtt",
.mime_type = "text/vtt",
.subtitle_codec = AV_CODEC_ID_WEBVTT,
.write_header = webvtt_write_header,
.write_packet = webvtt_write_packet,
}
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:479
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AVFMT_VARIABLE_FPS
Format allows variable fps.
Definition: avformat.h:472