-
Notifications
You must be signed in to change notification settings - Fork 623
Migrating From ReactNativeFFmpeg
Taner Şener edited this page Oct 5, 2021
·
5 revisions
The following table shows how react-native-ffmpeg
API methods can be migrated to FFmpegKit
.
Please note that FFmpegKit
provides multiple methods for the some of the react-native-ffmpeg
functions.
FFmpegKit | FFmpegKitConfig | Session | |
---|---|---|---|
execute | executeAsync | asyncFFmpegExecute | |
executeWithArguments | executeWithArgumentsAsync | asyncFFmpegExecute | |
executeAsync | executeAsync | asyncFFmpegExecute | |
executeAsyncWithArguments | executeWithArgumentsAsync | asyncFFmpegExecute | |
cancel | cancel | ||
cancelExecution | cancel | cancel | |
listExecutions | listSessions | getSessions getSession getSessionsByState |
|
parseArguments | parseArguments |
FFprobeKit | FFmpegKitConfig | |
---|---|---|
execute | executeAsync | asyncFFprobeExecute |
executeWithArguments | executeWithArgumentsAsync | asyncFFprobeExecute |
getMediaInformation | getMediaInformationAsync | asyncGetMediaInformationExecute |
FFmpegKitConfig | Session | FFmpegSession | |
---|---|---|---|
enableRedirection | enableRedirection | ||
disableRedirection | disableRedirection | ||
getLogLevel | getLogLevel | ||
setLogLevel | setLogLevel | ||
enableLogCallback | enableLogCallback | ||
enableStatisticsCallback | enableStatisticsCallback | ||
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-2024 FFmpegKit
- Status
- Versions
- Changelog
- Project Layout
- API
- Using
- Building
- External Libraries
- Patents
- License