Hi,
I am trying to do something very basic. Create a new project. Import one video clip. Put that clip on a timeline. Then crop the clip at the beginning and the end by 5 seconds and put a fade in and a fade out. then export to different file types.
So afer I do this...
Vegas.NewProject(false, false);
var myMedia = new Media("E:\myVideo.avi");
How do I add that media clip to the timeline?
Thanks,
-Roman
I am trying to do something very basic. Create a new project. Import one video clip. Put that clip on a timeline. Then crop the clip at the beginning and the end by 5 seconds and put a fade in and a fade out. then export to different file types.
So afer I do this...
Vegas.NewProject(false, false);
var myMedia = new Media("E:\myVideo.avi");
How do I add that media clip to the timeline?
Thanks,
-Roman