Search found 5 matches

Go to advanced search

by StErMi
12 Dec 2009 10:36
Forum: Development around libVLC
Topic: [CRASH PROBLEM]Best way to change Subtitles and Audio Track
Replies: 0
Views: 545

[CRASH PROBLEM]Best way to change Subtitles and Audio Track

This is my way: i'm going to show only the way that I use to change subtitles void playerVLC::refreshSubtitleDescriptions() { QString text = ""; // Refresh the SUBTITLES libvlc_exception_clear(&_vlcexcep); _subd_head = libvlc_video_get_spu_description( _mp, &_vlcexcep ); //_subd_cu...
by StErMi
30 Nov 2009 22:21
Forum: Development around libVLC
Topic: My Simple Java vlc player (JVLC)
Replies: 6
Views: 13731

Re: My Simple Java vlc player (JVLC)

I used launch4j becouse in #java irc channel they suggest me to use it.

I need to bring my player from .jar to an .exe application, and when I do it ( I think that the problem is with every sw that you will use ) and try to run it, it say that it can't find the vlclib module.
by StErMi
30 Nov 2009 17:44
Forum: Development around libVLC
Topic: My Simple Java vlc player (JVLC)
Replies: 6
Views: 13731

Re: My Simple Java vlc player (JVLC)

This is what I was talking about.

The real problem with JVLC is that when you try to create an exe with the jar , it doesn't work couse it can't find the libvlc.dll

Here you can see the .exe created with your jar. The .exe is in the same directory of libvlc.dll

Image
by StErMi
29 Nov 2009 19:59
Forum: Development around libVLC
Topic: My Simple Java vlc player (JVLC)
Replies: 6
Views: 13731

Re: My Simple Java vlc player (JVLC)

I can't donwload the exported JAR (i think megaupload need a little time :) ), I want to know a thing:

if you try to create an executable of your project using launch4j do you got the error that say that the program can't compile couse it doesn't find the libvlc module?

This is my primary problem!
by StErMi
29 Nov 2009 11:24
Forum: Development around libVLC
Topic: [JVLC]use of LibVlcTrackDescription (jna PointerType)
Replies: 0
Views: 456

[JVLC]use of LibVlcTrackDescription (jna PointerType)

Hi all, I need to get the informations about audio tracks and subtitles of a video ( mkv, dvd ecc ecc ). The problem is that I don't know how to retrive them when I get the LibVlcTrackDescription object. I know that I have to use libvlc_video_get_spu_description and libvlc_audio_get_track_descriptio...

Go to advanced search