From: Paolo - on
Hi all! I need to create video from a sequence of images. The images are taken from a surface plot, using saveas. I use campos to change the position of the camera and then save he image. I slightly change the position of the camera from a frame to the other in order to have a smooth movement. I put the cameraviewangle in manual mode to avoid changes in the view angle, and then print the image. The problem is that matlab seems to change the position of the camera while saving the image, so in the video sometimes I get a glitch when the image changes suddently. Does someone know what could be happening?

Thanks
From: mat001 on
"Paolo -" <xxxxx(a)xxxx.xxxx> wrote in message <hsbcfk$b01$1(a)fred.mathworks.com>...
> Hi all! I need to create video from a sequence of images. The images are taken from a surface plot, using saveas. I use campos to change the position of the camera and then save he image. I slightly change the position of the camera from a frame to the other in order to have a smooth movement. I put the cameraviewangle in manual mode to avoid changes in the view angle, and then print the image. The problem is that matlab seems to change the position of the camera while saving the image, so in the video sometimes I get a glitch when the image changes suddently. Does someone know what could be happening?
>
> Thanks

use virtualdub if you need now.
From: Paolo - on
"mat001 " <priya.biomath(a)yahoo.co.in> wrote in message <hsbeh6$jeu$1(a)fred.mathworks.com>...
> "Paolo -" <xxxxx(a)xxxx.xxxx> wrote in message <hsbcfk$b01$1(a)fred.mathworks.com>...
> > Hi all! I need to create video from a sequence of images. The images are taken from a surface plot, using saveas. I use campos to change the position of the camera and then save he image. I slightly change the position of the camera from a frame to the other in order to have a smooth movement. I put the cameraviewangle in manual mode to avoid changes in the view angle, and then print the image. The problem is that matlab seems to change the position of the camera while saving the image, so in the video sometimes I get a glitch when the image changes suddently. Does someone know what could be happening?
> >
> > Thanks
>
> use virtualdub if you need now.

For what should I use virtualdub? My problem is not creating the video from the images, I use mencoder for that, the problem is that the images created by Matlab change suddenly in their orientation, so I get a glitch in the final video.