c# - Transforming AVI video in .NET -
I am doing a project in C #. I want to read the AVI video frames, edit them, and then write them in a new avi file (such as transformer filter)
I have a process in which I am my own Can make a direct show transform filter, but it will be in C ++ and I wanted to avoid it.
Is it anyway to complete in .net?
Specifically was the development to create or edit video files in .NET, and this is mostly Has been completed. I believe one of the features listed is actually what you want:
Modify individual video frames during encoding viastandard C # mage drawing code
Comments
Post a Comment