Video formats in MATLAB

3 views (last 30 days)
Sneheet
Sneheet on 19 Mar 2014
Commented: Pau Papu on 28 Oct 2016
can Matlab handle mp4 video clips or do they have to be avi?
Is it possible to do VideoReader('clip.mp4') ?

Answers (1)

Sara
Sara on 19 Mar 2014
outputVideo = VideoWriter('myvideo.mp4','MPEG-4');

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!