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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -