Libav
Data Fields
OptionsContext Struct Reference

#include <avconv.h>

Data Fields

OptionGroupg
int64_t start_time
const char * format
SpecifierOptcodec_names
int nb_codec_names
SpecifierOptaudio_channels
int nb_audio_channels
SpecifierOptaudio_sample_rate
int nb_audio_sample_rate
SpecifierOptframe_rates
int nb_frame_rates
SpecifierOptframe_sizes
int nb_frame_sizes
SpecifierOptframe_pix_fmts
int nb_frame_pix_fmts
int64_t input_ts_offset
int rate_emu
int accurate_seek
SpecifierOptts_scale
int nb_ts_scale
SpecifierOptdump_attachment
int nb_dump_attachment
SpecifierOpthwaccels
int nb_hwaccels
SpecifierOpthwaccel_devices
int nb_hwaccel_devices
StreamMapstream_maps
int nb_stream_maps
MetadataMap(* meta_data_maps )[2]
int nb_meta_data_maps
int metadata_global_manual
int metadata_streams_manual
int metadata_chapters_manual
const char ** attachments
int nb_attachments
int chapters_input_file
int64_t recording_time
uint64_t limit_filesize
float mux_preload
float mux_max_delay
int shortest
int video_disable
int audio_disable
int subtitle_disable
int data_disable
int * streamid_map
int nb_streamid_map
SpecifierOptmetadata
int nb_metadata
SpecifierOptmax_frames
int nb_max_frames
SpecifierOptbitstream_filters
int nb_bitstream_filters
SpecifierOptcodec_tags
int nb_codec_tags
SpecifierOptsample_fmts
int nb_sample_fmts
SpecifierOptqscale
int nb_qscale
SpecifierOptforced_key_frames
int nb_forced_key_frames
SpecifierOptforce_fps
int nb_force_fps
SpecifierOptframe_aspect_ratios
int nb_frame_aspect_ratios
SpecifierOptrc_overrides
int nb_rc_overrides
SpecifierOptintra_matrices
int nb_intra_matrices
SpecifierOptinter_matrices
int nb_inter_matrices
SpecifierOpttop_field_first
int nb_top_field_first
SpecifierOptmetadata_map
int nb_metadata_map
SpecifierOptpresets
int nb_presets
SpecifierOptcopy_initial_nonkeyframes
int nb_copy_initial_nonkeyframes
SpecifierOptfilters
int nb_filters
SpecifierOptfilter_scripts
int nb_filter_scripts
SpecifierOptpass
int nb_pass
SpecifierOptpasslogfiles
int nb_passlogfiles

Detailed Description

Definition at line 81 of file avconv.h.

Field Documentation

OptionGroup* OptionsContext::g
int64_t OptionsContext::start_time

Definition at line 85 of file avconv.h.

Referenced by init_options(), open_input_file(), and open_output_file().

const char* OptionsContext::format

Definition at line 86 of file avconv.h.

Referenced by open_input_file(), and open_output_file().

SpecifierOpt* OptionsContext::codec_names

Definition at line 88 of file avconv.h.

int OptionsContext::nb_codec_names

Definition at line 89 of file avconv.h.

SpecifierOpt* OptionsContext::audio_channels

Definition at line 90 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::nb_audio_channels

Definition at line 91 of file avconv.h.

Referenced by open_input_file().

SpecifierOpt* OptionsContext::audio_sample_rate

Definition at line 92 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::nb_audio_sample_rate

Definition at line 93 of file avconv.h.

Referenced by open_input_file().

SpecifierOpt* OptionsContext::frame_rates

Definition at line 94 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::nb_frame_rates

Definition at line 95 of file avconv.h.

Referenced by open_input_file().

SpecifierOpt* OptionsContext::frame_sizes

Definition at line 96 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::nb_frame_sizes

Definition at line 97 of file avconv.h.

Referenced by open_input_file().

