Search found 5 matches

Go to advanced search

by Miracle
26 Sep 2009 17:40
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86461

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

XilasZ: thanks for your help and for letting me look at your code. It was interesting for me to see that you can obtain the song name by calling ReadMeta after Load and before Play Anyway, I still can't get it work for me on vlc 0.9. As an interim measure, I have obtained what I need using a backgro...
by Miracle
22 Sep 2009 18:13
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86461

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

I am actually calling ReadMeta 3 seconds after a particular song has started to play, using <vlcmedia>.ReadMeta(libvlc_meta_t.libvlc_meta_Artist). Here is a summary of the relevant code in VB: Dim vlcControl As VideoLan.VideoLanClient vlcControl = New VideoLanClient(".") Dim aaChannelDesc ...
by Miracle
18 Sep 2009 20:11
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86461

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hi XilasZ, Please could you help me out with libvlc_media_get_meta. I am trying out what you suggested and have included the MarshallAs as follows: [DllImport("libvlc")][return: MarshalAs(UnmanagedType.AnsiBStr)] internal static extern String libvlc_media_get_meta(etc...);. However, I stil...
by Miracle
17 Aug 2009 19:02
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86461

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hi Kairos, As a hobby, I am developing a small application to play, record, split and join video files. This all works using your 0.9 wrapper which is much appreciated. The issue I have right now is with a film strip timeline I have added on to show 100 stills / frames at equally spaced time interva...
by Miracle
16 Aug 2009 20:25
Forum: VLC media player for Windows Troubleshooting
Topic: screen capture using screen://
Replies: 8
Views: 724

Re: screen capture using screen://

I have encountered the same problem - very blurry screens in vlc 1.00 - although it still works ok in .086. I have tried all of the default container profiles and then modified some of them increasing the video bit rate to 3072. All to no avail though. If someone can confirm that they are successful...

Go to advanced search