How can I watch a side-by-side 3D video in 2D?

47

Solution 1

Bino 3d, a video player for Windows, OS X and Linux, does exactly what you are looking for. Just select 'left/right, half width' from the input menu and 'left' or 'right' from the output menu.

Screenshot


Regarding VLC, you can use new filter named "wall". It not perfect but easier than @Amit's suggestion.

See these links for more information:

Solution 2

I found this forum post on the VideoLAN forums: http://forum.videolan.org/viewtopic.php?f=2&t=104074

This was the title of the post:

How to watch 3D SBS in VLC 2.0 and higher

by Tesseract83233 » Mon Sep 10, 2012 12:08 am

The question was:

I got a 3D side-by-side MKV-Movie but I only have a 2D TV - my question was how to get only the picture of the "left eye" in fullscreen with the right aspect ratio?

This is the solution:

And after about an hour of playing around... that's how I solved it:

  1. Start VLC (you don't have to play a video at this time)
  2. Go to "Tools" -> "Preferences" (CTRL+P on Windows)
  3. On the lower left corner choose "Show settings" -> "All"
  4. On the left part of the settings window, scroll down and select "Video"
  5. On the right part of the settings window, scroll down to "Source aspect ratio"
  6. Type in the aspect ratio with the width doubled - for example 32:9 for a 16:9 video, or 8:3 for a 4:3 video...
  7. Click "Save" and exit VLC ---Keep in mind that the changed aspect ratio will be saved for all your videos - remove it after watching 3D or your normal videos might seem to be a bit stretched ---
  8. Start VLC and play your 3D video, pause somewhere at the start
  9. If you don't already know, check your video resolution under "Tools" -> "Media Information" (CTRL+I on Windows) -> "Codec"
  10. Go to "Tools" -> "Effects and Filters" (CTRL+E on Windows)
  11. Go to "Video Effects" -> "Crop"
  12. On "Right" type in the half of your horizontal pixels for example: 1920x1080 ---> 1920/2 = 960 px or: 1280x720 ---> 1280/2 = 640 px
  13. Click on "Close", hit "Play" and enjoy your movie in 2D ;D

If the video feeds are one on top of the other the same applies except double the height (16:9 > 16:18) and crop the bottom by 1080/2 > 540px or 360px.

Solution 3

Nvidia 3D vision Video Player will play 3D SBS movies back as a 2D movie. Note that it works only on Windows.

Solution 4

Solution for red/green glasses

Tools, Effects and filters, Video effect tab, Use the the scroll bar and go right to advanced, check anaglyph 3d

https://www.youtube.com/watch?v=b26FIZ2mZXQ

Share:
47

Related videos on Youtube

neversaint
Author by

neversaint

Updated on September 18, 2022

Comments

  • neversaint
    neversaint almost 2 years

    I have the following data frame:

    df <- structure(c("0.1620678925564", "-0.0609851972808482", "-0.101082695275552",
    "0.184268723991321", "-0.0899021067853178", "-0.0943666172060028",
    "-0.0531973808347148", "0.0213528550009522", "0.0318445258337625",
    "0.0179790366380429", "0.00347902775389391", "-0.0214580643919368",
    "-0.0760171167711921", "0.0344372228755224", "0.0415798938956697",
    "-0.114239469843063", "0.0217218301803764", "0.0925176396626868",
    "-0.0100499090500894", "0.0131491664210288", "-0.00309925737093941",
    "0.101206058442775", "0.0231964804556542", "-0.124402538898429",
    "0.0753224665976433", "-0.0323083061719772", "-0.0430141604256661",
    "-0.0654080281579984", "0.0124273486220488", "0.0529806795359496",
    "-0.0390251373720762", "-0.0115216989414941", "0.0505468363135703",
    "0.0321298528741327", "-0.0151866963239294", "-0.0169431565502034",
    "0.0288166559498562", "-0.0173984873138801", "-0.0114181686359761",
    "-0.0176892628883129", "-0.0235673738231865", "0.0412566367114994",
    "LAIV D0", "LAIV D3", "LAIV D7", "LAIV D0", "LAIV D3", "LAIV D7"
    ), .Dim = c(6L, 8L), .Dimnames = list(c("1", "2", "3", "4", "5",
    "6"), c("Neutrophil", "Tcell", "Monocyte", "Bcell", "NKcell",
    "PlasmaCell", "DendriticCell", "samples")))
    

    It looks like this:

      Neutrophil            Tcell                 Monocyte              Bcell                  NKcell                PlasmaCell           
    1 "0.1620678925564"     "-0.0531973808347148" "-0.0760171167711921" "-0.0100499090500894"  "0.0753224665976433"  "-0.0390251373720762"
    2 "-0.0609851972808482" "0.0213528550009522"  "0.0344372228755224"  "0.0131491664210288"   "-0.0323083061719772" "-0.0115216989414941"
    3 "-0.101082695275552"  "0.0318445258337625"  "0.0415798938956697"  "-0.00309925737093941" "-0.0430141604256661" "0.0505468363135703" 
    4 "0.184268723991321"   "0.0179790366380429"  "-0.114239469843063"  "0.101206058442775"    "-0.0654080281579984" "0.0321298528741327" 
    5 "-0.0899021067853178" "0.00347902775389391" "0.0217218301803764"  "0.0231964804556542"   "0.0124273486220488"  "-0.0151866963239294"
    6 "-0.0943666172060028" "-0.0214580643919368" "0.0925176396626868"  "-0.124402538898429"   "0.0529806795359496"  "-0.0169431565502034"
      DendriticCell         samples  
    1 "0.0288166559498562"  "LAIV D0"
    2 "-0.0173984873138801" "LAIV D3"
    3 "-0.0114181686359761" "LAIV D7"
    4 "-0.0176892628883129" "LAIV D0"
    5 "-0.0235673738231865" "LAIV D3"
    6 "0.0412566367114994"  "LAIV D7"
    

    What I want to do is to melt it so that it looks like this:

       X1            X2                value
    1   'LAIV D0'    Neutrophil      0.1620678925564
    2   'LAIV D3'    Neutrophil  -0.0609851972808482
    ....
    

    How can I do that?

    I tried this but won't do.

    library(reshape2)
    melt(df)
    
    • Joaolvcm
      Joaolvcm over 12 years
      he has a mac, but he also uses vmware, so mac osx or windows 7. i just want the full size of one of the views, but i don't mind, if i need to convert it or just setting the player
    • Psycogeek
      Psycogeek over 12 years
      Ok, I just tested in MPChc and A .MKV video file I was able to "move Left" in View/Pan&Scan and "zoom" Using the EVR renderer . For the Move or the zoom, if it isnt Keyshorts, it would take a lot of menu clicking. For the Codec, I do have a MKV codec installed, i am not sure if it was needed. VLC has a tendancy to play more formats than MPC without any codec additions to the system.
    • deed02392
      deed02392 over 12 years
      VLC doesn't have a 'tendancy' to handle more formats than MPC, it's just that MPC keeps the codecs independant from the player. This is advantageous for a number of reasons. A codec package like CCCP is a much better setup than a single VLC install.
    • Sumedh
      Sumedh almost 8 years
  • JP Hellemons
    JP Hellemons almost 11 years
  • nobs
    nobs over 9 years
    This only converts the 3d source to anaglyph 3d to watch with red/green glasses. it would call this a solution.
  • sebix
    sebix over 5 years
    Instead of setting a fixed aspect ratio it is also possible to set a custom list of aspect ratio in the settings, which are then shown in the Video > Aspect Ratio menu
  • rubo77
    rubo77 over 2 years
    for a video in 1920x804px ratio, additionally you need to go to Preferences->Settings->Video and set "Force source Aspect ration" to "2.39:1"
  • rubo77
    rubo77 over 2 years
    On Linux I installed version 1.6.6 with sudo apt install bino and it seems to work, but it is very buggy: When you try to scip forward, it crashes
  • rubo77
    rubo77 over 2 years
    This kinda works, but then my video has the wrong aspect ratio (original 1920x804px per side)