RE: How would I go about getting the duration of a Windows Media File using Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: How would I go about getting the duration of a Windows Media File using Lua?
- From: Antonio Scuri <scuri@...>
- Date: 2005年11月04日 09:21:17 -0200
> 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