ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ImageResizer.Plugins.FFmpeg.FFmpegJob Class Reference

Public Member Functions

 FFmpegJob (NameValueCollection query)
 

Properties

string SourcePath [get, set]
 
Stream Result [get, set]
 
bool SkipBlankFrames [get, set]
 If true, frames will be energy-anlayzed to verify they're not blank. More...
 
double IncrementWhenBlank [get, set]
 How many seconds to FF when a blank frame is found More...
 
double Seconds [get, set]
 How many seconds within the video to grab the frame More...
 
double Percent [get, set]
 What percentage within the video to grab a frame. Using this instead of seconds will result in slower execution, as the video size will have to be retrieved first. More...
 
int Timeout [get, set]
 How many milliseconds to wait before timing out More...
 

Detailed Description

Definition at line 12 of file FFmpegJob.cs.

Property Documentation

double ImageResizer.Plugins.FFmpeg.FFmpegJob.IncrementWhenBlank
getset

How many seconds to FF when a blank frame is found

Definition at line 44 of file FFmpegJob.cs.

double ImageResizer.Plugins.FFmpeg.FFmpegJob.Percent
getset

What percentage within the video to grab a frame. Using this instead of seconds will result in slower execution, as the video size will have to be retrieved first.

Definition at line 54 of file FFmpegJob.cs.

double ImageResizer.Plugins.FFmpeg.FFmpegJob.Seconds
getset

How many seconds within the video to grab the frame

Definition at line 49 of file FFmpegJob.cs.

bool ImageResizer.Plugins.FFmpeg.FFmpegJob.SkipBlankFrames
getset

If true, frames will be energy-anlayzed to verify they're not blank.

Definition at line 39 of file FFmpegJob.cs.

int ImageResizer.Plugins.FFmpeg.FFmpegJob.Timeout
getset

How many milliseconds to wait before timing out

Definition at line 59 of file FFmpegJob.cs.


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