How to make a video from .png images?
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can i make video from the following images. Like the attached file, i have 50 images. How can i make them into a video.
I will be grateful if someone helps me in this regard.
0 commentaires
Réponses (2)
Chad Greene
le 13 Août 2017
In a loop use imread to import each image into Matlab, then follow the "Create AVI file from Animation" example in the VideoWriter documentation.
2 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!