SpecifierOpt* OptionsContext::frame_pix_fmts

Definition at line 98 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::nb_frame_pix_fmts

Definition at line 99 of file avconv.h.

Referenced by open_input_file().

int64_t OptionsContext::input_ts_offset

Definition at line 102 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::rate_emu

Definition at line 103 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::accurate_seek

Definition at line 104 of file avconv.h.

Referenced by init_options(), and open_input_file().

SpecifierOpt* OptionsContext::ts_scale

Definition at line 106 of file avconv.h.

int OptionsContext::nb_ts_scale

Definition at line 107 of file avconv.h.

SpecifierOpt* OptionsContext::dump_attachment

Definition at line 108 of file avconv.h.

Referenced by open_input_file().

int OptionsContext::nb_dump_attachment

Definition at line 109 of file avconv.h.

Referenced by open_input_file().

SpecifierOpt* OptionsContext::hwaccels

Definition at line 110 of file avconv.h.

int OptionsContext::nb_hwaccels

Definition at line 111 of file avconv.h.

SpecifierOpt* OptionsContext::hwaccel_devices

Definition at line 112 of file avconv.h.

int OptionsContext::nb_hwaccel_devices

Definition at line 113 of file avconv.h.

StreamMap* OptionsContext::stream_maps

Definition at line 116 of file avconv.h.

Referenced by open_output_file(), opt_map(), and uninit_options().

int OptionsContext::nb_stream_maps

Definition at line 117 of file avconv.h.

Referenced by open_output_file(), opt_map(), and uninit_options().

MetadataMap(* OptionsContext::meta_data_maps)[2]

Definition at line 119 of file avconv.h.

Referenced by uninit_options().

int OptionsContext::nb_meta_data_maps

Definition at line 120 of file avconv.h.

int OptionsContext::metadata_global_manual

Definition at line 121 of file avconv.h.

Referenced by copy_metadata(), and open_output_file().

int OptionsContext::metadata_streams_manual

Definition at line 122 of file avconv.h.

Referenced by copy_metadata(), and open_output_file().

int OptionsContext::metadata_chapters_manual

Definition at line 123 of file avconv.h.

Referenced by copy_metadata(), and open_output_file().

const char** OptionsContext::attachments

Definition at line 124 of file avconv.h.

Referenced by open_output_file(), and opt_attach().

int OptionsContext::nb_attachments

Definition at line 125 of file avconv.h.

Referenced by open_output_file(), and opt_attach().

int OptionsContext::chapters_input_file

Definition at line 127 of file avconv.h.

Referenced by init_options(), and open_output_file().

int64_t OptionsContext::recording_time

Definition at line 129 of file avconv.h.

Referenced by init_options(), open_input_file(), and open_output_file().

uint64_t OptionsContext::limit_filesize

Definition at line 130 of file avconv.h.

Referenced by init_options(), and open_output_file().

float OptionsContext::mux_preload

Definition at line 131 of file avconv.h.

Referenced by open_output_file(), and opt_target().

float OptionsContext::mux_max_delay

Definition at line 132 of file avconv.h.

Referenced by init_options(), and open_output_file().

int OptionsContext::shortest

Definition at line 133 of file avconv.h.

Referenced by open_output_file().

int OptionsContext::video_disable

Definition at line 135 of file avconv.h.

Referenced by open_output_file().

int OptionsContext::audio_disable

Definition at line 136 of file avconv.h.

Referenced by open_output_file().

int OptionsContext::subtitle_disable

Definition at line 137 of file avconv.h.

Referenced by open_output_file().

int OptionsContext::data_disable

Definition at line 138 of file avconv.h.

int* OptionsContext::streamid_map

Definition at line 141 of file avconv.h.

Referenced by new_output_stream(), opt_streamid(), and uninit_options().

int OptionsContext::nb_streamid_map

Definition at line 142 of file avconv.h.

Referenced by new_output_stream(), and opt_streamid().

