3D/stereoscopic support

Feature requests for VLC.
1town
New Cone
New Cone
Posts: 3
Joined: 01 Oct 2009 20:37

3D/stereoscopic support

Postby 1town » 01 Oct 2009 20:50

Any chance of seeing support for stereoscopic video any time soon? It's the future, you know ;)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 3D/stereoscopic support

Postby Jean-Baptiste Kempf » 01 Oct 2009 21:09

IS there any standard for those?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

1town
New Cone
New Cone
Posts: 3
Joined: 01 Oct 2009 20:37

Re: 3D/stereoscopic support

Postby 1town » 01 Oct 2009 22:19

Well.. Closest thing to a standard at the moment would be Field sequential video, where the channels are separated in the interlace. That seems to be the underground way of distributing stereoscopic video without committing to an output method (like anaglyph)

3dtv.at has a stereoscopic player, which is pretty good, but the only reason I mention it here as a feature request is that they (nor anyone else) has a player for Mac. And the 3dtv player is commercial to boot.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 3D/stereoscopic support

Postby Jean-Baptiste Kempf » 02 Oct 2009 08:00

VLC can already play 2 video tracks at the same time.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

BytePlayer
New Cone
New Cone
Posts: 2
Joined: 26 Mar 2010 01:05

Re: 3D/stereoscopic support

Postby BytePlayer » 26 Mar 2010 02:17

I need to be able to take those two streams and dynamically blend them into a single anaglyph screen. I would pay someone knowledgeable if they can do this for us so that VCL Media Player would take those two video streams and dynamically blend them as follows:

output.red = (0.3 * left.red) + (0.6 * left.green) + (0.1 * left.blue);
output.green = right.green;
output.blue = right.blue;

Any takers?

VouzeMan
New Cone
New Cone
Posts: 1
Joined: 26 Mar 2010 13:53

Re: 3D/stereoscopic support

Postby VouzeMan » 26 Mar 2010 14:01

Here is a 3D (they name it "Free D" !?) video from YouTube.

http://www.youtube.com/watch?v=ZD8_U1UkYRM

If you download it with the firefox plugin "download helper", you will be able to play this mp4 with vlc.

This is a bit strange, because YouTube flash player, plays it in red and blue, while vlc plays the 2 images one above the other.

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: 3D/stereoscopic support

Postby Arite » 26 Mar 2010 17:08

This is a bit strange, because YouTube flash player, plays it in red and blue, while vlc plays the 2 images one above the other.
Looks like YouTube has just overlayed the top/bottom videos on top of each other with a red/cyan filter respectively (as that is the default "3D View Style"), whereas VLC is playing the actual raw video stream.

Arite.
Don't use PMs for support questions.

BytePlayer
New Cone
New Cone
Posts: 2
Joined: 26 Mar 2010 01:05

Re: 3D/stereoscopic support

Postby BytePlayer » 26 Mar 2010 23:05

Yep, VLC is playing the raw video screen and I need to get it blended and unfortunately don't have the time to get familiar enough with VCL to do it myself. So I'm looking for someone we can pay to do this for us.

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: 3D/stereoscopic support

Postby VLC_help » 27 Mar 2010 18:16

So I'm looking for someone we can pay to do this for us.
You should contact vlc-devel mailing list.

jgh
New Cone
New Cone
Posts: 3
Joined: 18 May 2010 15:08

Re: 3D/stereoscopic support

Postby jgh » 18 May 2010 15:13

Has any progress been made on this? If not I'd be interested in contributing a stereoscopy module. Could support a number of different formats: Anaglyph(Red/cyan, red/green, red/blue), parallax barrier, row interleaved for polarized, possibly shutter depending on the implementation (I believe the NVidia system just requires a little bit of extra information in the output texture). I've done stereoscopic video work before, just haven't worked with VLC before (although I HAVE done stuff with libavcodec).

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 3D/stereoscopic support

Postby Jean-Baptiste Kempf » 18 May 2010 16:46

Nothing has been done so far, AFAIK.
Come on IRC, if you need to bootstrap on VLC development.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

jgh
New Cone
New Cone
Posts: 3
Joined: 18 May 2010 15:08

Re: 3D/stereoscopic support

Postby jgh » 21 May 2010 17:31

I've got it building and everything (well, 1.1 anyway - latest version seems to have some issues with the mac os x gui building). So I'll start poking around and see if I can get anywhere - if I have questions I'll hit you guys up in IRC.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 3D/stereoscopic support

Postby Jean-Baptiste Kempf » 21 May 2010 17:39

great.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

BlackShark
New Cone
New Cone
Posts: 8
Joined: 05 Mar 2007 16:16

Re: 3D/stereoscopic support

Postby BlackShark » 23 May 2010 01:23

I'm no programmer so I probably won't be of much help but I noticed this post and would like to cheer you up !
Go Go ! jgh ! Make VLC a 3D capable video player !

