finding the duration of a .flv file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David  Lazos

    finding the duration of a .flv file

    Hi All,

    How can i find the duration of a .flv (Flash Vide) file ?


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: finding the duration of a .flv file

    David,

    More than likely, you will have to have ffdshow installed, which is the
    DirectShow filter which can play FLV files. Then, you would use the
    unmanaged APIs in DirectShow to render the graph and get the length of the
    video.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "David Lazos" <DL@DL.comwro te in message
    news:eyENV%23M7 IHA.4864@TK2MSF TNGP06.phx.gbl. ..
    Hi All,
    >
    How can i find the duration of a .flv (Flash Vide) file ?
    >

    Comment

    Working...