C# 클래스 subtitleMemorize.UtilsImage

파일 보기 프로젝트 열기: ChangSpivey/SubtitleMemorize 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GetImage() 공개 정적인 메소드

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
리턴 bool