Search found 8 matches

Go to advanced search

by kangaroo
26 Dec 2011 04:40
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

even in win 7 I have a problem with shutting down my software. But it is not constant situation. this is a kind of destructor I've made procedure TForm1.FormClose(Sender: TObject; var Action: TCloseAction); begin VLCPlugin21.playlist.stop; //application.ProcessMessages; // it does not help // the so...
by kangaroo
26 Dec 2011 04:17
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

Eventually I made it work (partially). But with ActiveX component VLCPlugin21: TVLCPlugin2; ... VLCPlugin21.playlist.add(... VLCPlugin21.playlist.play; VLCPlugin21.input.Time := 60000; VLCPlugin21.audio.track := 2; But for some reason it works only with Windows 7... (it refuses to work with Windows ...
by kangaroo
23 Dec 2011 10:25
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

There is no official announce of such version on official site there http://www.videolan.org/vlc/download-windows.html
I'm do not sure that there is no viruses on other sites. Can you show me reliable source for downloads?
I would try older version with pleasure in case there would be some...
by kangaroo
20 Dec 2011 04:34
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

I've tried it twice and check the code I've commented... it is not working and it is not related to a code I've commented. I presume there is a bug in source code. Would anyone, please, test the functions "libvlc_audio_set_track" and "libvlc_audio_get_track_count" and "libvl...
by kangaroo
14 Dec 2011 10:57
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

no... for some reason it returns -1 like there was an error. I've tried with *.MKV and *.AVI files. all the others like "libvlc_media_player_set_time(p_mi, 66500);" is working. I've downloaded "PasLibVlc.zip" (http://sourceforge.net/projects/paslibvlc/) but it wasn't work with de...
by kangaroo
12 Dec 2011 04:18
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

let me explain the aim of my project. Obviously, I'm making a program for learning English. The idea is simple - provide ability to user to choose his own vocabulary from text to remembering words. But I would like to make it work with a video-content and subtitles. often videofiles and dvd contain ...
by kangaroo
12 Dec 2011 03:38
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Re: Choose audio stream in video file

Thank you, for relocating my question.
by kangaroo
09 Dec 2011 12:23
Forum: Development around libVLC
Topic: Choose audio stream in video file
Replies: 9
Views: 1899

Choose audio stream in video file

hello everyone. I hesitate, where can I start? I have a problem, I need to integrate video-option in my software and i need to provide user ability to choose audio stream in video file... would it be correct to ask somewhat here on forum? for now i'm using standard delphi 7 - Media Player. I would n...

Go to advanced search