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.
Video Editor SDK that allows users Drag & Drop to arrange clip orders, edit movies, apply effects & transitions with C , C#, VB.net , VB, Delphi, VFP, MS Access.
Platform : Windows 10, Windows 8, Vista, Windows 7, XP
It is a Windows Media Player SDK that support change playback rate, draw overlay image, swf file and text with C# , VB.NET , C++ , VB, Delphi, Vfp, Ms Access.
Step 1: Download Movie Player Pro ActiveX setup disk and installed it.
Step 2: Create New Visual Basic Project, select Windows Application.
Private Sub Command1_Click()MoviePlayer1.AddLayer "C:\movie\yourvideo1.mpg", 0, 0, 0.5, 0.5, 1.0, TrueMoviePlayer1.AddLayer "C:\movie\yourvideo2.mpg", 0.5, 0.5, 1, 1, 1.0, TrueMoviePlayer1.PlayEnd SubIf you want to transparent the video, change the iAlphaValue in AddLayer method, the value must 0.0 to 1. 0 , if change to 0. 5 mean 50% transparent.
Public Function AddLayer( _ ByVal strVideo As String ,_ ByVal iVideoLeft As Float ,_ ByVal iVideoTop As Float ,_ ByVal iVideoRight As Float ,_ ByVal iVideoBottom As Float ,_ ByVal iAlphaValue As Float ,_ ByVal bHaveAudio As Bool )
The following code will make the first video display 50% transparent.
Private Sub Command1_Click()MoviePlayer1.AddLayer "C:\movie\yourvideo1.mpg", 0, 0, 0.5, 0.5, 0.5, TrueMoviePlayer1.AddLayer "C:\movie\yourvideo2.mpg", 0.5, 0.5, 1, 1, 1, TrueMoviePlayer1.PlayEnd Sub
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.