reading MOV files
8 views (last 30 days)
Show older comments
I'm a long time Matlab user, but newish to Macs and video formats. I'm having a problem reading in .MOV files. I can define the obj with mmreader, and all seems well:
EDU>> info = get(obj) info = Duration: 155.1550 Name: 'CIMG0454.MOV' Path: '' Tag: '' Type: 'mmreader' UserData: [] BitsPerPixel: 24 FrameRate: 29.9700 Height: 192 NumberOfFrames: 4650 VideoFormat: 'RGB24' Width: 432
But when I try to get the first frame it fails:
EDU>> tmp = read(obj,1); ??? The frame index requested is beyond the end of the file.
Error in ==> mmreader.read at 74 videoFrames = read(getImpl(obj), index);
Anyone know why Matlab thinks there are no frames? The file is certainly not empty. Am I better to convert to mpg? (I can, but have to use a computer on the other side of campus. Would rather get the .MOV file to work.)
Thank you for your help!
0 Comments
Accepted Answer
Laura Proctor
on 1 Jun 2011
There is a bug report indicating this is problematic on older versions of MATLAB:
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing 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!