OptionsContext Struct Reference

Data Fields

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
SpecifierOptts_scale
int nb_ts_scale
SpecifierOptdump_attachment
int nb_dump_attachment
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 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

Detailed Description

Definition at line 278 of file avconv.c.

Field Documentation

const char** OptionsContext::attachments

Definition at line 314 of file avconv.c.

Referenced by opt_attach(), and opt_output_file().

SpecifierOpt* OptionsContext::audio_channels

Definition at line 285 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::audio_disable

Definition at line 325 of file avconv.c.

Referenced by add_input_streams(), and opt_output_file().

SpecifierOpt* OptionsContext::audio_sample_rate

Definition at line 287 of file avconv.c.

Referenced by opt_input_file().

SpecifierOpt* OptionsContext::bitstream_filters

Definition at line 337 of file avconv.c.

int OptionsContext::chapters_input_file

Definition at line 317 of file avconv.c.

Referenced by opt_output_file(), and reset_options().

SpecifierOpt* OptionsContext::codec_names

Definition at line 283 of file avconv.c.

SpecifierOpt* OptionsContext::codec_tags

Definition at line 339 of file avconv.c.

SpecifierOpt* OptionsContext::copy_initial_nonkeyframes

Definition at line 363 of file avconv.c.

int OptionsContext::data_disable

Definition at line 327 of file avconv.c.

SpecifierOpt* OptionsContext::dump_attachment

Definition at line 302 of file avconv.c.

Referenced by opt_input_file().

SpecifierOpt* OptionsContext::force_fps

Definition at line 347 of file avconv.c.

SpecifierOpt* OptionsContext::forced_key_frames

Definition at line 345 of file avconv.c.

const char* OptionsContext::format

Definition at line 281 of file avconv.c.

Referenced by opt_input_file(), and opt_output_file().

SpecifierOpt* OptionsContext::frame_aspect_ratios

Definition at line 349 of file avconv.c.

SpecifierOpt* OptionsContext::frame_pix_fmts

Definition at line 293 of file avconv.c.

Referenced by opt_input_file().

SpecifierOpt* OptionsContext::frame_rates

Definition at line 289 of file avconv.c.

Referenced by opt_input_file().

SpecifierOpt* OptionsContext::frame_sizes

Definition at line 291 of file avconv.c.

Referenced by opt_input_file().

int64_t OptionsContext::input_ts_offset

Definition at line 297 of file avconv.c.

Referenced by opt_input_file().

SpecifierOpt* OptionsContext::inter_matrices

Definition at line 355 of file avconv.c.

SpecifierOpt* OptionsContext::intra_matrices

Definition at line 353 of file avconv.c.

uint64_t OptionsContext::limit_filesize

Definition at line 320 of file avconv.c.

Referenced by opt_output_file(), and reset_options().

SpecifierOpt* OptionsContext::max_frames

Definition at line 335 of file avconv.c.

MetadataMap(* OptionsContext::meta_data_maps)[2]

Definition at line 309 of file avconv.c.

Referenced by reset_options().

SpecifierOpt* OptionsContext::metadata

Definition at line 333 of file avconv.c.

Referenced by opt_output_file().

int OptionsContext::metadata_chapters_manual

Definition at line 313 of file avconv.c.

Referenced by copy_metadata(), and opt_output_file().

int OptionsContext::metadata_global_manual

Definition at line 311 of file avconv.c.

Referenced by copy_metadata(), and opt_output_file().

SpecifierOpt* OptionsContext::metadata_map

Definition at line 359 of file avconv.c.

Referenced by opt_output_file().

int OptionsContext::metadata_streams_manual

Definition at line 312 of file avconv.c.

Referenced by copy_metadata(), and opt_output_file().

float OptionsContext::mux_max_delay

Definition at line 322 of file avconv.c.

Referenced by opt_output_file(), and reset_options().

float OptionsContext::mux_preload

Definition at line 321 of file avconv.c.

Referenced by opt_output_file(), and opt_target().