SpecifierOpt* OptionsContext::metadata

Definition at line 144 of file avconv.h.

Referenced by open_output_file().

int OptionsContext::nb_metadata

Definition at line 145 of file avconv.h.

Referenced by open_output_file().

SpecifierOpt* OptionsContext::max_frames

Definition at line 146 of file avconv.h.

int OptionsContext::nb_max_frames

Definition at line 147 of file avconv.h.

SpecifierOpt* OptionsContext::bitstream_filters

Definition at line 148 of file avconv.h.

int OptionsContext::nb_bitstream_filters

Definition at line 149 of file avconv.h.

SpecifierOpt* OptionsContext::codec_tags

Definition at line 150 of file avconv.h.

int OptionsContext::nb_codec_tags

Definition at line 151 of file avconv.h.

SpecifierOpt* OptionsContext::sample_fmts

Definition at line 152 of file avconv.h.

int OptionsContext::nb_sample_fmts

Definition at line 153 of file avconv.h.

SpecifierOpt* OptionsContext::qscale

Definition at line 154 of file avconv.h.

int OptionsContext::nb_qscale

Definition at line 155 of file avconv.h.

SpecifierOpt* OptionsContext::forced_key_frames

Definition at line 156 of file avconv.h.

int OptionsContext::nb_forced_key_frames

Definition at line 157 of file avconv.h.

SpecifierOpt* OptionsContext::force_fps

Definition at line 158 of file avconv.h.

int OptionsContext::nb_force_fps

Definition at line 159 of file avconv.h.

SpecifierOpt* OptionsContext::frame_aspect_ratios

Definition at line 160 of file avconv.h.

int OptionsContext::nb_frame_aspect_ratios

Definition at line 161 of file avconv.h.

SpecifierOpt* OptionsContext::rc_overrides

Definition at line 162 of file avconv.h.

int OptionsContext::nb_rc_overrides

Definition at line 163 of file avconv.h.

SpecifierOpt* OptionsContext::intra_matrices

Definition at line 164 of file avconv.h.

int OptionsContext::nb_intra_matrices

Definition at line 165 of file avconv.h.

SpecifierOpt* OptionsContext::inter_matrices

Definition at line 166 of file avconv.h.

int OptionsContext::nb_inter_matrices

Definition at line 167 of file avconv.h.

SpecifierOpt* OptionsContext::top_field_first

Definition at line 168 of file avconv.h.

int OptionsContext::nb_top_field_first

Definition at line 169 of file avconv.h.

SpecifierOpt* OptionsContext::metadata_map

Definition at line 170 of file avconv.h.

Referenced by open_output_file().

int OptionsContext::nb_metadata_map

Definition at line 171 of file avconv.h.

Referenced by open_output_file().

SpecifierOpt* OptionsContext::presets

Definition at line 172 of file avconv.h.

int OptionsContext::nb_presets

Definition at line 173 of file avconv.h.

SpecifierOpt* OptionsContext::copy_initial_nonkeyframes

Definition at line 174 of file avconv.h.

int OptionsContext::nb_copy_initial_nonkeyframes

Definition at line 175 of file avconv.h.

SpecifierOpt* OptionsContext::filters

Definition at line 176 of file avconv.h.

int OptionsContext::nb_filters

Definition at line 177 of file avconv.h.

SpecifierOpt* OptionsContext::filter_scripts

Definition at line 178 of file avconv.h.

int OptionsContext::nb_filter_scripts

Definition at line 179 of file avconv.h.

SpecifierOpt* OptionsContext::pass

Definition at line 180 of file avconv.h.

int OptionsContext::nb_pass

Definition at line 181 of file avconv.h.

SpecifierOpt* OptionsContext::passlogfiles

Definition at line 182 of file avconv.h.

int OptionsContext::nb_passlogfiles

Definition at line 183 of file avconv.h.


The documentation for this struct was generated from the following file: