Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jefflg
  • Content: Threads
  • Order by date
  1. jefflg

    about IAMOpenProgress

    my code is as following: JIF(m_pGB->AddSourceFilter(wFile, L"UrlFilter", &m_UrlSource)); JIF(m_UrlSource->QueryInterface(IID_IAMOpenProgress, (void**)&g_OpenPrg)); IPin * pOut=NULL; pOut= GetOutPin(m_UrlSource,1); JIF(RenderOutputPins(m_pGB, m_UrlSource)); hr =...
  2. jefflg

    what's wrong ?

    I create an activex control using MFC Activex Wizard, and then add a property using ClassWizard. I embody it in a html page. The Code is as followed: <OBJECT CLASSID=&quot;CLSID:290CB882-714C-452A-B2FB-C095B5ADBFA2&quot; WIDTH=&quot;652&quot; HEIGHT=&quot;382&quot; ID=&quot;TT&quot;> <PARAM...
  3. jefflg

    how to set overlay mode in dshow?

    How to set overlay mode in directshow? Whether I can set this mode for capturing form osprey200 card?
  4. jefflg

    about cpu usage

    I use the graphedit to capture files from osprey200 card. I find the cpu's usage is more than 40%. This cpu usage is much more than vfw. The usage of VFW is less 5%. How to reduce the cpu usage for capturing from live source?
  5. jefflg

    how to control the speed of decorder

    I use dshow to make a player. I find the speed of decorder is much faster than normal. I do like this: There are two control in my dialog, one for active movie to play, the other for my usage. I use Samplegrab get the still image and than draw it to the picture control. I find the speed of my...
  6. jefflg

    directshow player

    I want to make a activex used on the web pages to play streaming data. For example , I have a windows media server,and I need to write a player one the web to play the stream media.And more I need to know the timecode of every frame that I have played.What should I do ?

Part and Inventory Search

Back
Top