Search found 2 matches

Go to advanced search

by sr55
10 Aug 2011 16:48
Forum: VLC media player for Windows Troubleshooting
Topic: 64bit VLC
Replies: 126
Views: 741719

Re: 64bit VLC

HandBrake does not use VLC for anything other than video preview on windows. It doesn't matter if it's 32/64bit build.

What you are referencing is a Mac version only feature.
by sr55
28 Jan 2008 20:41
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 79723

Re: Usage of libvlc.dll in C#

Functions.LibVlc vlc = new Functions.LibVlc(); vlc.Initialize(); vlc.VideoOutput = pictureBox1; vlc.PlaylistClear(); vlc.AddTarget("S:\\test.avi"); vlc.Play(); Thats the code I used to make it work. I did change the namespace in my applicaiton to Fucntions.LibVLC though so that line would...

Go to advanced search