scripting - vlc lua subtitle "reader" -


i want write extension vlc in lua. have never worked in lua, , can't find information problem.

there function current subtitle line directly (which on screen) ?

another problem: time of unit stored in variable?

local elapsed_time = vlc.var.get(input, "time") 

i couldn't find except 2 year old post might relevant: https://forum.videolan.org/viewtopic.php?f=29&t=102482.

about get function, according http://www.videolan.org/developers/vlc/share/lua/readme.txt gets time property of input object. think same input.time maybe not.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -