is it possible to make frames to video
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have a video.... and when i convert it to frames i get 1000 frames.... now is it possible to select frames from 500 to 700 and save it in avi format..... so that i can open the video later without running the code as the video we gave for input...... please do reply...
2 comentarios
manoj saini
el 26 de Feb. de 2013
yes only read your matrix from b=a(500,700)\ now save your b variable
Image Analyst
el 26 de Feb. de 2013
Is your video live/streaming, or has it already been captured and saved to a file (from which you wish to extract a subset of frames)?
Respuesta aceptada
manoj saini
el 26 de Feb. de 2013
ya.........using getsnapshot
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!