Function to open a video file
Mostrar comentarios más antiguos
I want to open a video file in my code. The 'aviread' function is not working. Is there any constraint on using this function???? Is this function available in higher versions of MATLAB only?
2 comentarios
Walter Roberson
el 8 de Feb. de 2012
Which MATLAB version are you using?
Is it saying that aviread is not found, or is aviread saying that it cannot find the codec for that video?
Rashmi
el 9 de Feb. de 2012
Respuestas (2)
Thomas
el 8 de Feb. de 2012
did you try
implay()
doc implay
Walter Roberson
el 3 de Jul. de 2012
0 votos
Your AVI file is corrupt.
Categorías
Más información sobre Video Formats and Interfaces en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!