I am working on a video app, which allows merging of clips selected from the camera roll. However, the user is also allowed to include images. If a user selects an image along with clips, this image should be a part of video with the playback time of five seconds(suppose user selects a video of 10 seconds, an image and another video of 20 seconds, then the final video should be of 35 seconds with image being a part of video). How can i do that?
Thanks in advance.