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
Adam 2017 年 3 月 14 日

0 投票

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 ExchangeComputer Vision Toolbox についてさらに検索

質問済み:

2017 年 3 月 14 日

回答済み:

2017 年 3 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by