Calculating The Number of frames

4 vues (au cours des 30 derniers jours)
Abdussalam Elhanashi
Abdussalam Elhanashi le 23 Jan 2020
Hi guys
just asking
is this code accurate for calculating the number of frames for such video
vidObj = VideoReader('myfile.mp4');
numFrames = 0;
while hasFrame(vidObj)
readFrame(vidObj);
numFrames = numFrames + 1;
end

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 23 Jan 2020

Catégories

En savoir plus sur Simscape Electrical 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!

Translated by