- Home /
Creating a video from a set of frames
I'm trying to create a video (say a .mp4 file) from the set of frames that I'll collect during gameplay. This is not as same as Video recording, i.e, I don't want each frame in the video but maybe every 10th frame or every 100th frame or every nth frame I don't know the value of n here. I want to collect some frames captured at regular interval and make a video file using these frames. Is this possible yet in Unity ? If yes, how ? If no, any pointers on where should I be looking at to write a plugin to achieve this ? Thanks in advance !
Your answer
Follow this Question
Related Questions
Video editing in mobile game 1 Answer
What format does Unity's webcam video capture feature record in? 0 Answers
How can I record a video during runtime including UI elements? 1 Answer
Advice on recording a Game Promotional Video in Unity? 1 Answer
How to record video from the screen on android and save it to gallery? 1 Answer