I'm a Zalman display user (line interlaced) and will soon build myself a dual-projector solution. It would be really great if VLC could support these solutions.
For Nvidia Geforce 3D vision, from what I read at the Nvidia user forums, the documentation for the API seems to be difficult to find, maybe you should write directly to Nvidia to get documentation/help.

I wish you good luck !

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: 3D/stereoscopic support

Postby VLC_help » 23 May 2010 20:17

maybe you should write directly to Nvidia to get documentation/help
I would guess they only support OEM and corporate customers.

jgh
New Cone
New Cone
Posts: 3
Joined: 18 May 2010 15:08

Re: 3D/stereoscopic support

Postby jgh » 23 May 2010 20:37

They actually have a stereo module in the NVAPI that I'll have to take a look at, I have a PDF that explains the process (but isn't API documentation) - they do have a link to some more documentation though.

edit: Actually the PDF includes sample code, looks not too bad!

Duz
Blank Cone
Blank Cone
Posts: 19
Joined: 22 Aug 2009 19:33
VLC version: 1.1.0 All ways Updat
Operating System: Windows
Location: Dublin,Ireland
Contact:

Re: 3D/stereoscopic support

Postby Duz » 23 May 2010 21:37

DO NOT WANT

DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: 3D/stereoscopic support

Postby DGMurdockIII » 24 May 2010 05:35

I do want

burnie
New Cone
New Cone
Posts: 1
Joined: 07 Jun 2010 17:03

Re: 3D/stereoscopic support

Postby burnie » 07 Jun 2010 17:09

I'm also very interested in a 3D / stereoscopic support. Is there any progress in this issue?

btsimonh
Blank Cone
Blank Cone
Posts: 17
Joined: 11 Jun 2010 22:03

Re: 3D/stereoscopic support

Postby btsimonh » 19 Jun 2010 11:27

I will help with 3d subtitle support.... I currently use Nvidea flicker, although soon will have a Sony 3D TV to play with.
Most 3D TVs will accept side by side compressed - this is the common broadcast format, and the original video is in this form. jgh - any progress?

stevedee3
Blank Cone
Blank Cone
Posts: 83
Joined: 30 Jun 2007 12:59
VLC version: 1.1.3
Operating System: Windows 2000
Location: Melbourne, Australia

Re: 3D/stereoscopic support

Postby stevedee3 » 19 Jun 2010 15:36

Most 3D TVs will accept side by side compressed - this is the common broadcast format, and the original video is in this form.
There's a demonstration/trial 3D DVB-T channel broadcast in Australia at the moment. It's 1920x1080 h264 with the left and right frames side by side. (I assume a 3D TV doubles the frame rate, splits the image and uses LCD shutter glasses.)

akwaba
New Cone
New Cone
Posts: 1
Joined: 26 Jul 2010 20:00

Re: 3D/stereoscopic support

Postby akwaba » 27 Jul 2010 00:59

I really hope that vlc may read 3dstereo and their various formats.

For example, i have download an mkv side by side and need to see it in anaglyph : nvidia 3d player, stereoscopic 3d player or iz3dplayer cannot read it, certainly because they need a proper codec etc etc etc ...the REASON why i constantly use VLC for 2D until now.

But, i suppose it isn't a huge work to add stereo in VLC (not sure of that^^), because the total media theatre 4 is able to read perfectly my side by side mkv file and show it in anaglyph without any problem on a standard lcd panel !!
But TMT4 is...big, not simple to install as VLC, wich is an another benefice of VLC !

Other example, we can now find on youtube some 3D video and you can choice and change anaglyph, to side by side, to up/down... etc etc and this with a simple mouse click.

so...if i have to vote for 3D stereo on VLC : i say yes

ftiaronsem
New Cone
New Cone
Posts: 1
Joined: 30 Jul 2010 20:33

Re: 3D/stereoscopic support

Postby ftiaronsem » 30 Jul 2010 20:40

I would also love to have 3d support in vlc^^. The very reason I registered for this forum. I will soon get my 3d equipment (ca. 2 weeks from now) and would be very happy if I could do some testing, if the time is ready. I am a little bit familiar with programming and are able to use debuggers like gdb if necessary. Supplying stacktraces would therefore be no problem, patches however would be ;-) (Too big for me).

Thanks

ftiaronsem

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: 3D/stereoscopic support

Postby Jean-Baptiste Kempf » 31 Jul 2010 00:10

The issues are the different formats... What equipement are you going to get for example?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Phaota
New Cone
New Cone
Posts: 5
Joined: 11 Jun 2008 08:20

Re: 3D/stereoscopic support

Postby Phaota » 10 Aug 2010 03:58

Please do add a 3D ability to VLC and make it like Stereo Movie Maker in the ability to watch films in the different formats, as well as being able to manually or auto align the parallax.


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 8 guests