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!