FFmpeg
|
#include <avformat.h>
Data Fields | |
const char * | name |
const char * | long_name |
Descriptive name for the format, meant to be more human-readable than name. More... | |
const char * | mime_type |
const char * | extensions |
comma-separated filename extensions More... | |
enum AVCodecID | audio_codec |
default audio codec More... | |
enum AVCodecID | video_codec |
default video codec More... | |
enum AVCodecID | subtitle_codec |
default subtitle codec More... | |
int | flags |
can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS, AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS, AVFMT_ALLOW_FLUSH, AVFMT_TS_NONSTRICT, AVFMT_TS_NEGATIVE More... | |
const struct AVCodecTag *const * | codec_tag |
List of supported codec_id-codec_tag pairs, ordered by "better
choice first". More... | |
const AVClass * | priv_class |
AVClass for the private context. More... | |
Definition at line 507 of file avformat.h.
const char* AVOutputFormat::name |
Definition at line 508 of file avformat.h.
Referenced by convert_from_tensorflow.Operand::__str__(), av_dump_format(), av_guess_codec(), av_guess_format(), avformat_transfer_internal_stream_timing_info(), log_slave(), new_video_stream(), of_open(), seg_init(), show_formats_devices(), show_help_muxer(), and thread_set_name().
const char* AVOutputFormat::long_name |
Descriptive name for the format, meant to be more human-readable than name.
You should use the NULL_IF_CONFIG_SMALL() macro to define it.
Definition at line 514 of file avformat.h.
Referenced by show_formats_devices(), and show_help_muxer().
const char* AVOutputFormat::mime_type |
Definition at line 515 of file avformat.h.
Referenced by av_guess_format(), and show_help_muxer().
const char* AVOutputFormat::extensions |
comma-separated filename extensions
Definition at line 516 of file avformat.h.
Referenced by av_guess_format(), and show_help_muxer().
enum AVCodecID AVOutputFormat::audio_codec |
default audio codec
Definition at line 518 of file avformat.h.
Referenced by av_guess_codec(), avformat_query_codec(), main(), and show_help_muxer().
enum AVCodecID AVOutputFormat::video_codec |
default video codec
Definition at line 519 of file avformat.h.
Referenced by av_guess_codec(), avformat_query_codec(), main(), map_auto_video(), and show_help_muxer().
enum AVCodecID AVOutputFormat::subtitle_codec |
default subtitle codec
Definition at line 520 of file avformat.h.
Referenced by av_guess_codec(), avformat_query_codec(), map_auto_subtitle(), and show_help_muxer().
int AVOutputFormat::flags |
can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS, AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS, AVFMT_ALLOW_FLUSH, AVFMT_TS_NONSTRICT, AVFMT_TS_NEGATIVE
Definition at line 527 of file avformat.h.
Referenced by add_stream(), avformat_transfer_internal_stream_timing_info(), create_streams(), dump_stream_format(), init_muxer(), init_output_stream_encode(), main(), new_output_stream(), new_video_stream(), of_open(), of_write_trailer(), open_output_file(), and seg_init().
const struct AVCodecTag* const * AVOutputFormat::codec_tag |
List of supported codec_id-codec_tag pairs, ordered by "better choice first".
The arrays are all terminated by AV_CODEC_ID_NONE.
Definition at line 533 of file avformat.h.
Referenced by avformat_query_codec(), hls_mux_init(), init_muxer(), init_output_stream_streamcopy(), and segment_mux_init().
const AVClass* AVOutputFormat::priv_class |
AVClass for the private context.
Definition at line 536 of file avformat.h.
Referenced by ff_rtp_get_payload_type(), format_child_class_iterate(), hls_start(), hls_write_packet(), init_muxer(), next_output(), segment_start(), show_format_opts(), show_formats_devices(), and show_help_muxer().