how to read .mp4 videos in matlab

3 visualizaciones (últimos 30 días)
Megha Kolhekar
Megha Kolhekar el 20 de Oct. de 2011
I want to extract DCT coefficients and motion vectors in a .mp4 video for encryption/ decryption. How do I read the video sequence to get the frames?

Respuesta aceptada

Wayne King
Wayne King el 20 de Oct. de 2011
On Windows 7, you can use VideoReader to read a .mp4 file.
See the help for an example of reading one frame at a time.
If you have the DSP System Toolbox, or the Computer Vision Toolbox, you can use the System objects: signalblks.MultimediaFileReader or vision.VideoFileReader to read an mp4 file one frame at a time. If you have either of these products and want an example, write back (say which version you have, e.g. R2011b, R2011a, etc.)

Más respuestas (1)

Megha Kolhekar
Megha Kolhekar el 21 de Oct. de 2011
Thanks Wayne.
I do not have DSP toolbox. But I do have R2011a. I will check for the example.
Thanks.
  1 comentario
Lambis Apostolidis
Lambis Apostolidis el 23 de Abr. de 2012
Hi,
I'm looking for the exact same information. Did you finally found a solution? Can you provide me some instructions?
Thanks

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by