ByteScout Screen Capturing SDK - VBScript and VB6 - Merge AVI Video Files - ByteScout

ByteScout Screen Capturing SDK – VBScript and VB6 – Merge AVI Video Files

  • Home
  • /
  • Articles
  • /
  • ByteScout Screen Capturing SDK – VBScript and VB6 – Merge AVI Video Files

How to merge AVI video files in VBScript and VB6 and ByteScout Screen Capturing SDK

Learn to code in VBScript and VB6 to merge AVI video files with this step-by-step tutorial

ByteScout simple and easy to understand tutorials are planned to describe the code for both VBScript and VB6 beginners and advanced programmers. What is ByteScout Screen Capturing SDK? It is the tool for developers who want to add screen capturing in their application. Can record screen into video and into single screenshots. Output formats are WMV, AVI, WebM for video and PNG for screenshots. You can adjust output video size, quality, resolution, framerate, video and audio codecs. Includes special privacy features for blacking out sensitive information on screen. Can also capture video from web camera, can add overlays with text or images. It can help you to merge AVI video files in your VBScript and VB6 application.

These VBScript and VB6 code samples for VBScript and VB6 guide developers to speed up coding of the application when using ByteScout Screen Capturing SDK. IF you want to implement the functionality, just copy and paste this code for VBScript and VB6 below into your code editor with your app, compile and run your application. Further improvement of the code will make it more robust.

All these programming tutorials along with source code samples and ByteScout free trial version are available for download from our website.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

MergeAVIVideoFiles.vbs
      
' create video capturer activex object Set capturer = CreateObject("BytescoutScreenCapturing.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" MsgBox "Files merged successfully!" ' destroy Capturer object so the video will be saved into the disk Set capturer = Nothing

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Screen Capturing SDK Home Page

Explore ByteScout Screen Capturing SDK Documentation

Explore Samples

Sign Up for ByteScout Screen Capturing SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

60 Day Free Trial or Visit ByteScout Screen Capturing SDK Home Page

Explore ByteScout Screen Capturing SDK Documentation

Explore Samples

Sign Up for ByteScout Screen Capturing SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next