필터 지우기
필터 지우기

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

조회 수: 24 (최근 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

채택된 답변

Dinesh Iyer
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 CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by