Problem reading .mov file
이전 댓글 표시
Hi,
I have a sample video in .mov format that I want to import in to MATLAB. I used VideoReader function (the documentation on it says it does support .mov format), but got the following error: Error using VideoReader/init (line 450) File could not be read due to an unexpected error. Reason: No width and height for this File Reason: Unknown error 0xC00D36E6
I also tried mmfileinfo function on the same video, but got the following error: Error using mmfileinfo (line 71) Could not get file information.
Has anyone experienced this before? Does this mean the .mov is missing some header information? My OS is Windows 7.
Any help would be greatly appreciated.
Thanks,
Lin
댓글 수: 1
Asim Muhammad
2016년 11월 5일
i have same problem , with windows 10 its ok , but with win 7 its dosent work , plz do share if u got some solution
답변 (2개)
Image Analyst
2013년 9월 16일
0 개 추천
Does it work with any other mov file? I haven't done that so post your code if you want anyone to try it.
댓글 수: 5
lynniz
2013년 9월 17일
Image Analyst
2013년 9월 17일
Was that video created by the same person, organization, or software as the first mov file? Do the failing videos play in QuickTime? Evidently they have something in them that MATLAB's VideoReader doesn't like and you may have to send them the video to figure out what it is.
lynniz
2013년 9월 17일
lynniz
2013년 9월 18일
Image Analyst
2013년 9월 18일
Sounds like a coder problem - the coder should have put that info in there. QuickTime's decoder is apparently smart enough to able to figure it out for the first failing video, while the others aren't smart enough.
Sean de Wolski
2013년 9월 16일
0 개 추천
Can you open the *.mov file in Windows Media Player or VLC?
댓글 수: 6
lynniz
2013년 9월 17일
Sean de Wolski
2013년 9월 17일
Then the video is corrupted, non-compliant, or you don't have the right codecs installed on your system.
lynniz
2013년 9월 17일
Sean de Wolski
2013년 9월 17일
If it meets the platform requirements in the documentation then, yes, it should work if WMP or VLC can read it.
Asim Muhammad
2016년 11월 5일
i am using Win 7 with matlab 2016a , its dosent work for me ,, plz help me . its works with windows 10 but with windows 7 dosent ,
Erik Clark
2018년 10월 2일
Then what are the right codecs Sean?
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!