CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Visualization & Post-Processing (https://www.cfd-online.com/Forums/visualization/)
-   -   two video adding side by side (https://www.cfd-online.com/Forums/visualization/123981-two-video-adding-side-side.html)

Deepak Bansal September 25, 2013 06:45

two video adding side by side
 
hi all i need one help very urgent.i have two video of my simulation from two different angle i want to add them side by side.means both video should be seen same time side by side......one example given below i want like that............

https://www.youtube.com/watch?v=al-f9zODwjI

JBeilke September 25, 2013 14:18

http://forum.videohelp.com/threads/258275-Two-Video-Clips-Side-by-Side

or

If you have the image files for the video you can place them side by side using ImageMagick and create the final video using mencoder

Code:

montage -geometry +0+0 file1.jpg file2.jpg file_out.jpg
mencoder "mf://file_out" -mf type=jpg:fps=12 -ovc lavc -lavcopts vbitrate=24000000:vcodec=msmpeg4v2:vhq -o video.avi

You have to run the "montage" command for every pair of files.


All times are GMT -4. The time now is 05:24.