it is a 64 bit and 32 bit Image Thumbnail SDK for Windows Developers who need to display image thumbnail browser in C#, C , VB.NET , VB6, Delphi, MS Access, VFP.
For Windows Developers who need to PDF TIFF Viewer and Image Viewer , plus support TIFF with WANG Annotations, securing a PDF document, add annotation with PDF for C++ , C#, VB.NET , VB, Delphi, Vfp, MS Access.
Platform :
Step 1: Download Video Edit Gold SDK ActiveX Installer and installed it.
Step 2: Create win form project, add a buttons into the form.
Step 3: Add following code in buttons click event. Assume your video have 30 second duration, you want to add fade out effect at 0-15 second, then you want to add fade in audio effect and audio volume increase 3 times at 16-30 second.private void button1_Click(object sender, System.EventArgs e){axVideoEdit1.InitControl();axVideoEdit1.AddVideo("c:\\yourvideo.mpg",0,30,0);axVideoEdit1.AddAudio("c:\\yourvideo.mpg",0,15);axVideoEdit1.AdjustAudioVolume( 0, 0, 15, 1, 0);axVideoEdit1.AddAudio("c:\\yourvideo.mpg",16,30);axVideoEdit1.AdjustAudioVolume( 1, 16, 30, 3, 3);axVideoEdit1.Preview();}
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.