Searched refs:subtitle_codec (Results 1 - 18 of 18) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | jacosubenc.c | 40 .subtitle_codec = AV_CODEC_ID_JACOSUB,
|
H A D | microdvdenc.c | 66 .subtitle_codec = AV_CODEC_ID_MICRODVD,
|
H A D | supenc.c | 92 .subtitle_codec = AV_CODEC_ID_HDMV_PGS_SUBTITLE,
|
H A D | srtenc.c | 108 .subtitle_codec = AV_CODEC_ID_SUBRIP,
|
H A D | webvttenc.c | 111 .subtitle_codec = AV_CODEC_ID_WEBVTT,
|
H A D | sccenc.c | 122 .subtitle_codec = AV_CODEC_ID_EIA_608,
|
H A D | lrcenc.c | 138 .subtitle_codec = AV_CODEC_ID_SUBRIP
|
H A D | ttmlenc.c | 226 .subtitle_codec = AV_CODEC_ID_TTML,
|
H A D | mux_utils.c | 51 codec_id == ofmt->subtitle_codec || in avformat_query_codec()
|
H A D | avformat.h | 522 enum AVCodecID subtitle_codec; /**< default subtitle codec */ member 1723 const AVCodec *subtitle_codec; member
|
H A D | assenc.c | 235 .subtitle_codec = AV_CODEC_ID_ASS,
|
H A D | format.c | 113 return fmt->subtitle_codec; in av_guess_codec()
|
H A D | avformat.c | 734 if (s->subtitle_codec) return s->subtitle_codec; in ff_find_decoder()
|
H A D | matroskaenc.c | 3340 .subtitle_codec = AV_CODEC_ID_ASS, 3365 .subtitle_codec = AV_CODEC_ID_WEBVTT,
|
H A D | hlsenc.c | 3186 .subtitle_codec = AV_CODEC_ID_WEBVTT,
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_enc_c.c | 79 .subtitle_codec = AV_CODEC_ID_NONE,
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 490 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 D | ffmpeg_opt.c | 1248 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