On Mon, Nov 22, 2010 at 10:25 AM, Xueli Wang <[email protected]> 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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
