FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
int | index |
const AVOutputFormat * | format |
AVFormatContext * | ctx |
AVDictionary * | opts |
int | ost_index |
int64_t | recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units More... | |
int64_t | start_time |
start time in microseconds == AV_TIME_BASE units More... | |
uint64_t | limit_filesize |
int | shortest |
int | header_written |
int OutputFile::index |
Definition at line 587 of file ffmpeg.h.
Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), of_check_init(), of_write_trailer(), and open_output_file().
const AVOutputFormat* OutputFile::format |
Definition at line 589 of file ffmpeg.h.
Referenced by init_output_stream_encode(), init_output_stream_streamcopy(), and open_output_file().
AVFormatContext* OutputFile::ctx |
Definition at line 591 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), init_encoder_time_base(), init_output_stream_encode(), need_output(), of_check_init(), of_close(), of_write_packet(), of_write_trailer(), open_output_file(), parse_forced_key_frames(), print_final_stats(), print_report(), print_sdp(), set_encoder_id(), transcode(), and transcode_init().
AVDictionary* OutputFile::opts |
Definition at line 592 of file ffmpeg.h.
Referenced by of_check_init(), of_close(), open_output_file(), and set_encoder_id().
int OutputFile::ost_index |
Definition at line 593 of file ffmpeg.h.
Referenced by need_output(), of_check_init(), open_output_file(), print_final_stats(), and set_dispositions().
int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 594 of file ffmpeg.h.
Referenced by check_recording_time(), close_output_stream(), configure_output_audio_filter(), configure_output_video_filter(), do_streamcopy(), finish_output_stream(), and open_output_file().
int64_t OutputFile::start_time |
start time in microseconds == AV_TIME_BASE units
Definition at line 595 of file ffmpeg.h.
Referenced by adjust_frame_pts_to_encoder_tb(), check_output_constraints(), configure_output_audio_filter(), configure_output_video_filter(), do_streamcopy(), do_subtitle_out(), and open_output_file().
uint64_t OutputFile::limit_filesize |
Definition at line 596 of file ffmpeg.h.
Referenced by need_output(), and open_output_file().
int OutputFile::shortest |
Definition at line 598 of file ffmpeg.h.
Referenced by close_output_stream(), configure_output_audio_filter(), finish_output_stream(), and open_output_file().
int OutputFile::header_written |
Definition at line 600 of file ffmpeg.h.
Referenced by of_check_init(), of_write_packet(), and of_write_trailer().