Chitika

Wednesday, October 2, 2013

linux 3D side-by-side to anaglyph video conversion


mencoder -vf stereo3d,scale sbs.mp4 -o anaglyph.mp4 -oac pcm -ovc x264

where:
sbs.mp4 is input file
anaglyph.mp4 is output file

2 comments:

  1. Some people were having difficulty getting the video to output the correct size, so I'm posting my solution here:

    mencoder -vf stereo3d=sbsl:arcd,dsize=1920:1080,scale "sbs.mp4" -o "anaglyph.mp4" -oac pcm -ovc x264

    ReplyDelete