VideoWriter - Error using FilesLoad
1 回表示 (過去 30 日間)
古いコメントを表示
When trying to a video using VideoWriter function and I am returned the following error:
Error using FilesLoad (line 119)
Unable to find file. Ensure file exists and path is valid.
The code is simply:
writerObj = VideoWriter("Controller1:50 Controller2:20.avi");
0 件のコメント
採用された回答
Walter Roberson
2022 年 10 月 19 日
移動済み: Walter Roberson
2022 年 10 月 19 日
Are you using Windows? Colon is not a valid character in a windows file name except for drive indicator
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!