Borrar filtros
Borrar filtros

VideoWriter - Error using FilesLoad

2 visualizaciones (últimos 30 días)
Adam Handley
Adam Handley el 19 de Oct. de 2022
Movida: Walter Roberson el 19 de Oct. de 2022
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");

Respuesta aceptada

Walter Roberson
Walter Roberson el 19 de Oct. de 2022
Movida: Walter Roberson el 19 de Oct. de 2022
Are you using Windows? Colon is not a valid character in a windows file name except for drive indicator
  1 comentario
Adam Handley
Adam Handley el 19 de Oct. de 2022
Movida: Walter Roberson el 19 de Oct. de 2022
Perfect. I can't believe I missed that.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by