Platforms to show: All Mac Windows Linux Cross-Platform

WindowsAVIWriteMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows Graphics MBS Audio Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No All
The class to create an AVI video file from pictures.
Example
Var w As New WindowsAVIWriteMBS
Var p as Picture = logoMBS(500)
w.Width = p.width
w.Height = p.Height

Var file as FolderItem = SpecialFolder.Desktop.Child("test.avi")

call w.CreateFile(file)
call w.CreateVideoStream
call w.SetOptions
call w.AddFrame(p)
call w.CloseFile

This classes uses Video for Windows functions to create videos from images.
No sound functions.

You frist create the file, then the video stream, set options and add frames.
Destructor or CloseFile method will close the file.

This class has no sub classes.

Blog Entries

Xojo Developer Magazine

Release notes

Some examples using this class:


The items on this page are in the following plugins: MBS Audio Plugin.


WindowsAudioMixerMBS   -   WindowsBluetoothDeviceIdMBS


The biggest plugin in space...