FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
const AVOutputFormat * | format |
const char * | url |
OutputStream ** | streams |
int | nb_streams |
SyncQueue * | sq_encode |
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... | |
int | shortest |
int | bitexact |
const AVClass* OutputFile::class |
Definition at line 693 of file ffmpeg.h.
Referenced by mux_alloc().
int OutputFile::index |
Definition at line 695 of file ffmpeg.h.
Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), mux_alloc(), mux_check_init(), mux_stream_alloc(), and thread_set_name().
const AVOutputFormat* OutputFile::format |
Definition at line 697 of file ffmpeg.h.
Referenced by init_output_stream_encode(), init_output_stream_streamcopy(), of_open(), of_write_trailer(), and thread_set_name().
const char* OutputFile::url |
Definition at line 698 of file ffmpeg.h.
Referenced by of_open(), and print_final_stats().
OutputStream** OutputFile::streams |
Definition at line 700 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), copy_meta(), mux_check_init(), mux_stream_alloc(), muxer_thread(), of_add_metadata(), of_close(), of_open(), ost_iter(), print_final_stats(), process_forced_keyframes(), set_dispositions(), setup_sync_queues(), sync_queue_process(), trigger_fix_sub_duration_heartbeat(), and validate_enc_avopt().
int OutputFile::nb_streams |
Definition at line 701 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), copy_meta(), mux_stream_alloc(), of_close(), of_open(), print_final_stats(), process_forced_keyframes(), trigger_fix_sub_duration_heartbeat(), and validate_enc_avopt().
SyncQueue* OutputFile::sq_encode |
Definition at line 703 of file ffmpeg.h.
Referenced by close_output_stream(), flush_encoders(), init_output_stream_encode(), of_close(), setup_sync_queues(), and submit_encode_frame().
int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 705 of file ffmpeg.h.
Referenced by check_recording_time(), configure_output_audio_filter(), configure_output_video_filter(), copy_meta(), do_streamcopy(), and of_open().
int64_t OutputFile::start_time |
start time in microseconds == AV_TIME_BASE units
Definition at line 706 of file ffmpeg.h.
Referenced by adjust_frame_pts_to_encoder_tb(), check_output_constraints(), configure_output_audio_filter(), configure_output_video_filter(), do_audio_out(), do_streamcopy(), do_subtitle_out(), init_output_stream_streamcopy(), and of_open().
int OutputFile::shortest |
Definition at line 708 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), of_open(), and setup_sync_queues().
int OutputFile::bitexact |
Definition at line 709 of file ffmpeg.h.
Referenced by of_open(), and set_encoder_id().