Filter löschen
Filter löschen

Read part of frames

1 Ansicht (letzte 30 Tage)
razevedo
razevedo am 18 Jul. 2011
How i read for exemple 10 in 10 frames of a video in matlab?

Akzeptierte Antwort

Nuno
Nuno am 18 Jul. 2011
You can use:
nframes = fileinfo.NumFrames;
i = 1:10:nframes
  1 Kommentar
Walter Roberson
Walter Roberson am 18 Jul. 2011
Note: if the video is stored with variable frame rate, then you will have to read to the end of the video file first before you can determine how many frames were present.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by