"Out of memory" error.
Mostrar comentarios más antiguos
I use the routine matlab to convert videos, MOV to AVI format and for my system identify the 240 frames per second. When I use the routine to convert small videos (200 MB), I have not problems, but I need also of convert large videos (2GB), but the memory laptop is no enough. Anyone know how I limit the used memory of my matlab?
If you need my routine, I publish here. Thanks.
Respuesta aceptada
Más respuestas (1)
Paulo Oliveira
el 25 de Nov. de 2013
0 votos
3 comentarios
Image Analyst
el 25 de Nov. de 2013
You never uploaded your workbook, or gave a version of the code where you used a standard video, like rhinos.avi, where it failed. Use the paper clip icon to attach files.
Paulo Oliveira
el 25 de Nov. de 2013
Editada: Paulo Oliveira
el 25 de Nov. de 2013
Image Analyst
el 25 de Nov. de 2013
Again, we have not seen your code so it's hard to speculate on the unknown. All I can guess is that you're not using read() to read in one frame at a time, but are trying to read in the whole giant thing all at once, which I've already said (and you' already know) won't work for large videos.
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!