reading MOV files
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Laura Proctor
le 1 Juin 2011
There is a bug report indicating this is problematic on older versions of MATLAB:
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!