making video with Network
1 次查看(过去 30 天)
显示 更早的评论
I made a video where a particular node color is changing in one second. I tried to capture the change of color in a video. It has created but it is running post. How to run the video slowly?
0 个评论
采纳的回答
Image Analyst
2019-10-20
VideoWriter() has a 'FrameRate' option that you can specify to control how fast it playback.
1 个评论
Image Analyst
2019-10-21
You don't need the pause(1).
So are you saying that when you open the finalized network.avi disk file in a program, such as WIndows Media Player or whatever, that the playback speed is always the same regardless of what value you pass in for FrameRate? Because I do this all the time and it does vary it for me.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!