Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
|
|
#1 | Link |
|
Registered User
Join Date: May 2007
Location: Wisconsin
Posts: 2,276
|
Swapping Side-by-side 3D Video Images
I know how to crop video, but do not have a clue as to how to take a side-by-side 3D video and swap the two video images.
Before you ask why I would want to do that, here is the reason... to be able to look at the video without a 3D TV. I can do the cross-eyed thing where I can cross the eyes with two images and get the 3D to appear. But, TV 3D has the images reversed for doing that trick. So, as an experiment, I want to swap the two images. Is there an easy way of doing that? Thanks. |
|
|
|
|
|
#4 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,409
|
Code:
left=crop(0,0,Width/2,-0)
right=crop(Width/2,0,-0,-0)
stackhorizontal(right,left)
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|