CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: IBasicVideo

  1. #1
    Join Date
    May 1999
    Location
    Sweden
    Posts
    55

    IBasicVideo

    Hi, I´m created a movieplayer using directshow. Now I want it to show the coded bitrate and framerate. I´ve tried to use get_bitrate function from IBasicVideo interface, but it gives me the wrong figures. I get 40550400 bits/sec when it´s supposed to be 1500000 bits/sec. Getting the Framerate doesn´t seem to work either. Can anyone lead me in the right direction on how to obtain these rates?

    Frederik


  2. #2
    Join Date
    Apr 2005
    Posts
    1

    Re: IBasicVideo

    hello I try to use this to get a the current picture but I have got some problem to implement it could you send me an example to how to use it please ??
    best regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured