Getting 1st frame from AVI

From: Simonetti (whocares_at_terra.com.br)
Date: 01/23/04

  • Next message: Anthoni Gardner: "Shell Extensions and Folders Inside - How?"
    Date: Thu, 22 Jan 2004 22:27:12 -0200
    
    

    How do I get the first frame of an AVI (either file or resource) as a
    bitmap?

    Thanks.

    Alex


  • Next message: Anthoni Gardner: "Shell Extensions and Folders Inside - How?"

    Relevant Pages

    • Re: Getting 1st frame from AVI
      ... > How do I get the first frame of an AVI (either file or resource) as a ...
      (borland.public.delphi.nativeapi)
    • problem with AVI getframe modify pixels and display
      ... The part I can do is read the avi frames and display them in the picture ... The part I am having trouble with is to modify the bitmap contents. ... Dim cDibBuffer As New cDIBSection ...
      (microsoft.public.vb.winapi.graphics)
    • Re: GDI Bitmap Prob.
      ... The "required resource not found" is a message which should be findable in the MFC source ... >the OnDraw() and Draw the data needed. ... >stretching the bitmap ... >> rendered does not declare a CPaintDC, you first render the bitmap and then ...
      (microsoft.public.vc.mfc)
    • Re: loading bitmap from file at runtime
      ... Try giving the button an owner-drawn style, then, instead of having 4 ... try making one resource bitmap with the 4 buttons ... When you draw the bitmap onto the button, ... > HBITMAP hBitmap; ...
      (microsoft.public.vc.mfc)
    • Re: customise button appearences
      ... button look with such things a gradient color fills and effects and ... As far as doing something vector-based, it seems to me that you could instead of using a Bitmap, use a Metafile which is essentially a vector-based thing. ... Well, you can include a bitmap as a resource in the application, which you can then use to create a Bitmap instance using the Bitmap.FromResourcemethod. ...
      (microsoft.public.dotnet.languages.csharp)