This repository was archived by the owner on Jan 6, 2025. It is now read-only.
forked from arthenica/ffmpeg-kit
-
Notifications
You must be signed in to change notification settings - Fork 33
Migrating From FlutterFFmpeg
Taner Sener edited this page Sep 27, 2022
·
1 revision
The following table shows how flutter_ffmpeg API methods can be migrated to FFmpegKit.
Please note that FFmpegKit provides multiple methods for some of the flutter_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 | |
|---|---|---|---|---|
| closeFFmpegPipe | closeFFmpegPipe | |||
| enableLogCallback | enableLogCallback | |||
| enableRedirection | enableRedirection | |||
| 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-2022 FFmpegKit
- Status
- Versions
- Changelog
- Project Layout
- Using
- Building
- External Libraries
- Patents
- License