Calculating The Number of frames

9 Ansichten (letzte 30 Tage)
Abdussalam Elhanashi
Abdussalam Elhanashi am 23 Jan. 2020
Beantwortet: KALYAN ACHARJYA am 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

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 23 Jan. 2020

Kategorien

Mehr zu Simscape Electrical finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by