Writing a video.
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I need help regarding writing a video file. My question is:
I have created a .m file for motion jpeg. Now when I write it using "videowriter" , it by default compresses it. I want a command to write a neutral file with no preset compression along with it. A command that just creates an avi container and i write my own files in it.
댓글 수: 0
답변 (2개)
KSSV
2011년 12월 12일
0 개 추천
Hi Get the frame of plot for every update...and use movie2avi()
Sreenu
댓글 수: 2
Waqas
2011년 12월 12일
Bjorn Gustavsson
2011년 12월 12일
Check the documentation of getframe, and movie:
help getframe
help movie
KSSV
2011년 12월 15일
Hello
Check the following file in mathworks. Check the file animation in this files. Here I wrote the code for video file. Hope it will be useful.
Files link:
Sreenu
https://sites.google.com/site/kolukulasivasrinivas/
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!