Ältere Kommentare anzeigen
Hi
How do I play an avi file in Matlab?
Antworten (2)
Fangjun Jiang
am 11 Aug. 2011
0 Stimmen
implay()
Raj
am 29 Sep. 2023
0 Stimmen
Hi James,
There are multiple ways through which you can play videos in MATLAB
- Video Viewer: It lets you play videos, image sequences etc. Refer the to the documentation below for better understanding on the same: https://www.mathworks.com/help/images/ref/videoviewer-app.html
- We can also display multiple video streams using custom GUI. The documentation page for the same is: https://www.mathworks.com/help/vision/ug/video-display-in-a-custom-user-interface.html
- Through Video Player: It lets you display video on your MATLAB. https://www.mathworks.com/matlabcentral/fileexchange/51014-video-player-with-pause-play
Kategorien
Mehr zu Video Formats and Interfaces finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!