Videoreader cannot read video frames properly
조회 수: 10 (최근 30일)
이전 댓글 표시
For example a *.wmv video length is 10 sec. Frame per second 50. Total frame= 10*50 =500 frames.
But Matlab NumberofFrames function gives 351 frames.
When same video start a blackframe, this time function gives 500 frames.
What can I do? What is problem? I think that the problem is Matlab videoreader function.
댓글 수: 0
답변 (1개)
Walter Roberson
2016년 1월 15일
It might be a variable framerate movie. Or the recording process might not have been able to store frames fast enough leading to frames being skipped.
댓글 수: 3
Walter Roberson
2016년 1월 15일
Was the video written using videoWriter class? If so then which MATLAB release are you using and which operating system?
참고 항목
카테고리
Help Center 및 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!