How do i change video write location
이전 댓글 표시
when i want to save a de-noised MPEG-1 video using Video Write function, during run-time i get an error named "Permission denied" how do i change the video write file saving location.
답변 (1개)
Adam
2017년 3월 14일
You didn't show what code you are using, but
v = VideoWriter(filename);
creates a video writer object for whatever filename you give it, where the filename can (should, ideally) include a full path.
카테고리
도움말 센터 및 File Exchange에서 Video Formats and Interfaces에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!