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.
|
public static GetImage ( String videoFilename, double time, String outFilename, double scale = 1 ) : bool | ||
videoFilename | String | |
time | double | |
outFilename | String | |
scale | double | |
return | bool |