I want to make my own video editor and player in all platform for the special purpose. I need to confirm whether my concept in right way, if there is a short cuts , let me know it.
My concept is
1. take the series of pictures
2. convert pictures into bytes
3. edit bytes according to my requirement (example : background transparent,....etc)
4. prepare each frames
5. prepare video by adding frames
OR
edit by pixels
is this right concept ?
these are my references
In this article, we will go through simple concepts of Bitmap image format and understand how we can assemble simple BMP images from…
BitmapCreator is a cross platform class. Its core is made of: 1. A bytes array that represents an image. 2. Platform specific code that efficiently creates a regular bitmap from the bytes array data (Bitmap property). 3. Platform specific code that efficiently extracts the pixels data from a...