Merge AVI Video Files - VB.NET
Screen Capturing SDK sample in VB.NET demonstrating ‘Merge AVI Video Files’
Module1.vb
' import bytescout screen capturing activex object
Imports BytescoutScreenCapturingLib
Module Module1
Sub Main(ByVal args As String())
' Create new Capturer object
Dim capturer As New Capturer
' Merge AVI files that were previously created by the ByteScout Screen Capturer (must be of same size, FPS and type)
capturer.JoinAVIFiles("Sample1.avi", "Sample2.avi", "output.avi")
Console.WriteLine("Files merged successfully!")
' Open output file with associated application
Process.Start("output.avi")
End Sub
End Module
Resources.Designer.vb
��' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
' <