stop displaying filename in the movies created with videowriter

I have created a movie using videowriter. when I run the movie after it si saved, the name of the file appears for the first seconds and then it disappear. I do not want to see it at all. Any ideas?
Thanks

Risposte (1)

That does not happen for me. How did you create the frames? Did you use text() or insertText() at all?

4 Commenti

Hello,
This how I created the frames:
cdata = print('-RGBImage','-r400');
f(j) = im2frame(cdata);
and after exiting the loop:
video=VideoWriter('fileName.avi','MPEG-4');
video.Quality = 100;
video.FrameRate = 10;
open(video)
writeVideo(video,f);
close(video)
I did not use text() or insertText().
Before you call VideoWriter, when you look in the axes on your GUI, is there text showing there?

Accedi per commentare.

Richiesto:

il 27 Nov 2019

Commentato:

il 30 Nov 2019

Community Treasure Hunt

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

Start Hunting!

Translated by