FFmpeg
|
#include <ffmpeg.h>
OptionGroup* OptionsContext::g |
Definition at line 75 of file ffmpeg.h.
Referenced by add_input_streams(), new_output_stream(), open_files(), open_input_file(), open_output_file(), opt_bitrate(), opt_default_new(), opt_profile(), opt_target(), and opt_timecode().
int64_t OptionsContext::start_time |
Definition at line 78 of file ffmpeg.h.
Referenced by init_options(), open_input_file(), and open_output_file().
const char* OptionsContext::format |
Definition at line 79 of file ffmpeg.h.
Referenced by open_input_file(), and open_output_file().
SpecifierOpt* OptionsContext::codec_names |
SpecifierOpt* OptionsContext::audio_channels |
Definition at line 83 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::nb_audio_channels |
Definition at line 84 of file ffmpeg.h.
Referenced by open_input_file().
SpecifierOpt* OptionsContext::audio_sample_rate |
Definition at line 85 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::nb_audio_sample_rate |
Definition at line 86 of file ffmpeg.h.
Referenced by open_input_file().
SpecifierOpt* OptionsContext::frame_rates |
Definition at line 87 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::nb_frame_rates |
Definition at line 88 of file ffmpeg.h.
Referenced by open_input_file().
SpecifierOpt* OptionsContext::frame_sizes |
Definition at line 89 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::nb_frame_sizes |
Definition at line 90 of file ffmpeg.h.
Referenced by open_input_file().
SpecifierOpt* OptionsContext::frame_pix_fmts |
Definition at line 91 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::nb_frame_pix_fmts |
Definition at line 92 of file ffmpeg.h.
Referenced by open_input_file().
int64_t OptionsContext::input_ts_offset |
Definition at line 95 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::rate_emu |
Definition at line 96 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::accurate_seek |
Definition at line 97 of file ffmpeg.h.
Referenced by init_options(), and open_input_file().
SpecifierOpt* OptionsContext::ts_scale |
SpecifierOpt* OptionsContext::dump_attachment |
Definition at line 101 of file ffmpeg.h.
Referenced by open_input_file().
int OptionsContext::nb_dump_attachment |
Definition at line 102 of file ffmpeg.h.
Referenced by open_input_file().
StreamMap* OptionsContext::stream_maps |
Definition at line 105 of file ffmpeg.h.
Referenced by open_output_file(), opt_map(), and uninit_options().
int OptionsContext::nb_stream_maps |
Definition at line 106 of file ffmpeg.h.
Referenced by open_output_file(), opt_map(), and uninit_options().
AudioChannelMap* OptionsContext::audio_channel_maps |
Definition at line 107 of file ffmpeg.h.
Referenced by new_audio_stream(), opt_map_channel(), and uninit_options().
int OptionsContext::nb_audio_channel_maps |
Definition at line 108 of file ffmpeg.h.
Referenced by new_audio_stream(), and opt_map_channel().
int OptionsContext::metadata_global_manual |
Definition at line 109 of file ffmpeg.h.
Referenced by copy_metadata(), and open_output_file().
int OptionsContext::metadata_streams_manual |
Definition at line 110 of file ffmpeg.h.
Referenced by copy_metadata(), and open_output_file().
int OptionsContext::metadata_chapters_manual |
Definition at line 111 of file ffmpeg.h.
Referenced by copy_metadata(), and open_output_file().
const char** OptionsContext::attachments |
Definition at line 112 of file ffmpeg.h.
Referenced by open_output_file(), opt_attach(), and uninit_options().
int OptionsContext::nb_attachments |
Definition at line 113 of file ffmpeg.h.
Referenced by open_output_file(), and opt_attach().
int OptionsContext::chapters_input_file |
Definition at line 115 of file ffmpeg.h.
Referenced by init_options(), and open_output_file().
int64_t OptionsContext::recording_time |
Definition at line 117 of file ffmpeg.h.
Referenced by init_options(), open_input_file(), and open_output_file().
int64_t OptionsContext::stop_time |
Definition at line 118 of file ffmpeg.h.
Referenced by init_options(), and open_output_file().
uint64_t OptionsContext::limit_filesize |
Definition at line 119 of file ffmpeg.h.
Referenced by init_options(), and open_output_file().
float OptionsContext::mux_preload |
Definition at line 120 of file ffmpeg.h.
Referenced by open_output_file(), and opt_target().
float OptionsContext::mux_max_delay |
Definition at line 121 of file ffmpeg.h.
Referenced by init_options(), and open_output_file().
int OptionsContext::shortest |
Definition at line 122 of file ffmpeg.h.
Referenced by open_output_file().
int OptionsContext::video_disable |
Definition at line 124 of file ffmpeg.h.
Referenced by open_output_file().
int OptionsContext::audio_disable |
Definition at line 125 of file ffmpeg.h.
Referenced by open_output_file().
int OptionsContext::subtitle_disable |
Definition at line 126 of file ffmpeg.h.
Referenced by open_output_file().
int* OptionsContext::streamid_map |
Definition at line 130 of file ffmpeg.h.
Referenced by new_output_stream(), opt_streamid(), and uninit_options().
int OptionsContext::nb_streamid_map |
Definition at line 131 of file ffmpeg.h.
Referenced by new_output_stream(), and opt_streamid().
SpecifierOpt* OptionsContext::metadata |
Definition at line 133 of file ffmpeg.h.
Referenced by open_output_file().
int OptionsContext::nb_metadata |
Definition at line 134 of file ffmpeg.h.
Referenced by open_output_file().
SpecifierOpt* OptionsContext::max_frames |
Definition at line 135 of file ffmpeg.h.
Referenced by new_output_stream().
int OptionsContext::nb_max_frames |
Definition at line 136 of file ffmpeg.h.
Referenced by new_output_stream().
SpecifierOpt* OptionsContext::bitstream_filters |
SpecifierOpt* OptionsContext::codec_tags |
SpecifierOpt* OptionsContext::sample_fmts |
SpecifierOpt* OptionsContext::qscale |
SpecifierOpt* OptionsContext::forced_key_frames |
SpecifierOpt* OptionsContext::force_fps |
SpecifierOpt* OptionsContext::frame_aspect_ratios |
SpecifierOpt* OptionsContext::rc_overrides |
SpecifierOpt* OptionsContext::intra_matrices |
SpecifierOpt* OptionsContext::inter_matrices |
SpecifierOpt* OptionsContext::top_field_first |
SpecifierOpt* OptionsContext::metadata_map |
Definition at line 159 of file ffmpeg.h.
Referenced by open_output_file().
int OptionsContext::nb_metadata_map |
Definition at line 160 of file ffmpeg.h.
Referenced by open_output_file().
SpecifierOpt* OptionsContext::presets |
SpecifierOpt* OptionsContext::copy_initial_nonkeyframes |
SpecifierOpt* OptionsContext::copy_prior_start |
SpecifierOpt* OptionsContext::filters |
SpecifierOpt* OptionsContext::filter_scripts |
SpecifierOpt* OptionsContext::reinit_filters |
SpecifierOpt* OptionsContext::fix_sub_duration |
SpecifierOpt* OptionsContext::canvas_sizes |
SpecifierOpt* OptionsContext::pass |
SpecifierOpt* OptionsContext::passlogfiles |
SpecifierOpt* OptionsContext::guess_layout_max |
SpecifierOpt* OptionsContext::apad |