Effacer les filtres
Effacer les filtres

Not showing number of frames for specific video even if it is present in current path in matlab

1 vue (au cours des 30 derniers jours)
Below code is showing error for correct_script_video.avi.But it is working fine for other videos.This video is present in current path but still its showing error.What is the reason?
Error is:
Error in VideoReader (line 132)
obj.init(fileName);
Error in framescheck (line 1)
obj = VideoReader('correct_script_video.avi');
Source code:
vid = VideoReader('correct_script_video.avi');
nFrames=vid.NumberOfFrames;
nFrames

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Mai 2014
AVI that are Variable Frame Rate cannot show the number of frames until the video has been read all the way to the end.
  1 commentaire
prashanth
prashanth le 2 Mai 2014
Modifié(e) : prashanth le 2 Mai 2014
Actually i formatted video.So frame rate changed.Then what is the solution to get number of frames?

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by