crate a new avi/wmv file from byte array
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I have a bytes array and I want to create a new video file, I need to know exactly what the fomat's structure should be and then add the data chunk.
-
I have a bytes array and I want to create a new video file, I need to know exactly what the fomat's structure should be and then add the data chunk.
I think you can use the DirectShow, and it can help you get the type of the video and decode the video. Try this: http://en.wikipedia.org/wiki/DirectShow