Error running VideoWriter in R2022b
    2 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I am not able to create a basic VideoWriter object as described in the documentation, for example:
video = VideoWriter('newfile.avi');
returns "Not enough input arguments."
as does
video = VideoWriter('newfile.avi','Motion JPEG AVI');
However, adding a sample third argument:
v = VideoWriter('newfile.avi','Motion JPEG AVI','test');
returns 
Error using VideoWriter: Too many input arguments.
Has anyone else experienced this or know of what the problem might be?
8 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Audio and Video Data dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!