int OptionsContext::nb_attachments

Definition at line 315 of file avconv.c.

Referenced by opt_attach(), and opt_output_file().

int OptionsContext::nb_audio_channels

Definition at line 286 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::nb_audio_sample_rate

Definition at line 288 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::nb_bitstream_filters

Definition at line 338 of file avconv.c.

int OptionsContext::nb_codec_names

Definition at line 284 of file avconv.c.

int OptionsContext::nb_codec_tags

Definition at line 340 of file avconv.c.

int OptionsContext::nb_copy_initial_nonkeyframes

Definition at line 364 of file avconv.c.

int OptionsContext::nb_dump_attachment

Definition at line 303 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::nb_force_fps

Definition at line 348 of file avconv.c.

int OptionsContext::nb_forced_key_frames

Definition at line 346 of file avconv.c.

int OptionsContext::nb_frame_aspect_ratios

Definition at line 350 of file avconv.c.

int OptionsContext::nb_frame_pix_fmts

Definition at line 294 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::nb_frame_rates

Definition at line 290 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::nb_frame_sizes

Definition at line 292 of file avconv.c.

Referenced by opt_input_file().

int OptionsContext::nb_inter_matrices

Definition at line 356 of file avconv.c.

int OptionsContext::nb_intra_matrices

Definition at line 354 of file avconv.c.

int OptionsContext::nb_max_frames

Definition at line 336 of file avconv.c.

int OptionsContext::nb_meta_data_maps

Definition at line 310 of file avconv.c.

int OptionsContext::nb_metadata

Definition at line 334 of file avconv.c.

Referenced by opt_output_file().

int OptionsContext::nb_metadata_map

Definition at line 360 of file avconv.c.

Referenced by opt_output_file().

int OptionsContext::nb_presets

Definition at line 362 of file avconv.c.

int OptionsContext::nb_qscale

Definition at line 344 of file avconv.c.

int OptionsContext::nb_rc_overrides

Definition at line 352 of file avconv.c.

int OptionsContext::nb_sample_fmts

Definition at line 342 of file avconv.c.

int OptionsContext::nb_stream_maps

Definition at line 307 of file avconv.c.

Referenced by opt_map(), and opt_output_file().

int OptionsContext::nb_streamid_map

Definition at line 331 of file avconv.c.

Referenced by new_output_stream(), and opt_streamid().

int OptionsContext::nb_top_field_first

Definition at line 358 of file avconv.c.

int OptionsContext::nb_ts_scale

Definition at line 301 of file avconv.c.

SpecifierOpt* OptionsContext::presets

Definition at line 361 of file avconv.c.

SpecifierOpt* OptionsContext::qscale

Definition at line 343 of file avconv.c.

int OptionsContext::rate_emu

Definition at line 298 of file avconv.c.

Referenced by opt_input_file().

SpecifierOpt* OptionsContext::rc_overrides

Definition at line 351 of file avconv.c.

int64_t OptionsContext::recording_time

Definition at line 319 of file avconv.c.

Referenced by opt_output_file(), and reset_options().

SpecifierOpt* OptionsContext::sample_fmts

Definition at line 341 of file avconv.c.

int64_t OptionsContext::start_time

Definition at line 280 of file avconv.c.

Referenced by opt_input_file(), and opt_output_file().

StreamMap* OptionsContext::stream_maps

Definition at line 306 of file avconv.c.

Referenced by opt_map(), opt_output_file(), and reset_options().

int* OptionsContext::streamid_map

Definition at line 330 of file avconv.c.

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

int OptionsContext::subtitle_disable

Definition at line 326 of file avconv.c.

Referenced by add_input_streams(), and opt_output_file().

SpecifierOpt* OptionsContext::top_field_first

Definition at line 357 of file avconv.c.

SpecifierOpt* OptionsContext::ts_scale

Definition at line 300 of file avconv.c.

int OptionsContext::video_disable

Definition at line 324 of file avconv.c.

Referenced by add_input_streams(), and opt_output_file().


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