C# Class subtitleMemorize.UtilsImage

Mostra file Open project: ChangSpivey/SubtitleMemorize Class Usage Examples

Public Methods

Method Description
GetImage ( String videoFilename, double time, String outFilename, double scale = 1 ) : bool

Extracts an image from a video file at a given time and resizes it. Resizing preserves aspect ratio.

Method Details

GetImage() public static method

Extracts an image from a video file at a given time and resizes it. Resizing preserves aspect ratio.
public static GetImage ( String videoFilename, double time, String outFilename, double scale = 1 ) : bool
videoFilename String
time double
outFilename String
scale double
return bool