Skip to main content
Participating Frequently
April 28, 2009
Question

Get video length

  • April 28, 2009
  • 1 reply
  • 627 views

Hi all experts,

I'm developing a function that get the length of video... I've googled a lot but can't find any solutions for that. Video file format might be mpg, mp4, mpeg, flv, avi, etc... anyone know this one? Please help me, thanks very much.

Regards,

This topic has been closed for replies.

1 reply

monkeyvuAuthor
Participating Frequently
April 28, 2009

Anyone know this???

Inspiring
April 28, 2009

If your coldfusion server is on a windows machine, you should be able to access the Windows File Meta Data for the movie using a native windows COM object, which you can instantiate within coldfusion using <cfobject type="COM">.  A quick google search for "read windows meta data in coldfusion" should turn up some useful hits.

Hope that helps,

- Michael

monkeyvuAuthor
Participating Frequently
April 30, 2009

Thanks :-)