C# 클래스 Vidja.Vidja

파일 보기 프로젝트 열기: kjpluck/Vidja

공개 메소드들

메소드 설명
Generate ( IVidja vidja, string outputFilename = "vidja.mp4", int startAt ) : void

비공개 메소드들

메소드 설명
CheckForFfMpegExe ( ) : void
CreateAnimation ( ) : void
CreateGifAnimation ( ) : void
DeletePalette ( ) : void
ExtractPalette ( ) : void
OutputIsAGif ( string outputFilename ) : bool
PipeFramesToFfMpegProcess ( ) : void
StartFfMpegProcess ( string arguments ) : void
WriteFrameToFfMpegProcess ( double t, BinaryWriter writer ) : void

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( IVidja vidja, string outputFilename = "vidja.mp4", int startAt ) : void
vidja IVidja
outputFilename string
startAt int
리턴 void