If you want to render some video sequence, and do not want to touch DirectShow or depend on command-line utilities - SharpAvi may be what you need.
Writing uncompressed AVI does not require any external dependencies, it's pure .NET code. Files are produced in compliance with the OpenDML extensions...
More information
Authoring SDK assemblies used for creating custom authoring applications. Includes assemblies needed at runtime when executing outside irAuthor®.
irAuthor extension developers do not need this package and should use the InRule.irAuthor.SDK package instead.
This is a fork of https://github.com/baSSiLL/SharpAvi that is found by Vasili Maslov. It has been modified by Duc Vu Nguyen to be compatible with .Net Standard 2.0.
If you want to render some video sequence, and do not want to touch DirectShow or depend on command-line utilities - SharpAvi may be...
More information