Log in

View Full Version : Merge 3D video from two-2D videos


slayer583
23rd January 2013, 08:34
Dear,

I had to make 3D video file from two-2d videos.
I should get 3D video file with 3D frame packing format.

I have heard that MVC codec could merge two 2d-videos into 3D frame packing format.

However, I couldn't get practical program or codes.

If you know suitable program or code, please help me.

Thanks,

p.s. : I want to get the 3D video with the quality of blue-ray.

J_Darnley
23rd January 2013, 12:35
x264 can encode a packed 3D video. Probably the easiest way is to use avisynth. Load the two videos, Interleave() and then encode with x264 and --frame-packing 5.

Before spending time on this find out what frame packing method you need to use.