FFmpeg
Loading...
Searching...
No Matches
InputFilterOptions Struct Reference

#include <fftools/ffmpeg.h>

Data Fields

int64_t trim_start_us
int64_t trim_end_us
uint8_t * name
AVRational framerate
unsigned crop_top
unsigned crop_bottom
unsigned crop_left
unsigned crop_right
int sub2video_width
int sub2video_height
unsigned flags
AVFramefallback

Detailed Description

Definition at line 259 of file ffmpeg.h.

Field Documentation

◆ trim_start_us

int64_t InputFilterOptions::trim_start_us

Definition at line 260 of file ffmpeg.h.

Referenced by configure_input_audio_filter(), and configure_input_video_filter().

◆ trim_end_us

int64_t InputFilterOptions::trim_end_us

Definition at line 261 of file ffmpeg.h.

Referenced by configure_input_audio_filter(), and configure_input_video_filter().

◆ name

uint8_t* InputFilterOptions::name

◆ framerate

AVRational InputFilterOptions::framerate

◆ crop_top

unsigned InputFilterOptions::crop_top

Definition at line 272 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ crop_bottom

unsigned InputFilterOptions::crop_bottom

Definition at line 273 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ crop_left

unsigned InputFilterOptions::crop_left

Definition at line 274 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ crop_right

unsigned InputFilterOptions::crop_right

Definition at line 275 of file ffmpeg.h.

Referenced by configure_input_video_filter().

◆ sub2video_width

int InputFilterOptions::sub2video_width

Definition at line 277 of file ffmpeg.h.

Referenced by ifilter_bind_ist().

◆ sub2video_height

int InputFilterOptions::sub2video_height

Definition at line 278 of file ffmpeg.h.

Referenced by ifilter_bind_ist().

◆ flags

unsigned InputFilterOptions::flags

◆ fallback

AVFrame* InputFilterOptions::fallback

Definition at line 283 of file ffmpeg.h.

Referenced by fg_free(), ifilter_bind_ist(), and send_eof().


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