FLV duration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gowthamkg
    New Member
    • Sep 2008
    • 23

    FLV duration

    How to get the TOTAL PLAYBACK TIME of an FLV video in ASP..I want this for displaying the details about the video.Please help me.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Try looking up the documentation for the file type, some of them have the size or length in the beginning of the file in a sort of file header. If you can find that, you can open it up as a binary stream and find the file length. No more obvious ways come to mind.

    Jared

    Comment

    Working...