Class Movie
- Namespace
- RenderSharp
- Assembly
- RenderSharp.dll
A logical collection of frames that can be exported as a video.
public class Movie
- Inheritance
-
Movie
- Inherited Members
Methods
~Movie()
Destructs the movie by deleting the TempDir.
protected ~Movie()
Output(string, bool)
Exports the movie as an mp4 using ffmpeg. If transparent is true, exports as webm.
public void Output(string filename, bool transparency = false)