CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   Software to build avi from a sequence of images (https://www.cfd-online.com/Forums/openfoam-post-processing/61415-software-build-avi-sequence-images.html)

hsieh January 18, 2008 12:40

Hi, I exported a sequence o
 
Hi,

I exported a sequence of jpg images from paraview. Is there any Open Source software that allows one to assemble avi video files from a sequence of jpg images. I have use ffmpeg to assemble mpg video from a sequence of jpg images, but, I am hoping that I can do this in avi format (to save some conversion steps). Thanks!

Pei

lr103476 January 18, 2008 13:16

Hi Pei, I always use menco
 
Hi Pei,

I always use mencoder (comes with mplayer) to convert a sequence of png files to an avi-file. The following should work:

mencoder mf://*.$fileExt -mf w=800:h=600:fps=25:type=$fileExt -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o $outFile

Regards, Frank

hsieh January 18, 2008 22:12

Thanks Frank! I will give m
 
Thanks Frank!

I will give mencoder a try.

Pei


All times are GMT -4. The time now is 21:45.