Migrating From ReactNativeFFmpeg - tanersener/ffmpeg-kit GitHub Wiki

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.

1. RNFFmpeg

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

2. RNFFprobe

FFprobeKit FFmpegKitConfig
execute execute ffprobeExecute
executeWithArguments executeWithArguments ffprobeExecute
getMediaInformation getMediaInformation getMediaInformationExecute

3. RNFFmpegConfig

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
⚠️ **GitHub.com Fallback** ⚠️