How to save a video created by 'VideoWriter' to specific file other than current file folder

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

 Accepted Answer

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');

More Answers (0)

Asked:

on 27 Jul 2015

Commented:

on 30 Jul 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!