Hello,
I download VideoEdit Pro ActiveX Control ,
I want add transition in mpeg file, how can I do?
Hello,
I download VideoEdit Pro ActiveX Control ,
I want add transition in mpeg file, how can I do?
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