Libav
|
#include <avconv.h>
Data Fields | |
AVFormatContext * | ctx |
AVDictionary * | opts |
int | ost_index |
int64_t | recording_time |
int64_t | start_time |
uint64_t | limit_filesize |
int | shortest |
int | header_written |
AVFormatContext* OutputFile::ctx |
Definition at line 430 of file avconv.h.
Referenced by avconv_cleanup(), check_init_output_file(), copy_chapters(), do_video_out(), finish_output_stream(), init_output_stream_streamcopy(), need_output(), open_output_file(), print_final_stats(), print_report(), set_encoder_id(), transcode(), and write_packet().
AVDictionary* OutputFile::opts |
Definition at line 431 of file avconv.h.
Referenced by avconv_cleanup(), check_init_output_file(), open_output_file(), and set_encoder_id().
int OutputFile::ost_index |
Definition at line 432 of file avconv.h.
Referenced by check_init_output_file(), finish_output_stream(), need_output(), open_output_file(), and print_final_stats().
int64_t OutputFile::recording_time |
Definition at line 433 of file avconv.h.
Referenced by check_recording_time(), configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_streamcopy(), and open_output_file().
int64_t OutputFile::start_time |
Definition at line 434 of file avconv.h.
Referenced by check_output_constraints(), configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_streamcopy(), open_output_file(), and poll_filter().
uint64_t OutputFile::limit_filesize |
Definition at line 435 of file avconv.h.
Referenced by need_output(), and open_output_file().
int OutputFile::shortest |
Definition at line 437 of file avconv.h.
Referenced by finish_output_stream(), and open_output_file().
int OutputFile::header_written |
Definition at line 439 of file avconv.h.
Referenced by check_init_output_file(), and write_packet().