Search found 2 matches

Go to advanced search

by Webuser
08 Jan 2010 15:41
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 87087

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

Thanks for your response :) A friend of my helped me, and now I have a solution to my problem :) To use subtitle in a stream, I can't add option ":codec=ffmpeg,none");". If I removed that I can set subtitle and it will works. I also found out that subtitle id is not the right value wh...
by Webuser
04 Jan 2010 09:44
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 87087

How to set subtitle on stream with VideoLan.Interop .Net lib

Hi, Can somebody show me how I can change subtitle on a video stream (file) with subtitles? Here is my code: VideoLan.VideoLanClient Vlc; VideoLan.VlcMediaPlayer VlcPlayer; Vlc = new VideoLanClient(); VlcPlayer = Vlc.NewMediaPlayer(pnlVideo.Handle); private void Play() { VlcMedia desc = Vlc.NewMedia...

Go to advanced search