Hello people,
I am developing a C# App to edit my AVI file. I want to decode, edit and encode it.
This is the process I would like:
1. load each frame from my AVI file into a bitmap.
2. modify the bitmap.
3. write the bitmap back into the file.
4. repeat for all frames
Is there a nice and simple way to do this?
Regards,
Jason
I am developing a C# App to edit my AVI file. I want to decode, edit and encode it.
This is the process I would like:
1. load each frame from my AVI file into a bitmap.
2. modify the bitmap.
3. write the bitmap back into the file.
4. repeat for all frames
Is there a nice and simple way to do this?
Regards,
Jason