My Video Player plays clips from a path at runtime
videoplayer.url = path; //mobile gallery path
videoplayer.Play();
I want to take this clip, trim it to 3 seconds, and convert the trimmed video to a byte array.
Is it possible?
*If so, is it also possible to change the video format while saving?
Thanks