Function to open a video file
Show older comments
I want to open a video file in my code. The 'aviread' function is not working. Is there any constraint on using this function???? Is this function available in higher versions of MATLAB only?
2 Comments
Walter Roberson
on 8 Feb 2012
Which MATLAB version are you using?
Is it saying that aviread is not found, or is aviread saying that it cannot find the codec for that video?
Rashmi
on 9 Feb 2012
Answers (2)
Thomas
on 8 Feb 2012
did you try
implay()
doc implay
Walter Roberson
on 3 Jul 2012
0 votes
Your AVI file is corrupt.
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!