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!