Hello! I’ve picture in format ‘png’. I wont to make video from this picture. When i convert this picture to Texture2D, and then use Texture2D.EncodeToPng, and then File.WriteAllBytes(all data from EncodeToPng), got video, but i can’t play this video. What information i shoud add to the begin of the video? Or maybe you can recommend me some library. I wont to do it on Android.
If that doesn’t work, then the larger point is this: You need to find a library that will encode images into video. I don’t think Unity has one built in, but it looks like someone created a Unity plugin here: