CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    How to use VideoEdit Pro ActiveX Control to add transition in mpeg

    Hello,

    I download VideoEdit Pro ActiveX Control ,
    I want add transition in mpeg file, how can I do?

  2. #2
    Join Date
    May 2003
    Posts
    30

    videoedit pro

    I use videoedit pro to output SVCD file.

    you can try following code

    VideoEdit1.InitControl
    VideoEdit1.AddVideo "c:\mpeg1.mpg",0,10,0
    VideoEdit1.AddTransition 0,3,4 'apply transition start from 3 second to 4 second.
    VideoEdit1.Preview

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured