forked from arthenica/ffmpeg-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrating From MobileFFmpeg Objective C API
Taner Şener edited this page Apr 16, 2021
·
4 revisions
The following table shows how MobileFFmpeg API methods can be migrated to FFmpegKit.
Please note that FFmpegKit provides additional methods for the same MobileFFmpeg function.
| FFmpegKit | FFmpegKitConfig | Session | |
|---|---|---|---|
| execute | execute | ffmpegExecute | |
| executeAsync | executeAsync | asyncFFmpegExecute | |
| executeWithArguments | executeWithArguments | ffmpegExecute | |
| executeWithArgumentsAsync | executeWithArgumentsAsync | asyncFFmpegExecute | |
| cancel | cancel | cancel | |
| parseArguments | parseArguments | ||
| argumentsToString | argumentsToString | ||
| listExecutions | listSessions | getSessions getSession getSessionsByState |
| FFprobeKit | FFmpegKitConfig | |
|---|---|---|
| execute | execute executeAsync |
ffprobeExecute |
| executeWithArguments | executeWithArguments executeWithArgumentsAsync |
asyncFFprobeExecute |
| getMediaInformation | getMediaInformation getMediaInformationAsync |
getMediaInformationExecute asyncGetMediaInformationExecute |
| getMediaInformationFromCommand | getMediaInformationFromCommand getMediaInformationFromCommandAsync |
| FFmpegKitConfig | Session | FFmpegSession | Packages | |
|---|---|---|---|---|
| enableRedirection | enableRedirection | |||
| disableRedirection | disableRedirection | |||
| getLogLevel | getLogLevel | |||
| setLogLevel | setLogLevel | |||
| logLevelToString | logLevelToString | |||
| setLogDelegate | enableLogCallback | |||
| setStatisticsDelegate | enableStatisticsCallback | |||
| getLastReceivedStatistics | getLastSession getLastCompletedSession |
getLastReceivedStatistics getStatistics getAllStatistics |
||
| resetStatistics | ||||
| setFontconfigConfigurationPath | setFontconfigConfigurationPath | |||
| setFontDirectory | setFontDirectory setFontDirectoryList |
|||
| getPackageName | getPackageName | |||
| getExternalLibraries | getExternalLibraries | |||
| registerNewFFmpegPipe | registerNewFFmpegPipe | |||
| closeFFmpegPipe | closeFFmpegPipe | |||
| getFFmpegVersion | getFFmpegVersion | |||
| getVersion | getVersion | |||
| getBuildDate | getBuildDate | |||
| getLastReturnCode | getLastSession getLastCompletedSession |
getReturnCode | ||
| getLastCommandOutput | getLastSession getLastCompletedSession |
getOutput getLogs getAllLogsAsString |
||
| ignoreSignal | ignoreSignal |
Copyright (c) 2021-2025 FFmpegKit
- Status
- Versions
- Changelog
- Project Layout
- API
- Using
- Building
- External Libraries
- Patents
- License