Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets the encoder to use for video.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 9.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession |
Encoder | The encoder name, ID or index. | 0 |
Returns OK or error.
Set encoder:
MBS( "AVRecorder.SetEncoder"; $AVSession; "WMVideo9 Encoder DMO" )
Set DV encoder:
MBS("AVRecorder.SetEncoder"; AVRecorder::Session; "DV Video Encoder")
Created 24th February 2019, last changed 24th February 2019
AVRecorder.SetAutomaticallyAdjustsVideoMirroring - AVRecorder.SetFilePath
Feedback: Report problem or ask question.