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!