[Paraview] combine rotate and zoom in and zoom out

David Doria daviddoria at gmail.com
Mon Nov 22 10:30:25 EST 2010


On Mon, Nov 22, 2010 at 10:25 AM, Xueli Wang <wang at knmi.nl> wrote:
> Hello everyone,
>
> I want to make a movie in Paraview. I can use "interpolate camera position"
> to zoom in and zoom out to the object. But I couldn't make nice rotation. I
> saw it was possible to do this by using "camera orbit". My question is
> whether is it possible to combine these two functions? Or is there a way to
> cat two movie file together...?
>
> Thanks!
>
> Xueli Wang

You can combine two video files back to back using mencoder:

mencoder -of mpeg -oac copy -ovc copy -o output.mpg file1.mpg file2.mpg

David


More information about the ParaView mailing list