Re: Resizing Frames Filter

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Jeremy Noring" wrote:
> What is the format of your samples? RGB24?
>
> Additionally, like others have said, you can't use the CTransInPlace
> baseclass to do this--that class is meant to have the same input and output
> media types, while you're clearly going to have different input and output
> media types. You'll need to use a regular transform filter.
>
> Also, I'd recommend using the included Image and resize classes in the
> IPP--they're in Stewart Taylor's book and are quite helpful.
>
> --
> Where am I going?
> And why am I in this handbasket?

My input format is RGB24

Thanks alll , i will take your advices to make changes and switvch to
transform filter.

i will be getting Intell IPP libaray and book within few days, I have
already ordered them.
.



Relevant Pages

  • Re: about Color Format transformation
    ... > I have to develop transform filter which make conversion from YUY2 (or ... > what should I do to make my output pin report its type as RGB24. ... > shows YUY2 (the same as input format). ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: dynamic format change and flushing
    ... I'm making a transform filter derrived from CTransformFilter and I'm ... the graph is playing while I change the format. ... function I haven't yet got a buffer from the downstream allocator. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: My BufferCB overrunneth
    ... the pin that that is connected to. ... I posted a question a few weeks back that Iain ... if you know the exact format you need you can lock this down very easily. ... I suggest creating a transform filter from the wizard here (Compile with VS ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: DVD grabbing sample
    ... > I have written simple transform filter, and connect it after DVD ... See 'Handling Format Changes from the Video Renderer' in the docs. ...
    (microsoft.public.win32.programmer.directx.video)
  • Re: AVStream driver show upside-down video for RGB24 format
    ... RGB24 as pin format to render in the Graphedit. ... biHeight is the only one that is ... I got black display with YUY2 format in AMCAP. ...
    (microsoft.public.development.device.drivers)