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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Modern functions on OS X to transcode video in different format.
Can be used to compress videos as MPEG 4 video file or extract a part of the video to a new file.
Version | macOS | Windows | Linux | Server | iOS SDK |
6.1 / 13.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
Item | Details |
---|---|
AVExport.AllExportPresets Queries list of all supported presets. | Mac/iOS 6.1 |
AVExport.CancelExport Cancels the execution of an export session. | Mac/iOS 6.1 |
AVExport.Duration Queries duration of the asset. | Mac/iOS 6.1 |
AVExport.Error Queries the error that occurred if the export status is Failed. | Mac/iOS 6.1 |
AVExport.EstimatedOutputFileLength Queries the estimated byte size of exported file. | Mac/iOS 6.1 |
AVExport.ExportAsynchronously Starts export. | Mac/iOS 6.1 |
AVExport.ExportSession Creates a new export session. | Mac/iOS 6.1 |
AVExport.ExportSessionMerge Creates a new export session. | Mac/iOS 6.2 |
AVExport.GetOutputFileType Queries the output file type. | Mac/iOS 6.1 |
AVExport.GetOutputPath Queries the current output path. | Mac/iOS 6.1 |
AVExport.GetOutputURL Queries the current output URL. | Mac/iOS 6.1 |
AVExport.GetShouldOptimizeForNetworkUse Queries whether video should be network optimized. | Mac/iOS 6.1 |
AVExport.GetTimeRange Queries time range to export. | Mac/iOS 6.1 |
AVExport.List Lists all IDs of export objects. | Mac/iOS 13.0 |
AVExport.OutputFileExtension Queries preferred file extension for current export. | Mac/iOS 6.1 |
AVExport.PresetName Returns the name of the preset used. | Mac/iOS 6.1 |
AVExport.Progress Queries current progress. | Mac/iOS 6.1 |
AVExport.Release Frees the session. | Mac/iOS 6.1 |
AVExport.ReleaseAll Frees all export sessions. | Mac/iOS 10.5 |
AVExport.SetOutputFileType Sets the output file type. | Mac/iOS 6.1 |
AVExport.SetOutputPath Sets the output file path. | Mac/iOS 6.1 |
AVExport.SetOutputURL Sets the output file URL. | Mac/iOS 6.1 |
AVExport.SetShouldOptimizeForNetworkUse Whether to optimize video for network use. | Mac/iOS 6.1 |
AVExport.SetTimeRange Specifies a time range to be exported from the source. | Mac/iOS 6.1 |
AVExport.Status Queries status of export. | Mac/iOS 6.1 |
AVExport.SupportedFileTypes Queries supported file type for this export session. | Mac/iOS 6.1 |
26 functions shown.
These functions require a license (85%).