OutputStream Struct Reference

Data Fields

int file_index
int index
int source_index
AVStreamst
int encoding_needed
int frame_number
struct InputStreamsync_ist
int64_t sync_opts
AVBitStreamFilterContextbitstream_filters
AVCodecenc
int64_t max_frames
AVFrameoutput_frame
int video_resample
AVFrame pict_tmp
struct SwsContextimg_resample_ctx
int resample_height
int resample_width
int resample_pix_fmt
AVRational frame_rate
int force_fps
int top_field_first
float frame_aspect_ratio
int64_t * forced_kf_pts
int forced_kf_count
int forced_kf_index
char * forced_keyframes
int audio_resample
ReSampleContextresample
int resample_sample_fmt
int resample_channels
int resample_sample_rate
int reformat_pair
AVAudioConvertreformat_ctx
AVFifoBufferfifo
FILE * logfile
int64_t sws_flags
AVDictionaryopts
int is_past_recording_time
int stream_copy
const char * attachment_filename
int copy_initial_nonkeyframes
int sws_flags

Detailed Description

Definition at line 195 of file avconv.c.

Field Documentation

const char* OutputStream::attachment_filename

Definition at line 254 of file avconv.c.

Referenced by opt_output_file(), and transcode_init().

int OutputStream::audio_resample

Definition at line 232 of file avconv.c.

Referenced by do_audio_out(), transcode(), and transcode_init().

int OutputStream::copy_initial_nonkeyframes

Definition at line 255 of file avconv.c.

Referenced by do_streamcopy(), and new_video_stream().

AVCodec * OutputStream::enc

Definition at line 208 of file avconv.c.

Referenced by choose_encoder(), new_output_stream(), transcode(), and transcode_init().

int OutputStream::encoding_needed
AVFifoBuffer * OutputStream::fifo

Definition at line 239 of file avconv.c.

Referenced by do_audio_out(), flush_encoders(), output_packet(), transcode(), and transcode_init().

int OutputStream::force_fps

Definition at line 220 of file avconv.c.

Referenced by new_video_stream(), and transcode_init().

char* OutputStream::forced_keyframes

Definition at line 229 of file avconv.c.

Referenced by new_video_stream(), and transcode_init().

int OutputStream::forced_kf_count

Definition at line 227 of file avconv.c.

Referenced by do_video_out(), and parse_forced_key_frames().

int OutputStream::forced_kf_index

Definition at line 228 of file avconv.c.

Referenced by do_video_out().

int64_t * OutputStream::forced_kf_pts

Definition at line 226 of file avconv.c.

Referenced by do_video_out(), parse_forced_key_frames(), and transcode().

float OutputStream::frame_aspect_ratio

Definition at line 223 of file avconv.c.

Referenced by new_video_stream(), output_packet(), and transcode_video().

int OutputStream::frame_number
AVRational OutputStream::frame_rate

Definition at line 219 of file avconv.c.

Referenced by new_video_stream(), transcode(), and transcode_init().

struct SwsContext * OutputStream::img_resample_ctx

Definition at line 215 of file avconv.c.

Referenced by do_video_out(), do_video_resample(), transcode(), and transcode_init().

int OutputStream::is_past_recording_time

Definition at line 252 of file avconv.c.

Referenced by transcode().

FILE * OutputStream::logfile

Definition at line 240 of file avconv.c.

Referenced by do_video_out(), flush_encoders(), output_packet(), transcode(), and transcode_init().

int64_t OutputStream::max_frames

Definition at line 209 of file avconv.c.

Referenced by do_video_out(), new_output_stream(), transcode(), and write_frame().

AVDictionary * OutputStream::opts

Definition at line 251 of file avconv.c.

Referenced by new_output_stream(), transcode(), and transcode_init().

AVFrame* OutputStream::output_frame

Definition at line 210 of file avconv.c.

Referenced by encode_audio_frame(), and exit_program().

AVFrame OutputStream::pict_tmp

Definition at line 214 of file avconv.c.

Referenced by do_video_out(), do_video_resample(), transcode(), and transcode_init().

AVAudioConvert * OutputStream::reformat_ctx

Definition at line 238 of file avconv.c.

Referenced by do_audio_out(), and transcode().

int OutputStream::reformat_pair

Definition at line 237 of file avconv.c.

Referenced by do_audio_out(), transcode(), and transcode_init().

ReSampleContext * OutputStream::resample

Definition at line 233 of file avconv.c.

Referenced by do_audio_out(), and transcode().

int OutputStream::resample_channels

Definition at line 235 of file avconv.c.

Referenced by do_audio_out(), transcode(), and transcode_init().

int OutputStream::resample_height

Definition at line 216 of file avconv.c.

Referenced by do_video_out(), do_video_resample(), transcode(), transcode_init(), and transcode_video().

int OutputStream::resample_pix_fmt

Definition at line 218 of file avconv.c.

Referenced by do_video_out(), do_video_resample(), transcode(), transcode_init(), and transcode_video().

int OutputStream::resample_sample_fmt

Definition at line 234 of file avconv.c.

Referenced by do_audio_out(), transcode(), and transcode_init().

int OutputStream::resample_sample_rate

Definition at line 236 of file avconv.c.

Referenced by do_audio_out(), transcode(), and transcode_init().

int OutputStream::resample_width

Definition at line 217 of file avconv.c.

Referenced by do_video_out(), do_video_resample(), transcode(), transcode_init(), and transcode_video().

int OutputStream::source_index
int64_t OutputStream::sws_flags
int OutputStream::sws_flags

Definition at line 293 of file ffmpeg.c.

struct InputStream * OutputStream::sync_ist

Definition at line 205 of file avconv.c.

Referenced by get_sync_ipts(), opt_output_file(), transcode(), and transcode_init().

int64_t OutputStream::sync_opts
int OutputStream::top_field_first

Definition at line 221 of file avconv.c.

Referenced by do_video_out(), and new_video_stream().

int OutputStream::video_resample

Definition at line 213 of file avconv.c.

Referenced by do_video_out(), do_video_resample(), transcode(), and transcode_init().


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