From cfea692e92008448d19b874c5e710a5528d3c487 Mon Sep 17 00:00:00 2001 From: DeadFire Date: Mon, 31 Mar 2014 16:44:06 +0800 Subject: [PATCH] =?UTF-8?q?20140331-4=20=E9=80=89=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tech/How To Play 3D Movies In Ubuntu.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sources/tech/How To Play 3D Movies In Ubuntu.md diff --git a/sources/tech/How To Play 3D Movies In Ubuntu.md b/sources/tech/How To Play 3D Movies In Ubuntu.md new file mode 100644 index 0000000000..bb76eadf30 --- /dev/null +++ b/sources/tech/How To Play 3D Movies In Ubuntu.md @@ -0,0 +1,35 @@ +How To Play 3D Movies In Ubuntu +================================================================================ +Dear linux geeks, + +**Q:** I downloaded a very high quality 3D movie, but when I try to play it with VLC media player the screen is split in two parts and I don’t like to watch the move like that. + +![](http://www.unixmen.com/wp-content/uploads/2014/03/s2.png) + +In this tutorial you will learn how to play 3D movies in Ubuntu using a free 3D video player called [bino][1]. You can easily find information about bino 3D movie player by running the following command in your terminal. + + apt-cache search bino + +Open a new terminal (CTRL+ALT+T) and run the following command to install bino in your Ubuntu machine. + + sudo apt-get install bino + +After the installation of bino is finished launch it by going to Applications, Sound&Video,Bino or just type bino in the terminal and hit Enter. + +Then locate the 3D video clip or movie you want to play by going to File and click on Open. Your movie will start playing, but the screen will still be separated in two parts. Nobody likes watching the movie like this. + +Now go to Input and select the Left/Right option. You will see a big change that I am sure you will like it. The following screenshot explains everything. I am still new to the bino video player, but I am trying to play around and see if I can find more tricks. + +![](http://www.unixmen.com/wp-content/uploads/2014/03/s1.png) + +Do not forget to hit the Play button in order to watch the movies. + +-------------------------------------------------------------------------------- + +via: http://www.unixmen.com/play-3d-movies-ubuntu/ + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://bino3d.org/ \ No newline at end of file