Search found 11 matches

Go to advanced search

by INSA
11 Apr 2011 21:07
Forum: Scripting VLC in lua
Topic: Character encoding
Replies: 3
Views: 1480

Character encoding

Hello ! I would like to simply create a file into a directory whose path have accents. But unfortunately, it doesn't work. I saw in the "readme file" that there is a function which allows to convert a string from a specified character encoding into UTF-8. --> strings.from_charset( charset,...
by INSA
17 Mar 2011 14:21
Forum: Development around libVLC
Topic: Using VLC subtitles autodetection functions in LUA
Replies: 3
Views: 735

Re: Using VLC subtitles autodetection functions in LUA

I assume that VLC get a list of the potential subtitles (depending on the tolerance level), so I'd like to get this list via a lua extension. Is it currently possible or are there any tips to obtain the same result?
by INSA
16 Mar 2011 00:59
Forum: Development around libVLC
Topic: Using VLC subtitles autodetection functions in LUA
Replies: 3
Views: 735

Using VLC subtitles autodetection functions in LUA

Dear all, After some unsuccessful researchs on many forums, I am forced to look for answers here. I'm developing a LUA extension and I'd like to get the subtitles autodetected by VLC to put them in a combo list for example. So my question is: how can I use VLC functions that autodetect the subtitles...
by INSA
25 Feb 2011 16:11
Forum: Scripting VLC in lua
Topic: Which feature do you miss in lua ?
Replies: 21
Views: 6607

Re: Which feature do you miss in lua ?

- hotkeys, keymapping (very importend for my extension :( )
- open file dialog
- radio button
I totally agree with these ones.
by INSA
25 Feb 2011 15:34
Forum: Scripting VLC in lua
Topic: Creating open file dialog [Script LUA]
Replies: 2
Views: 2007

Re: Creating open file dialog [Script LUA]

Yes, we need it to make our extension more user-friendly. It's unconvenient for the user to type/copy-paste the path of every subtitle file... Have you heard about a LUA script (not only in VLC) which uses a sort of open file dialog window ? We plan to allow this dual-subtitling by using ASS/SSA spe...
by INSA
21 Feb 2011 18:13
Forum: Scripting VLC in lua
Topic: Creating open file dialog [Script LUA]
Replies: 2
Views: 2007

Creating open file dialog [Script LUA]

Hi everybody, Currently, we are developing an LUA extension which will enable us to display two subtitles tracks. To choose the two subtitles files, we would like to display an open file dialog. But, we don't know how to create it. Is there anyone who know how to create an open file dialog? --> Is i...
by INSA
25 Jan 2011 11:53
Forum: VLC media player Feature Requests
Topic: Dual subtitles?
Replies: 63
Views: 79302

Re: Dual subtitles?

I wonder why you're not listed here: http://trac.videolan.org/vlc/ticket/824 ? Done. Will your work be incorporated to the upstream VLC version or used as an extension? It will be used as an extension first in order to allow every developer to modify it easily without being a "C-language maste...
by INSA
07 Dec 2010 16:57
Forum: VLC media player Feature Requests
Topic: Dual subtitles?
Replies: 63
Views: 79302

Re: Dual subtitles?

We are a group of four students and this extension is one of our engineering school projects. Due to the constraints we've got, the extension have to handle external subtitles files only. So, for now, I'm sorry to announce you that the extension won't handle internal subs. But if some people are int...
by INSA
02 Dec 2010 14:40
Forum: VLC media player Feature Requests
Topic: Dual subtitles?
Replies: 63
Views: 79302

Re: Dual subtitles?

You may be happy to know that I am establishing a solution to provide the multimedia player VLC the possibility to read and display simultaneously two subtitles tracks. In order to make the extension as accessible as possible, I would like to make a little survey which will enable me to know how muc...
by INSA
01 Dec 2010 22:34
Forum: Development around libVLC
Topic: Survey about subtitles formats
Replies: 1
Views: 337

Survey about subtitles formats

Hi everyone, My project is to establish a solution to provide the multimedia player VLC the possibility to read and display simultaneously two subtitles tracks. The final goal is to allow VLC to play a movie with subtitles in two different languages. In order to make the extension as accessible as p...
by INSA
26 Oct 2010 14:01
Forum: Development around libVLC
Topic: How to develop a plugin for vlc player
Replies: 8
Views: 16143

Re: How to develop a plugin for vlc player

Hi everybody !!

After a year, I am going to ask you the same question. How to develop a plugin for vlc player ?

I hope that someone will be able to answer me.

Thank you.

Mehdi

Go to advanced search