CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rty

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    5,863

    Re: Cropping Video in Directshow

    Hi,
    Thanks for replying.I want to crop a video into smaller portions( a given .AVI file broken down in smaller .AVI files).Till now ( from what I could get off the internet) I am doing the following...
  2. Replies
    2
    Views
    7,497

    Re: DirectShow SetPositions not working

    I did check that out.Actually I am using the following graph

    Source Filter->AVI mux->File Writer

    and perhaps because of the AVI mux the setpositions method of IMediaSeeking returns a...
  3. Replies
    0
    Views
    2,793

    Clipping a video into smaller parts

    I actually want to crop a .wmv file into multiple shorter duration .wmv files .Here is my code

    IBaseFilter* pASFWriter; ...
  4. Replies
    2
    Views
    5,863

    Cropping Video in Directshow

    Hi,
    I want to crop a video(.wmv) into smaller equally sized videos.I 've been trying to search a lot on google and this forum but havent found much that would help.I Am pretty sure there must be...
  5. Replies
    2
    Views
    7,497

    DirectShow SetPositions not working

    Hi.
    I am a beginner with Directshow. I am trying to play specific portion of a given video clip
    (say in a 100sec clip I want to play from 20-40 seconds).This is the main portion of the code that...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured