Search found 6 matches

Go to advanced search

by vseryakov
09 Mar 2012 17:07
Forum: Development around libVLC
Topic: using libVlc in a C++ project in Mac OS Xcode
Replies: 2
Views: 904

Re: using libVlc in a C++ project in Mac OS Xcode

Hi I'd like to try libVlc in a C++ project on Mac OS. I've seen post that say that I need to link to the dylib files in the VLC.app contents. I've found those files: libvlc.5.dylib libvlc.dylib libvlccore.5.dylib libvlccore.dylib Which one do I have to use? Can I move that file somewhere else? Is F...
by vseryakov
09 Mar 2012 08:57
Forum: Development around libVLC
Topic: LibVLC RC 2.0, RV24 and WebM
Replies: 19
Views: 4976

Re: LibVLC RC 2.0, RV24 and WebM

I'll give YUV + Opengl a shot, Judging from what I read here: http://wiki.videolan.org/YUV I should use UYVY for 24bit video, then perform the conversion on the GPU using a UYVY to RGB shader. UPDATE : after further reading it seems YUV 4:2:0 I420 is the best option. Also using glTexSubImage2D toge...
by vseryakov
05 Jan 2008 20:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: HOWTO: Embedding VLc into SDL application
Replies: 1
Views: 674

HOWTO: Embedding VLc into SDL application

The intention is to provide another example how VLC can be easily embeded without poking around VLC sources or reimplementing the whol evideo player just to have video window in your application. The idea is to have little vout plugin that actually just takes frames from VLC and passes them to your ...
by vseryakov
05 Jan 2008 20:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [HELP] hide anything in vlc?
Replies: 4
Views: 927

Re: [HELP] hide anything in vlc?

Hi,

I just finished little embedding plugin, you may check it out http://www.crystalballinc.com/vlad/inde ... opic_id=31
by vseryakov
05 Jan 2008 00:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Grabbing raw frames
Replies: 2
Views: 617

Re: Grabbing raw frames

Hi,

I just finished little embedding plugin, you may check it out http://www.crystalballinc.com/vlad/inde ... opic_id=31

Go to advanced search