
Run ffmpeg with the following options to create the final movie file.įfmpeg -y -i "left.avi" -i "right.avi" -vcodec copy -acodec adpcm_ima_wav -ac 2 -vcodec copy -map 0:0 -map 0:1 -map 1:0 "VID_0001.AVI" You should have now "left.avi" and "right.avi" (if the filesize is too large, you can adjust the quality by changing "-qscale 1" to a different number, 1 - best, 31 - worst). Here are the instructions if you want to convert 3D videos manually.

User guide Converting 3D videos with ffmpeg This GUI converter allows you to convert any 3D video to 3DS format, instead of using ffmpeg manually.


The 3DS video format is a simple avi with two mjpeg video streams and a single ima adpcm audio stream, with a resolution of 480x240.
