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

Data Fields

const AVClass * class
 Class for private options.
int start_img_number
int img_number
int split_planes
 use independent file for each Y, U, V plane
int update
int use_strftime
int frame_pts
const char * muxer
int use_rename
AVDictionary * protocol_opts
int update_filemtime
int64_t creation_ts
 creation_time in microseconds since epoch

Detailed Description

Definition at line 50 of file img2enc.c.

Field Documentation

◆ class

const AVClass* VideoMuxData::class

Class for private options.

Definition at line 51 of file img2enc.c.

◆ start_img_number

int VideoMuxData::start_img_number

Definition at line 52 of file img2enc.c.

◆ img_number

int VideoMuxData::img_number

Definition at line 53 of file img2enc.c.

◆ split_planes

int VideoMuxData::split_planes

use independent file for each Y, U, V plane

Definition at line 54 of file img2enc.c.

◆ update

int VideoMuxData::update

Definition at line 55 of file img2enc.c.

◆ use_strftime

int VideoMuxData::use_strftime

Definition at line 56 of file img2enc.c.

◆ frame_pts

int VideoMuxData::frame_pts

Definition at line 57 of file img2enc.c.

◆ muxer

const char* VideoMuxData::muxer

Definition at line 58 of file img2enc.c.

◆ use_rename

int VideoMuxData::use_rename

Definition at line 59 of file img2enc.c.

◆ protocol_opts

AVDictionary* VideoMuxData::protocol_opts

Definition at line 60 of file img2enc.c.

◆ update_filemtime

int VideoMuxData::update_filemtime

Definition at line 61 of file img2enc.c.

◆ creation_ts

int64_t VideoMuxData::creation_ts

creation_time in microseconds since epoch

Definition at line 62 of file img2enc.c.


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