#include <ffmpeg.h>
Data Fields | |
AVFormatContext * | ctx |
AVDictionary * | opts |
int | ost_index |
int64_t | recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units | |
int64_t | start_time |
start time in microseconds == AV_TIME_BASE units | |
uint64_t | limit_filesize |
int | shortest |
Definition at line 336 of file ffmpeg.h.
Definition at line 337 of file ffmpeg.h.
Referenced by close_output_stream(), copy_chapters(), do_streamcopy(), do_video_out(), exit_program(), flush_encoders(), need_output(), opt_output_file(), print_report(), reap_filters(), transcode(), transcode_init(), and transcode_subtitles().
Definition at line 339 of file ffmpeg.h.
Referenced by close_output_stream(), need_output(), and opt_output_file().
int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 340 of file ffmpeg.h.
Referenced by check_recording_time(), copy_chapters(), do_streamcopy(), and opt_output_file().
Definition at line 344 of file ffmpeg.h.
Referenced by close_output_stream(), and opt_output_file().
int64_t OutputFile::start_time |
start time in microseconds == AV_TIME_BASE units
Definition at line 341 of file ffmpeg.h.
Referenced by check_output_constraints(), copy_chapters(), do_streamcopy(), do_subtitle_out(), opt_output_file(), and reap_filters().