C# Class Vidja.Vidja

Datei anzeigen Open project: kjpluck/Vidja

Public Methods

Method Description
Generate ( IVidja vidja, string outputFilename = "vidja.mp4", int startAt ) : void

Private Methods

Method Description
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

Method Details

Generate() public static method

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