Borrar filtros
Borrar filtros

How to save a video created by 'VideoWriter' to specific file other than current file folder

24 visualizaciones (últimos 30 días)
I have created a video using 'VideoWriter'. However, it seems this video can only be save under the current file folder. How can I save the video to a specific file folder?
Thanks in advance!
Andy

Respuesta aceptada

Dinesh Iyer
Dinesh Iyer el 27 de Jul. de 2015
Provide the full path to the location you want to save the file to when creating VideoWriter. On Windows for example:
vwObj = VideoWriter('C:\myloc\mydirInsideLoc\myfile');

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by