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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Creates a new export session.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVExport | 6.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Parameter | Description | Example |
---|---|---|
AssetList | A list of assets. Can contain reference numbers for assets obtained from AVAsset.OpenContainer, AVAsset.OpenFile or AVAsset.OpenURL. Or file paths to assets. (or a combination of both types) |
"54001¶54002¶54003" |
Preset | The preset name to use. Can be one of the presets returned by AVExport.AllExportPresets or one of the predefined ones: |
"640x480" |
Returns reference number or error.
Export three videos:
MBS( "AVExport.ExportSessionMerge"; "/Users/cs/Movies/test1.m4v¶/Users/cs/Movies/test2.m4v¶/Users/cs/Movies/test4.m4v"; AVAsset Export Session::PresetName )
Created 31st March 2016, last changed 14th June 2016
AVExport.ExportSession - AVExport.GetOutputFileType
Feedback: Report problem or ask question.