-
Notifications
You must be signed in to change notification settings - Fork 996
Migrating From MobileFFmpeg Android API
Taner Şener edited this page Apr 15, 2021
·
13 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 | ||
---|---|---|---|---|
FFmpeg | execute | execute | ffmpegExecute | |
executeAsync | executeAsync | asyncFFmpegExecute | ||
cancel | cancel | cancel | ||
listExecutions | listSessions | getSessions getSession getSessionsByState |
FFprobeKit | FFmpegKitConfig | ||
---|---|---|---|
FFprobe | execute | execute | ffprobeExecute |
executeAsync | executeAsync | asyncFFprobeExecute | |
getMediaInformation | getMediaInformation getMediaInformationAsync |
getMediaInformationExecute asyncGetMediaInformationExecute |
|
getMediaInformationFromCommand | getMediaInformationFromCommand getMediaInformationFromCommandAsync |
||
listExecutions | listSessions | getSessions getSession getSessionsByState |
FFmpegKitConfig | Session | FFmpegSession | ||
---|---|---|---|---|
Config | enableRedirection | enableRedirection | ||
disableRedirection | disableRedirection | |||
getLogLevel | getLogLevel | |||
setLogLevel | setLogLevel | |||
enableLogCallback | enableLogCallback | |||
enableStatisticsCallback | enableLogCallback | |||
getLastReceivedStatistics | getLastSession getLastCompletedSession |
getLastReceivedStatistics getStatistics getAllStatistics |
||
resetStatistics | ||||
setFontconfigConfigurationPath | setFontconfigConfigurationPath | |||
setFontDirectory | setFontDirectory setFontDirectoryList |
|||
getPackageName | ||||
getExternalLibraries | ||||
registerNewFFmpegPipe | registerNewFFmpegPipe | |||
closeFFmpegPipe | closeFFmpegPipe | |||
getSupportedCameraIds | getSupportedCameraIds | |||
getFFmpegVersion | getFFmpegVersion | |||
getVersion | getVersion | |||
isLTSBuild | isLTSBuild | |||
getBuildDate | getBuildDate | |||
getLastReturnCode | getLastSession getLastCompletedSession |
getReturnCode | ||
getLastCommandOutput | getLastSession getLastCompletedSession |
getOutput getLogs getAllLogsAsString |
||
printLastCommandOutput | ||||
setEnvironmentVariable | setEnvironmentVariable | |||
ignoreSignal | ignoreSignal |
Copyright (c) 2021-2025 FFmpegKit
- Status
- Versions
- Changelog
- Project Layout
- API
- Using
- Building
- External Libraries
- Patents
- License