C# Class subtitleMemorize.UtilsImage

Afficher le fichier Open project: ChangSpivey/SubtitleMemorize Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat bool