-
Notifications
You must be signed in to change notification settings - Fork 621
Migrating From ReactNativeFFmpeg
Taner Şener edited this page Jan 15, 2022
·
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 some of the react-native-ffmpeg
functions.
FFmpegKit | FFmpegKitConfig | Session | |
---|---|---|---|
execute | execute | ffmpegExecute | |
executeWithArguments | executeWithArguments | ffmpegExecute | |
executeAsync | executeAsync | asyncFFmpegExecute | |
executeAsyncWithArguments | executeWithArgumentsAsync | asyncFFmpegExecute | |
cancel | cancel | ||
cancelExecution | cancel | cancel | |
listExecutions | listSessions | getSessions getSession getSessionsByState |
|
parseArguments | parseArguments |
FFprobeKit | FFmpegKitConfig | |
---|---|---|
execute | execute | ffprobeExecute |
executeWithArguments | executeWithArguments | ffprobeExecute |
getMediaInformation | getMediaInformation | getMediaInformationExecute |
FFmpegKitConfig | Session | FFmpegSession | Packages | |
---|---|---|---|---|
enableLogCallback | enableLogCallback | |||
enableStatisticsCallback | enableStatisticsCallback | |||
disableLogs | disableLogs | |||
disableRedirection | disableRedirection | |||
disableStatistics | disableStatistics | |||
getExternalLibraries | getExternalLibraries | |||
getFFmpegVersion | getFFmpegVersion | |||
getLastCommandOutput | getLastSession getLastCompletedSession |
getOutput getLogs getAllLogsAsString |
||
getLastReceivedStatistics | getLastSession getLastCompletedSession |
getLastReceivedStatistics getStatistics getAllStatistics |
||
getLastReturnCode | getLastSession getLastCompletedSession |
getReturnCode | ||
getLogLevel | getLogLevel | |||
getPackageName | getPackageName | |||
getPlatform | getPlatform | |||
registerNewFFmpegPipe | registerNewFFmpegPipe | |||
resetStatistics | ||||
setEnvironmentVariable | setEnvironmentVariable | |||
setFontconfigConfigurationPath | setFontconfigConfigurationPath | |||
setFontDirectory | setFontDirectory setFontDirectoryList |
|||
setLogLevel | setLogLevel |
Copyright (c) 2021-2024 FFmpegKit
- Status
- Versions
- Changelog
- Project Layout
- API
- Using
- Building
- External Libraries
- Patents
- License