Video formats in MATLAB

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');

Asked:

on 19 Mar 2014

Commented:

on 28 Oct 2016

Community Treasure Hunt

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

Start Hunting!