How to combine two different videos ...and how to combine frst frame of first video and second frame is frst frame of second video with this I have to made second video ...plz help me
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How to add two different videos ...after frst video completion second video has to start ... And second task is a third video who's frst frame is frst frame of frst video Nd second frame is frst frame of second video respectively.....plz help me anyone
7 Commenti
Risposta accettata
Walter Roberson
il 6 Ott 2016
imadd(), but if you do that then your values can end up being too large since bright + bright = too_bright_to_represent_normally
5 Commenti
Walter Roberson
il 6 Ott 2016
If you want to combine two frames of different sizes into a single video, then you have two choices:
- you can use a routine such as imresize() to change each of the frames to a common size; or
- you can pad the smaller frame to be the same size as the larger frame, perhaps by using impad()
If you want different frames of a video to appear for different amounts of time, then you need to repeat the frames as often as necessary to take up that much time considering the frame rate you specified for VideoWriter()
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!