How to save a video created by 'VideoWriter' to specific file other than current file folder
15 次查看(过去 30 天)
显示 更早的评论
I have created a video using 'VideoWriter'. However, it seems this video can only be save under the current file folder. How can I save the video to a specific file folder?
Thanks in advance!
Andy
0 个评论
采纳的回答
Dinesh Iyer
2015-7-27
Provide the full path to the location you want to save the file to when creating VideoWriter. On Windows for example:
vwObj = VideoWriter('C:\myloc\mydirInsideLoc\myfile');
更多回答(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!