Read part of frames

 Respuesta aceptada

Nuno
Nuno el 18 de Jul. de 2011

0 votos

You can use:
nframes = fileinfo.NumFrames;
i = 1:10:nframes

1 comentario

Walter Roberson
Walter Roberson el 18 de Jul. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Productos

Etiquetas

Preguntada:

el 18 de Jul. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by