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 IamaSherpa 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: WJD
  • Order by date
  1. WJD

    .wmv Seek by Frame

    I have found the answer to my own question, as so invariably happens. By using the Media 9 SDK, asf format files (in this case .wmv) can be re-indexed - therefore allowing the likes of DirectShow SampleGrabber to set frame accurate times. This does slightly increase the size of the file, as...
  2. WJD

    .wmv Seek by Frame

    I am trying to grab frames (ISampleGrabber) from various formats, one of which is Windows Media Video (.wmv). As this uses variable bit rate encoding, then it is not possible to set the time format (IMediaSeeking->SetTimeFormat()) to TIME_FORMAT_FRAME. I have been looking at the Directshow...
  3. WJD

    How can I save a picture in DirectShow?

    You need to look at the SampleGrabber (ISampleGrabber), there are examples within the DX 8.1, under capture - but they do require an input device (camera, etc). I have seen some code on the CodeProject (www.codeproject.com) by Markus Axelsson entitled "Extracting bitmaps from movies using...

Part and Inventory Search

Back
Top