How to watch a 3D side-by-side SBS (half-SBS or full-SBS) in 2D using the wall filter:looking to soon merge it into the main tree
I have a movie in a mkv container that is 3D half-SBS (1280x544) and want to watch in on my laptop screen (2D only).
If I just open the file with VLC I get to see both pictures for the left and the right eye side-by-side and with the wrong aspect-ration (squeezed)
Now the trick to only get one half is actually pretty easy: use the wall filter (Documentation:Modules/wall) and call VLC from the command-line (you can fix the aspect-ratio both from command-line or from the menu) - On Mac OS X :
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC --vout-filter=wall --wall-cols=2 --wall-rows=1 --wall-active=1 mymovie-3d-720p.mkv --aspect-ratio 16:9
http://grok.lsu.edu/article.aspx?articleid=14623
On Mac OS X there's no wall filter in the video effects (why ?) - so if you're not on OS X you can try loading the movie the normal way and use the wall filter in the
Tools → Effects and Filters → Select Video Effects → Vout/Overlay settings
Hope this is helpful to someone - not many seem to have had this problem judging from my google/forum searches...