Search found 2 matches

Go to advanced search

by sbutts
11 Jul 2012 17:52
Forum: Scripting VLC in lua
Topic: Ability to access the subtitle info?
Replies: 3
Views: 7461

Re: Ability to access the subtitle info?

So far, I have not found a way how to access subtitles loaded by VLC. Something like "get_subtitle" is not available in lua scripting. So I think that the only method is to perform the whole subtitling using custom lua script. I work on such an extension. If you can help me to parse a sub...
by sbutts
10 Jul 2012 23:36
Forum: Scripting VLC in lua
Topic: Ability to access the subtitle info?
Replies: 3
Views: 7461

Ability to access the subtitle info?

I'd like to write a VLC extension that outputs the subtitle info to a tcp port. So instead of using the OSD it would write the subtitles to a socket. My preferred method would be to access the subtitles via VLCs lua methods. However, I haven't been able to find any methods available that allow a lua...

Go to advanced search