- Home /
How to trim video clip and convert to byte array at runtime?
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
Comment
Your answer
Follow this Question
Related Questions
Extract frames from video in untiy 1 Answer
VideoPlayer.url width and height 1 Answer
Optimizing VideoClip for Linux 0 Answers
Store Cortana speech commands inside a variable 0 Answers
Recording video from webCam 1 Answer