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:

standard C # mage drawing code

Modify individual video frames during encoding via

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -