lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



> I'm new to Lua.  I'm working on a script that needs to find out the
> duration of a WMV file.  How would I do this?  Is there a way to
> interact with windows.  Is LuaCOM the way to do this?

  Hi,

  The IM library can access information on WMV files.

We have an ALPHA version of the Lua 5 binding of the IM library here. If you want it I can send it directly to you.

Or you can simply create a function in C using IM and export only that function to Lua.

  You can find IM at:

     http://www.tecgraf.puc-rio.br/im/

Best,
scuri