loading a video INTO matlab

조회 수: 2 (최근 30일)
cgo
cgo 2015년 10월 11일
댓글: Walter Roberson 2015년 10월 11일
Hi,
I wish to load a video into matlab and I typed:
obj=VideoReader('vid1.mp4')
A bunch of error messages appeared:
Error using VideoReader/init (line 447)
The file requires the following codec(s) to be installed on your
system:
video/x-h264
Error in VideoReader (line 146)
obj.init(fileName);
The aim is to be able to load the video into matlab so that I can analyze it frame by frame.
Please help thanks
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 10월 11일
What happened when you installed the h264 codec in your (unidentified) system?

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by