Search found 7 matches

Go to advanced search

by ninjamint
10 Feb 2010 04:34
Forum: Development around libVLC
Topic: Multiple Videos, On Multiple Buffers, with 1 Instance?
Replies: 6
Views: 762

Re: Multiple Videos, On Multiple Buffers, with 1 Instance?

*bump*
for anyone who actually knows how to have either 2 instance's which use 2 different buffers, or 1 instance, which uses 2 different buffers.
by ninjamint
09 Feb 2010 19:24
Forum: Development around libVLC
Topic: force vmem output to be ARGB and not BGRA
Replies: 4
Views: 1239

Re: force vmem output to be ARGB and not BGRA

It appears that C#'s Image/Bitmap class doesn't allow a PixelFormat of BGR ( I guess they're to lazy? ); So, the best I could say is to convert the buffer to RGB32, before you render it.. this will make things slower, but I'm not sure of any work-around atm.. I don't use C# often. If you can use XNA...
by ninjamint
09 Feb 2010 03:17
Forum: Development around libVLC
Topic: display vmem output in a pictureBox
Replies: 6
Views: 1922

Re: display vmem output in a pictureBox

found this @ dreamincode.net, credits goto microchip... use his code as a reference. direct URL: http://www.dreamincode.net/forums/showtopic14788.htm pointers are always going to be the fastest way of manipulating data, because its direct access to the bitmaps pixel memory; using System; using Syste...
by ninjamint
09 Feb 2010 01:41
Forum: Development around libVLC
Topic: Multiple Videos, On Multiple Buffers, with 1 Instance?
Replies: 6
Views: 762

Re: Multiple Videos, On Multiple Buffers, with 1 Instance?

ok, so I've tried '1.1', and I've tried their latest.. 1.0.6; neither work, thanks though
by ninjamint
08 Feb 2010 21:43
Forum: Development around libVLC
Topic: Multiple Videos, On Multiple Buffers, with 1 Instance?
Replies: 6
Views: 762

Re: Multiple Videos, On Multiple Buffers, with 1 Instance?

uh, they work, but it still wants to write to the same buffer; if im wrong, then i'm prolly not using 1.1 and in that case, where can I get 1.1 , cus its not listed here : http://www.videolan.org/vlc/download-windows.html
by ninjamint
07 Feb 2010 21:07
Forum: Development around libVLC
Topic: Multiple Videos, On Multiple Buffers, with 1 Instance?
Replies: 6
Views: 762

Multiple Videos, On Multiple Buffers, with 1 Instance?

How would I go about doing this, I've read that a lot of people are having similar issues, I'm wondering if anyone has been able to work-around this, and render two or more videos at the same time, seem-less-ly, or am I going to have to wait for libVLC to repair this bug? (as I'd be just as happy cr...
by ninjamint
05 Feb 2010 22:47
Forum: Development around libVLC
Topic: OpenGL/C++ ( Video to a GL Texture? )
Replies: 2
Views: 1338

OpenGL/C++ ( Video to a GL Texture? )

Okay, so im using the tutorial located here: http://wiki.videolan.org/LibVLC_SampleCode_SDL I'm currently generating my OpenGL texture using: glTexParameterf( GL_TEXTURE_2D, GL_TEXTURE_PRIORITY, 1.0 ); glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, 0x812F ); glTexParameteri( GL_TEXTURE_2D, GL_TE...

Go to advanced search