Home
last modified time | relevance | path

Searched refs:subtitle_codec (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Djacosubenc.c40 .subtitle_codec = AV_CODEC_ID_JACOSUB,
H A Dmicrodvdenc.c66 .subtitle_codec = AV_CODEC_ID_MICRODVD,
H A Dsupenc.c92 .subtitle_codec = AV_CODEC_ID_HDMV_PGS_SUBTITLE,
H A Dsrtenc.c108 .subtitle_codec = AV_CODEC_ID_SUBRIP,
H A Dwebvttenc.c111 .subtitle_codec = AV_CODEC_ID_WEBVTT,
H A Dsccenc.c122 .subtitle_codec = AV_CODEC_ID_EIA_608,
H A Dlrcenc.c138 .subtitle_codec = AV_CODEC_ID_SUBRIP
H A Dttmlenc.c226 .subtitle_codec = AV_CODEC_ID_TTML,
H A Dmux_utils.c51 codec_id == ofmt->subtitle_codec || in avformat_query_codec()
H A Davformat.h522 enum AVCodecID subtitle_codec; /**< default subtitle codec */ member
1723 const AVCodec *subtitle_codec; member
H A Dassenc.c235 .subtitle_codec = AV_CODEC_ID_ASS,
H A Dformat.c113 return fmt->subtitle_codec; in av_guess_codec()
H A Davformat.c734 if (s->subtitle_codec) return s->subtitle_codec; in ff_find_decoder()
H A Dmatroskaenc.c3340 .subtitle_codec = AV_CODEC_ID_ASS,
3365 .subtitle_codec = AV_CODEC_ID_WEBVTT,
H A Dhlsenc.c3186 .subtitle_codec = AV_CODEC_ID_WEBVTT,
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc_c.c79 .subtitle_codec = AV_CODEC_ID_NONE,
/third_party/ffmpeg/fftools/
H A Dopt_common.c490 if (fmt->subtitle_codec != AV_CODEC_ID_NONE && in show_help_muxer()
491 (desc = avcodec_descriptor_get(fmt->subtitle_codec))) { in show_help_muxer()
H A Dffmpeg_opt.c1248 ic->subtitle_codec = find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0); in open_input_file()
1254 ic->subtitle_codec_id = subtitle_codec_name ? ic->subtitle_codec->id : AV_CODEC_ID_NONE; in open_input_file()
2567 if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) { in open_output_file()
2574 avcodec_find_encoder(oc->oformat->subtitle_codec); in open_output_file()

Completed in 28 milliseconds