diff --git a/README.md b/README.md index a46a912..6048253 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FFmpegKit ![GitHub release](https://img.shields.io/badge/release-v4.5-blue.svg) ![Maven Central](https://img.shields.io/maven-central/v/com.arthenica/ffmpeg-kit-min) ![CocoaPods](https://img.shields.io/cocoapods/v/ffmpeg-kit-ios-min) +# FFmpegKit ![GitHub release](https://img.shields.io/badge/release-v4.5-blue.svg) ![Maven Central](https://img.shields.io/maven-central/v/com.arthenica/ffmpeg-kit-min) ![CocoaPods](https://img.shields.io/cocoapods/v/ffmpeg-kit-ios-min) [![npm](https://img.shields.io/npm/v/ffmpeg-kit-react-native.svg)](ffmpeg-kit-react-native) FFmpeg Kit for applications. @@ -7,42 +7,48 @@ FFmpeg Kit for applications. ### 1. Features - Scripts to build FFmpeg libraries - `FFmpegKit` wrapper library to run `FFmpeg`/`FFprobe` commands in applications -- Supports Android, iOS, macOS and tvOS +- Supports native platforms: Android, iOS, macOS and tvOS +- Supports hybrid platforms: React Native - Based on FFmpeg `v4.5-dev` with optional system and external libraries -- 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases), [Maven Central](https://search.maven.org) and [CocoaPods](https://cocoapods.org). +- 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases), [Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org) and [npm](https://www.npmjs.com) - Licensed under `LGPL 3.0`, or `GPL v3.0` if GPL licensed libraries are enabled ### 2. Android -See [Android](https://github.com/tanersener/ffmpeg-kit/tree/development/android) to learn more about `FFmpegKit` for +See [Android](https://github.com/tanersener/ffmpeg-kit/tree/main/android) to learn more about `FFmpegKit` for `Android`. ### 3. iOS, macOS, tvOS -See [Apple](https://github.com/tanersener/ffmpeg-kit/tree/development/apple) to use `FFmpegKit` on `Apple` platforms +See [Apple](https://github.com/tanersener/ffmpeg-kit/tree/main/apple) to use `FFmpegKit` on `Apple` platforms (`iOS`, `macOS`, `tvOS`). -### 4. Build Scripts +### 4. React Native -Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each platform. +See [React Native](https://github.com/tanersener/ffmpeg-kit/tree/main/react-native) to learn more about `FFmpegKit` for +`React Native`. + +### 5. Build Scripts + +Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each native platform. All scripts support additional options to enable optional libraries and disable platform architectures. -### 5. FFmpegKit Library +### 6. FFmpegKit Library `FFmpegKit` is a wrapper library that allows you to easily run `FFmpeg`/`FFprobe` commands in applications. It provides additional features on top of `FFmpeg` to enable platform specific resources, control how commands are executed and how the results are handled. -`Android` library has a `Java` API and `Apple` libraries (`iOS`, `macOS`, `tvOS`) have an `Objective-C` API, -which are identical in terms of features and capabilities. +`Android` library of `FFmpegKit` has a `Java` API, `Apple` libraries (`iOS`, `macOS`, `tvOS`) have an `Objective-C` + API and `React Native` library provides a `JavaScript` API, which are identical in terms of features and capabilities. -### 6. Binary Packages +### 7. Packages There are eight different `ffmpeg-kit` packages distributed on [Github](https://github.com/tanersener/ffmpeg-kit/releases), -[Maven Central](https://search.maven.org) and [CocoaPods](https://cocoapods.org). -Below you can see which system libraries and external libraries are enabled in each one of them. +[Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org) and [npm](https://www.npmjs.com). +Below you can see which system libraries and external libraries are enabled in each one of them. Please remember that some parts of `FFmpeg` are licensed under the `GPL` and only `GPL` licensed `ffmpeg-kit` packages include them. @@ -96,21 +102,22 @@ include them. - `AVFoundation` is not available on `tvOS` - `VideoToolbox` is not available on LTS releases of `iOS` and `tvOS` -### 7. Versions +### 8. Versions `FFmpegKit` binaries generated use the same major and minor version numbers as the upstream `FFmpeg` project. The exact version number of `FFmpeg` is obtained using `git describe --tags`. `dev` part in the version string indicates that `FFmpeg` source code is cloned from the `FFmpeg` `master` branch. -| FFmpegKit Version | FFmpeg Version | Release Date | -| :----: | :----: |:----: | -| [4.5](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5) | 4.5-dev-2008 | Sep 18, 2021 | -| [4.5.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5.LTS) | 4.5-dev-2008 | Sep 18, 2021 | -| [4.4](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4) | 4.4-dev-3015 | Mar 03, 2021 | -| [4.4.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4.LTS) | 4.4-dev-3015 | Mar 03, 2021 | +| Platforms | FFmpegKit Version | FFmpeg Version | Release Date | +| :----: | :----: | :----: | :----: | +| React Native | [4.5.0](https://github.com/tanersener/ffmpeg-kit/releases/tag/react.native.v4.5.0) | 4.5-dev-2008 | Oct 01, 2021 | +| Android
Apple | [4.5](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5) | 4.5-dev-2008 | Sep 18, 2021 | +| Android
Apple | [4.5.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5.LTS) | 4.5-dev-2008 | Sep 18, 2021 | +| Android
Apple | [4.4](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4) | 4.4-dev-3015 | Mar 03, 2021 | +| Android
Apple | [4.4.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4.LTS) | 4.4-dev-3015 | Mar 03, 2021 | -### 8. LTS Releases +### 9. LTS Releases `FFmpegKit` binaries are published in two release variants: `Main Release` and `LTS Release`. @@ -139,11 +146,11 @@ This table shows the differences between two variants. | tvOS Architectures | arm64
x86-64
arm64-simulator | arm64
x86-64 | | tvOS Bundle Format | XCFrameworks | Frameworks | -### 9. Documentation +### 10. Documentation A more detailed documentation is available under [Wiki](https://github.com/tanersener/ffmpeg-kit/wiki). -### 10. Test Applications +### 11. Test Applications You can see how `FFmpegKit` is used inside an application by running test applications created under [FFmpegKit Test](https://github.com/tanersener/ffmpeg-kit-test) project. @@ -151,12 +158,12 @@ You can see how `FFmpegKit` is used inside an application by running test applic All applications are identical and supports command execution, video encoding, accessing https urls, encoding audio, burning subtitles, video stabilisation, pipe operations and concurrent command execution. -### 11. License +### 12. License `FFmpegKit` is licensed under the `LGPL v3.0`. However, if source code is built using the optional `--enable-gpl` flag or prebuilt binaries with `-gpl` postfix are used, then `FFmpegKit` is subject to the `GPL v3.0` license. -### 12. Patents +### 13. Patents It is not clearly explained in their documentation, but it is believed that `FFmpeg`, `kvazaar`, `x264` and `x265` include algorithms which are subject to software patents. If you live in a country where software algorithms are @@ -167,15 +174,15 @@ that you seek legal advice first. See [FFmpeg Patent Mini-FAQ](https://ffmpeg.or distribute that library, then you are subject to pay MPEG LA licensing fees. Refer to [OpenH264 FAQ](https://www.openh264.org/faq.html) page for the details. -### 13. Contributing +### 14. Contributing Feel free to submit issues or pull requests. -Please note that `main` includes only the latest released source code. Changes planned for the next release are -developed under the `development` branch. Therefore, if you want to create a pull request, please open it against -the `development`. +Please note that `main` includes only the latest released source code. Changes planned for the next release are +developed under the `development` branches (`development` for native platforms, `development-react-native` for +`react-native`). Therefore, if you want to create a pull request, please open it against them. -### 14. See Also +### 15. See Also - [FFmpeg API Documentation](https://ffmpeg.org/doxygen/4.0/index.html) - [FFmpeg Wiki](https://trac.ffmpeg.org/wiki/WikiStart) diff --git a/docs/index.md b/docs/index.md index 98bf3fd..76150c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,9 +7,10 @@ FFmpeg Kit for applications. ### 1. Features - Scripts to build FFmpeg libraries - `FFmpegKit` wrapper library to run `FFmpeg`/`FFprobe` commands in applications -- Supports Android, iOS, macOS and tvOS +- Supports native platforms: Android, iOS, macOS and tvOS +- Supports hybrid platforms: React Native - Based on FFmpeg `v4.5-dev` with optional system and external libraries -- 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases), [Maven Central](https://search.maven.org) and [CocoaPods](https://cocoapods.org). +- 8 prebuilt binary packages available at [Github](https://github.com/tanersener/ffmpeg-kit/releases), [Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org) and [npm](https://www.npmjs.com) - Licensed under `LGPL 3.0`, or `GPL v3.0` if GPL licensed libraries are enabled ### 2. Android @@ -22,27 +23,32 @@ See [Android](https://github.com/tanersener/ffmpeg-kit/tree/development/android) See [Apple](https://github.com/tanersener/ffmpeg-kit/tree/development/apple) to use `FFmpegKit` on `Apple` platforms (`iOS`, `macOS`, `tvOS`). -### 4. Build Scripts +### 4. React Native -Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each platform. +See [React Native](https://github.com/tanersener/ffmpeg-kit/tree/main/react-native) to learn more about `FFmpegKit` for +`React Native`. + +### 5. Build Scripts + +Use `android.sh`, `ios.sh`, `macos.sh` and `tvos.sh` to build `FFmpegKit` for each native platform. All scripts support additional options to enable optional libraries and disable platform architectures. -### 5. FFmpegKit Library +### 6. FFmpegKit Library `FFmpegKit` is a wrapper library that allows you to easily run `FFmpeg`/`FFprobe` commands in applications. It provides additional features on top of `FFmpeg` to enable platform specific resources, control how commands are executed and how the results are handled. -`Android` library has a `Java` API and `Apple` libraries (`iOS`, `macOS`, `tvOS`) have an `Objective-C` API, -which are identical in terms of features and capabilities. +`Android` library of `FFmpegKit` has a `Java` API, `Apple` libraries (`iOS`, `macOS`, `tvOS`) have an `Objective-C` +API and `React Native` library provides a `JavaScript` API, which are identical in terms of features and capabilities. -### 6. Binary Packages +### 7. Packages There are eight different `ffmpeg-kit` packages distributed on [Github](https://github.com/tanersener/ffmpeg-kit/releases), -[Maven Central](https://search.maven.org) and [CocoaPods](https://cocoapods.org). -Below you can see which external libraries are enabled in each one of them. +[Maven Central](https://search.maven.org), [CocoaPods](https://cocoapods.org) and [npm](https://www.npmjs.com). +Below you can see which system libraries and external libraries are enabled in each one of them. Please remember that some parts of `FFmpeg` are licensed under the `GPL` and only `GPL` licensed `ffmpeg-kit` packages include them. @@ -79,21 +85,22 @@ include them. - `AVFoundation` is not available on `tvOS` - `VideoToolbox` is not available on LTS releases of `iOS` and `tvOS` -### 7. Versions +### 8. Versions `FFmpegKit` binaries generated use the same major and minor version numbers as the upstream `FFmpeg` project. The exact version number of `FFmpeg` is obtained using `git describe --tags`. `dev` part in the version string indicates that `FFmpeg` source code is cloned from the `FFmpeg` `master` branch. -| FFmpegKit Version | FFmpeg Version | Release Date | -| :----: | :----: |:----: | -| [4.5](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5) | 4.5-dev-2008 | Sep 18, 2021 | -| [4.5.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5.LTS) | 4.5-dev-2008 | Sep 18, 2021 | -| [4.4](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4) | 4.4-dev-3015 | Mar 03, 2021 | -| [4.4.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4.LTS) | 4.4-dev-3015 | Mar 03, 2021 | +| Platforms | FFmpegKit Version | FFmpeg Version | Release Date | +| :----: | :----: | :----: | :----: | +| React Native | [4.5.0](https://github.com/tanersener/ffmpeg-kit/releases/tag/react.native.v4.5.0) | 4.5-dev-2008 | Oct 01, 2021 | +| Android
Apple | [4.5](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5) | 4.5-dev-2008 | Sep 18, 2021 | +| Android
Apple | [4.5.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.5.LTS) | 4.5-dev-2008 | Sep 18, 2021 | +| Android
Apple | [4.4](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4) | 4.4-dev-3015 | Mar 03, 2021 | +| Android
Apple | [4.4.LTS](https://github.com/tanersener/ffmpeg-kit/releases/tag/v4.4.LTS) | 4.4-dev-3015 | Mar 03, 2021 | -### 8. LTS Releases +### 9. LTS Releases `FFmpegKit` binaries are published in two release variants: `Main Release` and `LTS Release`. @@ -122,11 +129,11 @@ This table shows the differences between two variants. | tvOS Architectures | arm64
x86-64
arm64-simulator | arm64
x86-64 | | tvOS Bundle Format | XCFrameworks | Frameworks | -### 9. Documentation +### 10. Documentation A more detailed documentation is available under [Wiki](https://github.com/tanersener/ffmpeg-kit/wiki). -### 10. Test Applications +### 11. Test Applications You can see how `FFmpegKit` is used inside an application by running test applications created under [FFmpegKit Test](https://github.com/tanersener/ffmpeg-kit-test) project. @@ -134,12 +141,12 @@ You can see how `FFmpegKit` is used inside an application by running test applic All applications are identical and supports command execution, video encoding, accessing https urls, encoding audio, burning subtitles, video stabilisation, pipe operations, concurrent command execution. -### 11. License +### 12. License `FFmpegKit` is licensed under the `LGPL v3.0`. However, if source code is built using the optional `--enable-gpl` flag or prebuilt binaries with `-gpl` postfix are used, then `FFmpegKit` is subject to the `GPL v3.0` license. -### 12. Patents +### 13. Patents It is not clearly explained in their documentation, but it is believed that `FFmpeg`, `kvazaar`, `x264` and `x265` include algorithms which are subject to software patents. If you live in a country where software algorithms are @@ -150,15 +157,15 @@ that you seek legal advice first. See [FFmpeg Patent Mini-FAQ](https://ffmpeg.or distribute that library, then you are subject to pay MPEG LA licensing fees. Refer to [OpenH264 FAQ](https://www.openh264.org/faq.html) page for the details. -### 13. Contributing +### 14. Contributing Feel free to submit issues or pull requests. Please note that `main` includes only the latest released source code. Changes planned for the next release are -developed under the `development` branch. Therefore, if you want to create a pull request, please open it against -the `development`. +developed under the `development` branches (`development` for native platforms, `development-react-native` for +`react-native`). Therefore, if you want to create a pull request, please open it against them. -### 14. See Also +### 15. See Also - [FFmpeg API Documentation](https://ffmpeg.org/doxygen/4.0/index.html) - [FFmpeg Wiki](https://trac.ffmpeg.org/wiki/WikiStart) diff --git a/react-native/.editorconfig b/react-native/.editorconfig new file mode 100644 index 0000000..65365be --- /dev/null +++ b/react-native/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] + +indent_style = space +indent_size = 2 + +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/react-native/.gitattributes b/react-native/.gitattributes new file mode 100644 index 0000000..030ef14 --- /dev/null +++ b/react-native/.gitattributes @@ -0,0 +1,3 @@ +*.pbxproj -text +# specific for windows script files +*.bat text eol=crlf \ No newline at end of file diff --git a/react-native/.gitignore b/react-native/.gitignore new file mode 100644 index 0000000..4f1c43c --- /dev/null +++ b/react-native/.gitignore @@ -0,0 +1,60 @@ +# OSX +# +.DS_Store + +# XDE +.expo/ + +# VSCode +.vscode/ +jsconfig.json + +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate +project.xcworkspace + +# Android/IJ +# +.idea +.gradle +local.properties +android.iml + +# Cocoapods +# +example/ios/Pods + +# node.js +# +node_modules/ +npm-debug.log +yarn-debug.log +yarn-error.log + +# BUCK +buck-out/ +\.buckd/ +android/app/libs +android/keystores/debug.keystore + +# Expo +.expo/* + +# generated by bob +lib/ diff --git a/react-native/README.md b/react-native/README.md new file mode 100644 index 0000000..08e5357 --- /dev/null +++ b/react-native/README.md @@ -0,0 +1,303 @@ +# FFmpegKit for React Native + +### 1. Features +- Includes both `FFmpeg` and `FFprobe` +- Supports + - Both `Android` and `iOS` + - FFmpeg `v4.5-dev` releases + - `arm-v7a`, `arm-v7a-neon`, `arm64-v8a`, `x86` and `x86_64` architectures on Android + - `Android API Level 16` or later + - `armv7`, `armv7s`, `arm64`, `arm64-simulator`, `i386`, `x86_64`, `x86_64-mac-catalyst` and `arm64-mac-catalyst` architectures on iOS + - `iOS SDK 9.3` or later + - Can process Storage Access Framework (SAF) Uris on Android + - 24 external libraries + + `dav1d`, `fontconfig`, `freetype`, `fribidi`, `gmp`, `gnutls`, `kvazaar`, `lame`, `libass`, `libiconv`, `libilbc`, `libtheora`, `libvorbis`, `libvpx`, `libwebp`, `libxml2`, `opencore-amr`, `opus`, `shine`, `snappy`, `soxr`, `speex`, `twolame`, `vo-amrwbenc` + + - 4 external libraries with GPL license + + `vid.stab`, `x264`, `x265`, `xvidcore` + + - `zlib` and `MediaCodec` Android system libraries + - `bzip2`, `iconv`, `libuuid`, `zlib` system libraries and `AudioToolbox`, `VideoToolbox`, `AVFoundation` system frameworks on iOS + +- Includes Typescript definitions +- Licensed under LGPL 3.0, can be customized to support GPL v3.0 + +### 2. Installation + +```sh +yarn add ffmpeg-kit-react-native +``` + +#### 2.1 Packages + +`ffmpeg` includes built-in encoders for some popular formats. However, there are certain external libraries that needs +to be enabled in order to encode specific formats/codecs. For example, to encode an `mp3` file you need `lame` or +`shine` library enabled. You have to install a `ffmpeg-kit-react-native` package that has at least one of them inside. +To encode an `h264` video, you need to install a package with `x264` inside. To encode `vp8` or `vp9` videos, you need +a `ffmpeg-kit-react-native` package with `libvpx` inside. + +`ffmpeg-kit` provides eight packages that include different sets of external libraries. These packages are +named according to the external libraries included in them. Refer to +[Packages](https://github.com/tanersener/ffmpeg-kit#7-packages) section of the project README to see the names +of those packages and external libraries included in each of them. + +##### 2.1.1 Package Names + +The following table shows all package names defined for `ffmpeg-kit-react-native`. + +| Package | Main Release | LTS Release | +| :----: | :----: | :----: | +| min | min | min-lts | +| min-gpl | min-gpl | min-gpl-lts | +| https | https | https-lts | +| https-gpl | https-gpl | https-gpl-lts | +| audio | audio | audio-lts | +| video | video | video-lts | +| full | full | full-lts | +| full-gpl | full-gpl | full-gpl-lts | + +#### 2.2 Enabling Packages + +Installing `ffmpeg-kit-react-native` enables the `https` package by default. It is possible to enable other +packages using the instructions below. + +##### 2.2.1 Enabling a Package on Android + +- Edit `android/build.gradle` file and add the package name in `ext.ffmpegKitPackage` variable. + + ``` + ext { + ffmpegKitPackage = "" + } + + ``` + +##### 2.2.2 Enabling a Package on iOS + +- Edit `ios/Podfile` file and add the package name as `subspec`. After that run `pod install` again. + + ``` + pod 'ffmpeg-kit-react-native', :subspecs => [''], :podspec => '../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec' + ``` + +- Note that if you have `use_native_modules!` in your `Podfile`, specifying a `subspec` may cause the following error. + You can fix it by defining `ffmpeg-kit-react-native` dependency before `use_native_modules!` in your `Podfile`. + + ``` + [!] There are multiple dependencies with different sources for `ffmpeg-kit-react-native` in `Podfile`: + + - ffmpeg-kit-react-native (from `../node_modules/ffmpeg-kit-react-native`) + - ffmpeg-kit-react-native/video (from `../node_modules/ffmpeg-kit-react-native/ffmpeg-kit-react-native.podspec`) + ``` + +#### 2.3 Enabling LTS Releases + +In order to install the `LTS` variant, install the `https-lts` package using instructions in `2.2` or append `-lts` to +the package name you are using. + +#### 2.4 LTS Releases + +`ffmpeg-kit-react-native` is published in two different variants: `Main Release` and `LTS Release`. Both releases +share the same source code but is built with different settings (Architectures, API Level, iOS Min SDK, etc.). Refer to +[LTS Releases](https://github.com/tanersener/ffmpeg-kit#9-lts-releases) section of the project README to see how they +compare to each other. + +### 3. Using + +1. Execute FFmpeg commands. + + ```js + import { FFmpegKit } from 'ffmpeg-kit-react-native'; + + FFmpegKit.executeAsync('-i file1.mp4 -c:v mpeg4 file2.mp4', async (session) => { + const returnCode = await session.getReturnCode(); + + if (ReturnCode.isSuccess(returnCode)) { + + // SUCCESS + + } else if (ReturnCode.isCancel(returnCode)) { + + // CANCEL + + } else { + + // ERROR + + } + }); + ``` + +2. Each `execute` call creates a new session. Access every detail about your execution from the + session created. + + ```js + FFmpegKit.executeAsync('-i file1.mp4 -c:v mpeg4 file2.mp4').then(async (session) => { + + // Unique session id created for this execution + const sessionId = session.getSessionId(); + + // Command arguments as a single string + const command = session.getCommand(); + + // Command arguments + const commandArguments = session.getArguments(); + + // State of the execution. Shows whether it is still running or completed + const state = await session.getState(); + + // Return code for completed sessions. Will be undefined if session is still running or FFmpegKit fails to run it + const returnCode = await session.getReturnCode() + + const startTime = session.getStartTime(); + const endTime = await session.getEndTime(); + const duration = await session.getDuration(); + + // Console output generated for this execution + const output = await session.getOutput(); + + // The stack trace if FFmpegKit fails to run a command + const failStackTrace = await session.getFailStackTrace() + + // The list of logs generated for this execution + const logs = await session.getLogs(); + + // The list of statistics generated for this execution (only available on FFmpegSession) + const statistics = await session.getStatistics(); + + }); + ``` + +3. Execute `FFmpeg` commands by providing session specific `execute`/`log`/`session` callbacks. + + ```js + FFmpegKit.executeAsync('-i file1.mp4 -c:v mpeg4 file2.mp4', session => { + + // CALLED WHEN SESSION IS EXECUTED + + }, log => { + + // CALLED WHEN SESSION PRINTS LOGS + + }, statistics => { + + // CALLED WHEN SESSION GENERATES STATISTICS + + }); + ``` + +4. Execute `FFprobe` commands. + + ```js + FFprobeKit.executeAsync(ffprobeCommand, session => { + + // CALLED WHEN SESSION IS EXECUTED + + }); + ``` + +5. Get media information for a file/url. + + ```js + FFprobeKit.getMediaInformationAsync('', async (session) => { + const information = await session.getMediaInformation(); + }); + ``` + +6. Stop ongoing FFmpeg operations. + + - Stop all sessions + ```js + FFmpegKit.cancel(); + ``` + - Stop a specific session + ```js + FFmpegKit.cancel(sessionId); + ``` + +7. (Android) Convert Storage Access Framework (SAF) Uris into paths that can be read or written by +`FFmpegKit` and `FFprobeKit`. + + - Reading a file: + ```js + FFmpegKitConfig.selectDocumentForRead('*/*').then(uri => { + FFmpegKitConfig.getSafParameterForRead(uri).then(safUrl => { + FFmpegKit.executeAsync(`-i ${safUrl} -c:v mpeg4 file2.mp4`); + }); + }); + ``` + + - Writing to a file: + ```js + FFmpegKitConfig.selectDocumentForWrite('video.mp4', 'video/*').then(uri => { + FFmpegKitConfig.getSafParameterForWrite(uri).then(safUrl => { + FFmpegKit.executeAsync(`-i file1.mp4 -c:v mpeg4 ${safUrl}`); + }); + }); + ``` + +8. Get previous `FFmpeg` and `FFprobe` sessions from the session history. + + ```js + FFmpegKit.listSessions().then(sessionList => { + sessionList.forEach(async session => { + const sessionId = session.getSessionId(); + }); + }); + + FFprobeKit.listSessions().then(sessionList => { + sessionList.forEach(async session => { + const sessionId = session.getSessionId(); + }); + }); + ``` + +9. Enable global callbacks. + - Execute Callback, called when an async execution is ended + + ```js + FFmpegKitConfig.enableExecuteCallback(session => { + const sessionId = session.getSessionId(); + }); + ``` + + - Log Callback, called when a session generates logs + + ```js + FFmpegKitConfig.enableLogCallback(log => { + const message = log.getMessage(); + }); + ``` + + - Statistics Callback, called when a session generates statistics + + ```js + FFmpegKitConfig.enableStatisticsCallback(statistics => { + const size = statistics.getSize(); + }); + ``` + +10. Register system fonts and custom font directories. + + ```js + FFmpegKitConfig.setFontDirectoryList(["/system/fonts", "/System/Library/Fonts", ""]); + ``` + +### 4. Test Application + +You can see how `FFmpegKit` is used inside an application by running `react-native` test applications developed under +the [FFmpegKit Test](https://github.com/tanersener/ffmpeg-kit-test) project. + +### 5. Tips + +See [Tips](https://github.com/tanersener/ffmpeg-kit/wiki/Tips) wiki page. + +### 6. License + +See [License](https://github.com/tanersener/ffmpeg-kit/wiki/License) wiki page. + +### 7. Patents + +See [Patents](https://github.com/tanersener/ffmpeg-kit/wiki/Patents) wiki page. diff --git a/react-native/android/build.gradle b/react-native/android/build.gradle new file mode 100644 index 0000000..e51ec38 --- /dev/null +++ b/react-native/android/build.gradle @@ -0,0 +1,126 @@ +buildscript { + repositories { + google() + jcenter() + } + + dependencies { + classpath 'com.android.tools.build:gradle:4.2.2' + } +} + +apply plugin: 'com.android.library' + +static def safePackageName(String packageName) { + packageName.replace("-lts", "") +} + +def safePackageVersion(String packageName) { + def version = project.properties['ffmpegKit.android.main.version'] + def ltsVersion = project.properties['ffmpegKit.android.lts.version'] + packageName.contains("-lts") ? ltsVersion + ".LTS" : version +} + +def safeExtGet(String prop, String fallback) { + rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback +} + +android { + compileSdkVersion 30 + + defaultConfig { + minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24 + targetSdkVersion 30 + versionCode 450 + versionName "4.5.0" + } + + buildTypes { + release { + minifyEnabled false + } + } + lintOptions { + disable 'GradleCompatible' + } + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } +} + +repositories { + mavenCentral() + jcenter() + google() + + def found = false + def defaultDir = null + def androidSourcesName = 'React Native sources' + + if (rootProject.ext.has('reactNativeAndroidRoot')) { + defaultDir = rootProject.ext.get('reactNativeAndroidRoot') + } else { + defaultDir = new File( + projectDir, + 'node_modules/react-native/android' + ) + } + + if (defaultDir.exists()) { + maven { + url defaultDir.toString() + name androidSourcesName + } + + logger.info(":${project.name}:reactNativeAndroidRoot ${defaultDir.canonicalPath}") + found = true + } else { + def parentDir = rootProject.projectDir + + 1.upto(5, { + if (found) return true + parentDir = parentDir.parentFile + + def androidSourcesDir = new File( + parentDir, + 'node_modules/react-native' + ) + + def androidPrebuiltBinaryDir = new File( + parentDir, + 'node_modules/react-native/android' + ) + + if (androidPrebuiltBinaryDir.exists()) { + maven { + url androidPrebuiltBinaryDir.toString() + name androidSourcesName + } + + logger.info(":${project.name}:reactNativeAndroidRoot ${androidPrebuiltBinaryDir.canonicalPath}") + found = true + } else if (androidSourcesDir.exists()) { + maven { + url androidSourcesDir.toString() + name androidSourcesName + } + + logger.info(":${project.name}:reactNativeAndroidRoot ${androidSourcesDir.canonicalPath}") + found = true + } + }) + } + + if (!found) { + throw new GradleException( + "${project.name}: unable to locate React Native android sources. " + + "Ensure you have you installed React Native as a dependency in your project and try again." + ) + } +} + +dependencies { + api 'com.facebook.react:react-native:+' + implementation 'com.arthenica:ffmpeg-kit-' + safePackageName(safeExtGet('ffmpegKitPackage', 'https')) + ':' + safePackageVersion(safeExtGet('ffmpegKitPackage', 'https')) +} diff --git a/react-native/android/gradle.properties b/react-native/android/gradle.properties new file mode 100644 index 0000000..48aa8f1 --- /dev/null +++ b/react-native/android/gradle.properties @@ -0,0 +1,3 @@ +android.useAndroidX=true +ffmpegKit.android.main.version=4.5 +ffmpegKit.android.lts.version=4.5 diff --git a/react-native/android/gradle/wrapper/gradle-wrapper.jar b/react-native/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..e708b1c Binary files /dev/null and b/react-native/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/react-native/android/gradle/wrapper/gradle-wrapper.properties b/react-native/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..28ff446 --- /dev/null +++ b/react-native/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/react-native/android/gradlew b/react-native/android/gradlew new file mode 100755 index 0000000..4f906e0 --- /dev/null +++ b/react-native/android/gradlew @@ -0,0 +1,185 @@ +#!/usr/bin/env sh + +# +# Copyright 2015 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn () { + echo "$*" +} + +die () { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; + NONSTOP* ) + nonstop=true + ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin or MSYS, switch paths to Windows format before running java +if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=`expr $i + 1` + done + case $i in + 0) set -- ;; + 1) set -- "$args0" ;; + 2) set -- "$args0" "$args1" ;; + 3) set -- "$args0" "$args1" "$args2" ;; + 4) set -- "$args0" "$args1" "$args2" "$args3" ;; + 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Escape application args +save () { + for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + echo " " +} +APP_ARGS=`save "$@"` + +# Collect all arguments for the java command, following the shell quoting and substitution rules +eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" + +exec "$JAVACMD" "$@" diff --git a/react-native/android/gradlew.bat b/react-native/android/gradlew.bat new file mode 100644 index 0000000..107acd3 --- /dev/null +++ b/react-native/android/gradlew.bat @@ -0,0 +1,89 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/react-native/android/src/main/AndroidManifest.xml b/react-native/android/src/main/AndroidManifest.xml new file mode 100644 index 0000000..b75bc36 --- /dev/null +++ b/react-native/android/src/main/AndroidManifest.xml @@ -0,0 +1,3 @@ + + diff --git a/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/AsyncWriteToPipeTask.java b/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/AsyncWriteToPipeTask.java new file mode 100644 index 0000000..a2d1079 --- /dev/null +++ b/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/AsyncWriteToPipeTask.java @@ -0,0 +1,66 @@ +/* + * Copyright (c) 2021 Taner Sener + * + * This file is part of FFmpegKit. + * + * FFmpegKit is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * FFmpegKit is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with FFmpegKit. If not, see . + */ + +package com.arthenica.ffmpegkit.reactnative; + +import static com.arthenica.ffmpegkit.reactnative.FFmpegKitReactNativeModule.LIBRARY_NAME; + +import android.util.Log; + +import com.facebook.react.bridge.Promise; + +import java.io.IOException; + +public class AsyncWriteToPipeTask implements Runnable { + private final String inputPath; + private final String namedPipePath; + private final Promise promise; + + public AsyncWriteToPipeTask(final String inputPath, final String namedPipePath, final Promise promise) { + this.inputPath = inputPath; + this.namedPipePath = namedPipePath; + this.promise = promise; + } + + @Override + public void run() { + int rc; + + try { + final String asyncCommand = "cat " + inputPath + " > " + namedPipePath; + Log.d(LIBRARY_NAME, String.format("Starting copy %s to pipe %s operation.", inputPath, namedPipePath)); + + final long startTime = System.currentTimeMillis(); + + final Process process = Runtime.getRuntime().exec(new String[]{"sh", "-c", asyncCommand}); + rc = process.waitFor(); + + final long endTime = System.currentTimeMillis(); + + Log.d(LIBRARY_NAME, String.format("Copying %s to pipe %s operation completed with rc %d in %d seconds.", inputPath, namedPipePath, rc, (endTime - startTime) / 1000)); + + promise.resolve(rc); + + } catch (final IOException | InterruptedException e) { + Log.e(LIBRARY_NAME, String.format("Copy %s to pipe %s failed with error.", inputPath, namedPipePath), e); + promise.reject("Copy failed", String.format("Copy %s to pipe %s failed with error.", inputPath, namedPipePath), e); + } + } + +} diff --git a/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/FFmpegKitReactNativeModule.java b/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/FFmpegKitReactNativeModule.java new file mode 100644 index 0000000..e8c702a --- /dev/null +++ b/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/FFmpegKitReactNativeModule.java @@ -0,0 +1,1159 @@ +/* + * Copyright (c) 2021 Taner Sener + * + * This file is part of FFmpegKit. + * + * FFmpegKit is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * FFmpegKit is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with FFmpegKit. If not, see . + */ + +package com.arthenica.ffmpegkit.reactnative; + +import android.app.Activity; +import android.content.Intent; +import android.net.Uri; +import android.util.Log; + +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; + +import com.arthenica.ffmpegkit.AbiDetect; +import com.arthenica.ffmpegkit.AbstractSession; +import com.arthenica.ffmpegkit.FFmpegKit; +import com.arthenica.ffmpegkit.FFmpegKitConfig; +import com.arthenica.ffmpegkit.FFmpegSession; +import com.arthenica.ffmpegkit.FFprobeKit; +import com.arthenica.ffmpegkit.FFprobeSession; +import com.arthenica.ffmpegkit.Level; +import com.arthenica.ffmpegkit.LogRedirectionStrategy; +import com.arthenica.ffmpegkit.MediaInformation; +import com.arthenica.ffmpegkit.MediaInformationJsonParser; +import com.arthenica.ffmpegkit.MediaInformationSession; +import com.arthenica.ffmpegkit.Packages; +import com.arthenica.ffmpegkit.ReturnCode; +import com.arthenica.ffmpegkit.Session; +import com.arthenica.ffmpegkit.SessionState; +import com.arthenica.ffmpegkit.Signal; +import com.arthenica.ffmpegkit.Statistics; +import com.facebook.react.bridge.Arguments; +import com.facebook.react.bridge.BaseActivityEventListener; +import com.facebook.react.bridge.LifecycleEventListener; +import com.facebook.react.bridge.Promise; +import com.facebook.react.bridge.ReactApplicationContext; +import com.facebook.react.bridge.ReactContextBaseJavaModule; +import com.facebook.react.bridge.ReactMethod; +import com.facebook.react.bridge.ReadableArray; +import com.facebook.react.bridge.ReadableMap; +import com.facebook.react.bridge.ReadableMapKeySetIterator; +import com.facebook.react.bridge.ReadableType; +import com.facebook.react.bridge.WritableArray; +import com.facebook.react.bridge.WritableMap; +import com.facebook.react.modules.core.DeviceEventManagerModule; + +import org.json.JSONArray; +import org.json.JSONException; +import org.json.JSONObject; + +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Date; +import java.util.HashMap; +import java.util.Iterator; +import java.util.List; +import java.util.Map; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Executors; +import java.util.concurrent.atomic.AtomicBoolean; +import java.util.stream.Stream; + +public class FFmpegKitReactNativeModule extends ReactContextBaseJavaModule implements LifecycleEventListener { + + public static final String LIBRARY_NAME = "ffmpeg-kit-react-native"; + public static final String PLATFORM_NAME = "android"; + + // LOG CLASS + public static final String KEY_LOG_SESSION_ID = "sessionId"; + public static final String KEY_LOG_LEVEL = "level"; + public static final String KEY_LOG_MESSAGE = "message"; + + // STATISTICS CLASS + public static final String KEY_STATISTICS_SESSION_ID = "sessionId"; + public static final String KEY_STATISTICS_VIDEO_FRAME_NUMBER = "videoFrameNumber"; + public static final String KEY_STATISTICS_VIDEO_FPS = "videoFps"; + public static final String KEY_STATISTICS_VIDEO_QUALITY = "videoQuality"; + public static final String KEY_STATISTICS_SIZE = "size"; + public static final String KEY_STATISTICS_TIME = "time"; + public static final String KEY_STATISTICS_BITRATE = "bitrate"; + public static final String KEY_STATISTICS_SPEED = "speed"; + + // SESSION CLASS + public static final String KEY_SESSION_ID = "sessionId"; + public static final String KEY_SESSION_CREATE_TIME = "createTime"; + public static final String KEY_SESSION_START_TIME = "startTime"; + public static final String KEY_SESSION_COMMAND = "command"; + public static final String KEY_SESSION_TYPE = "type"; + public static final String KEY_SESSION_MEDIA_INFORMATION = "mediaInformation"; + + // SESSION TYPE + public static final int SESSION_TYPE_FFMPEG = 1; + public static final int SESSION_TYPE_FFPROBE = 2; + public static final int SESSION_TYPE_MEDIA_INFORMATION = 3; + + // EVENTS + public static final String EVENT_LOG_CALLBACK_EVENT = "FFmpegKitLogCallbackEvent"; + public static final String EVENT_STATISTICS_CALLBACK_EVENT = "FFmpegKitStatisticsCallbackEvent"; + public static final String EVENT_EXECUTE_CALLBACK_EVENT = "FFmpegKitExecuteCallbackEvent"; + + // REQUEST CODES + public static final int READABLE_REQUEST_CODE = 10000; + public static final int WRITABLE_REQUEST_CODE = 20000; + + private static final int asyncWriteToPipeConcurrencyLimit = 10; + + private final AtomicBoolean logsEnabled; + private final AtomicBoolean statisticsEnabled; + private final ExecutorService asyncWriteToPipeExecutorService; + + public FFmpegKitReactNativeModule(@Nullable ReactApplicationContext reactContext) { + super(reactContext); + + this.logsEnabled = new AtomicBoolean(false); + this.statisticsEnabled = new AtomicBoolean(false); + this.asyncWriteToPipeExecutorService = Executors.newFixedThreadPool(asyncWriteToPipeConcurrencyLimit); + + if (reactContext != null) { + reactContext.addLifecycleEventListener(this); + registerGlobalCallbacks(reactContext); + } + } + + @ReactMethod + public void addListener(final String eventName) { + Log.i(LIBRARY_NAME, String.format("Listener added for %s event.", eventName)); + } + + @ReactMethod + public void removeListeners(Integer count) { + } + + @NonNull + @Override + public String getName() { + return "FFmpegKitReactNativeModule"; + } + + @Override + public void onHostResume() { + } + + @Override + public void onHostPause() { + } + + @Override + public void onHostDestroy() { + this.asyncWriteToPipeExecutorService.shutdown(); + } + + protected void registerGlobalCallbacks(final ReactApplicationContext reactContext) { + FFmpegKitConfig.enableExecuteCallback(session -> { + final DeviceEventManagerModule.RCTDeviceEventEmitter jsModule = reactContext.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class); + jsModule.emit(EVENT_EXECUTE_CALLBACK_EVENT, toMap(session)); + }); + + FFmpegKitConfig.enableLogCallback(log -> { + if (logsEnabled.get()) { + final DeviceEventManagerModule.RCTDeviceEventEmitter jsModule = reactContext.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class); + jsModule.emit(EVENT_LOG_CALLBACK_EVENT, toMap(log)); + } + }); + + FFmpegKitConfig.enableStatisticsCallback(statistics -> { + if (statisticsEnabled.get()) { + final DeviceEventManagerModule.RCTDeviceEventEmitter jsModule = reactContext.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class); + jsModule.emit(EVENT_STATISTICS_CALLBACK_EVENT, toMap(statistics)); + } + }); + } + + // AbstractSession + + @ReactMethod + public void abstractSessionGetEndTime(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + final Date endTime = session.getEndTime(); + if (endTime == null) { + promise.resolve(null); + } else { + promise.resolve(endTime.getTime()); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetDuration(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + promise.resolve((double) session.getDuration()); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetAllLogs(final Double sessionId, final Double waitTimeout, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + final int timeout; + if (isValidPositiveNumber(waitTimeout)) { + timeout = waitTimeout.intValue(); + } else { + timeout = AbstractSession.DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT; + } + final List allLogs = session.getAllLogs(timeout); + promise.resolve(toArray(allLogs.stream().map(FFmpegKitReactNativeModule::toMap))); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetLogs(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + final List allLogs = session.getLogs(); + promise.resolve(toArray(allLogs.stream().map(FFmpegKitReactNativeModule::toMap))); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetAllLogsAsString(final Double sessionId, final Double waitTimeout, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + final int timeout; + if (isValidPositiveNumber(waitTimeout)) { + timeout = waitTimeout.intValue(); + } else { + timeout = AbstractSession.DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT; + } + final String allLogsAsString = session.getAllLogsAsString(timeout); + promise.resolve(allLogsAsString); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetState(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + promise.resolve(session.getState().ordinal()); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetReturnCode(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + final ReturnCode returnCode = session.getReturnCode(); + if (returnCode == null) { + promise.resolve(null); + } else { + promise.resolve(returnCode.getValue()); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void abstractSessionGetFailStackTrace(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + promise.resolve(session.getFailStackTrace()); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void thereAreAsynchronousMessagesInTransmit(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + promise.resolve(session.thereAreAsynchronousMessagesInTransmit()); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + // ArchDetect + + @ReactMethod + public void getArch(final Promise promise) { + promise.resolve(AbiDetect.getAbi()); + } + + // FFmpegSession + + @ReactMethod + public void ffmpegSession(final ReadableArray readableArray, final Promise promise) { + promise.resolve(toMap(new FFmpegSession(toArgumentsArray(readableArray), null, null, null, LogRedirectionStrategy.NEVER_PRINT_LOGS))); + } + + @ReactMethod + public void ffmpegSessionGetAllStatistics(final Double sessionId, final Double waitTimeout, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + if (session instanceof FFmpegSession) { + final int timeout; + if (isValidPositiveNumber(waitTimeout)) { + timeout = waitTimeout.intValue(); + } else { + timeout = AbstractSession.DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT; + } + final List allStatistics = ((FFmpegSession) session).getAllStatistics(timeout); + promise.resolve(toArray(allStatistics.stream().map(FFmpegKitReactNativeModule::toMap))); + } else { + promise.reject("NOT_FFMPEG_SESSION", "A session is found but it does not have the correct type."); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void ffmpegSessionGetStatistics(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + if (session instanceof FFmpegSession) { + final List statistics = ((FFmpegSession) session).getStatistics(); + promise.resolve(toArray(statistics.stream().map(FFmpegKitReactNativeModule::toMap))); + } else { + promise.reject("NOT_FFMPEG_SESSION", "A session is found but it does not have the correct type."); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + // FFprobeSession + + @ReactMethod + public void ffprobeSession(final ReadableArray readableArray, final Promise promise) { + promise.resolve(toMap(new FFprobeSession(toArgumentsArray(readableArray), null, null, LogRedirectionStrategy.NEVER_PRINT_LOGS))); + } + + // MediaInformationSession + + @ReactMethod + public void mediaInformationSession(final ReadableArray readableArray, final Promise promise) { + promise.resolve(toMap(new MediaInformationSession(toArgumentsArray(readableArray), null, null))); + } + + // MediaInformationJsonParser + + @ReactMethod + public void mediaInformationJsonParserFrom(final String ffprobeJsonOutput, final Promise promise) { + try { + final MediaInformation mediaInformation = MediaInformationJsonParser.fromWithError(ffprobeJsonOutput); + promise.resolve(toMap(mediaInformation)); + } catch (JSONException e) { + Log.i(LIBRARY_NAME, "Parsing MediaInformation failed.", e); + promise.resolve(null); + } + } + + @ReactMethod + public void mediaInformationJsonParserFromWithError(final String ffprobeJsonOutput, final Promise promise) { + try { + final MediaInformation mediaInformation = MediaInformationJsonParser.fromWithError(ffprobeJsonOutput); + promise.resolve(toMap(mediaInformation)); + } catch (JSONException e) { + Log.i(LIBRARY_NAME, "Parsing MediaInformation failed.", e); + promise.reject("PARSE_FAILED", "Parsing MediaInformation failed with JSON error."); + } + } + + // FFmpegKitConfig + + @ReactMethod + public void enableRedirection(final Promise promise) { + enableLogs(); + enableStatistics(); + FFmpegKitConfig.enableRedirection(); + + promise.resolve(null); + } + + @ReactMethod + public void disableRedirection(final Promise promise) { + FFmpegKitConfig.disableRedirection(); + + promise.resolve(null); + } + + @ReactMethod + public void enableLogs(final Promise promise) { + enableLogs(); + + promise.resolve(null); + } + + @ReactMethod + public void disableLogs(final Promise promise) { + disableLogs(); + + promise.resolve(null); + } + + @ReactMethod + public void enableStatistics(final Promise promise) { + enableStatistics(); + + promise.resolve(null); + } + + @ReactMethod + public void disableStatistics(final Promise promise) { + disableStatistics(); + + promise.resolve(null); + } + + @ReactMethod + public void setFontconfigConfigurationPath(final String path, final Promise promise) { + FFmpegKitConfig.setFontconfigConfigurationPath(path); + + promise.resolve(null); + } + + @ReactMethod + public void setFontDirectory(final String fontDirectoryPath, final ReadableMap fontNameMap, final Promise promise) { + final ReactApplicationContext reactContext = getReactApplicationContext(); + if (reactContext != null) { + FFmpegKitConfig.setFontDirectory(reactContext, fontDirectoryPath, toMap(fontNameMap)); + promise.resolve(null); + } else { + promise.reject("INVALID_CONTEXT", "React context is not initialized."); + } + } + + @ReactMethod + public void setFontDirectoryList(final ReadableArray readableArray, final ReadableMap fontNameMap, final Promise promise) { + final ReactApplicationContext reactContext = getReactApplicationContext(); + if (reactContext != null) { + FFmpegKitConfig.setFontDirectoryList(reactContext, Arrays.asList(toArgumentsArray(readableArray)), toMap(fontNameMap)); + promise.resolve(null); + } else { + promise.reject("INVALID_CONTEXT", "React context is not initialized."); + } + } + + @ReactMethod + public void registerNewFFmpegPipe(final Promise promise) { + final ReactApplicationContext reactContext = getReactApplicationContext(); + if (reactContext != null) { + promise.resolve(FFmpegKitConfig.registerNewFFmpegPipe(reactContext)); + } else { + promise.reject("INVALID_CONTEXT", "React context is not initialized."); + } + } + + @ReactMethod + public void closeFFmpegPipe(final String ffmpegPipePath, final Promise promise) { + FFmpegKitConfig.closeFFmpegPipe(ffmpegPipePath); + + promise.resolve(null); + } + + @ReactMethod + public void getFFmpegVersion(final Promise promise) { + promise.resolve(FFmpegKitConfig.getFFmpegVersion()); + } + + @ReactMethod + public void isLTSBuild(final Promise promise) { + promise.resolve(FFmpegKitConfig.isLTSBuild()); + } + + @ReactMethod + public void getBuildDate(final Promise promise) { + promise.resolve(FFmpegKitConfig.getBuildDate()); + } + + @ReactMethod + public void setEnvironmentVariable(final String variableName, final String variableValue, final Promise promise) { + FFmpegKitConfig.setEnvironmentVariable(variableName, variableValue); + + promise.resolve(null); + } + + @ReactMethod + public void ignoreSignal(final Double signalValue, final Promise promise) { + Signal signal = null; + + if (signalValue.intValue() == Signal.SIGINT.getValue()) { + signal = Signal.SIGINT; + } else if (signalValue.intValue() == Signal.SIGQUIT.getValue()) { + signal = Signal.SIGQUIT; + } else if (signalValue.intValue() == Signal.SIGPIPE.getValue()) { + signal = Signal.SIGPIPE; + } else if (signalValue.intValue() == Signal.SIGTERM.getValue()) { + signal = Signal.SIGTERM; + } else if (signalValue.intValue() == Signal.SIGXCPU.getValue()) { + signal = Signal.SIGXCPU; + } + + if (signal != null) { + FFmpegKitConfig.ignoreSignal(signal); + + promise.resolve(null); + } else { + promise.reject("INVALID_SIGNAL", "Signal value not supported."); + } + } + + @ReactMethod + public void asyncFFmpegSessionExecute(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + if (session instanceof FFmpegSession) { + FFmpegKitConfig.asyncFFmpegExecute((FFmpegSession) session); + promise.resolve(null); + } else { + promise.reject("NOT_FFMPEG_SESSION", "A session is found but it does not have the correct type."); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void asyncFFprobeSessionExecute(final Double sessionId, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + if (session instanceof FFprobeSession) { + FFmpegKitConfig.asyncFFprobeExecute((FFprobeSession) session); + promise.resolve(null); + } else { + promise.reject("NOT_FFPROBE_SESSION", "A session is found but it does not have the correct type."); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void asyncMediaInformationSessionExecute(final Double sessionId, final Double waitTimeout, final Promise promise) { + if (sessionId != null) { + Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + if (session instanceof MediaInformationSession) { + final int timeout; + if (isValidPositiveNumber(waitTimeout)) { + timeout = waitTimeout.intValue(); + } else { + timeout = AbstractSession.DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT; + } + FFmpegKitConfig.asyncGetMediaInformationExecute((MediaInformationSession) session, timeout); + promise.resolve(null); + } else { + promise.reject("NOT_MEDIA_INFORMATION_SESSION", "A session is found but it does not have the correct type."); + } + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void getLogLevel(final Promise promise) { + promise.resolve(toInt(FFmpegKitConfig.getLogLevel())); + } + + @ReactMethod + public void setLogLevel(final Double level, final Promise promise) { + if (level != null) { + FFmpegKitConfig.setLogLevel(Level.from(level.intValue())); + promise.resolve(null); + } else { + promise.reject("INVALID_LEVEL", "Invalid level value."); + } + } + + @ReactMethod + public void getSessionHistorySize(final Promise promise) { + promise.resolve(FFmpegKitConfig.getSessionHistorySize()); + } + + @ReactMethod + public void setSessionHistorySize(final Double sessionHistorySize, final Promise promise) { + if (sessionHistorySize != null) { + FFmpegKitConfig.setSessionHistorySize(sessionHistorySize.intValue()); + promise.resolve(null); + } else { + promise.reject("INVALID_SIZE", "Invalid session history size value."); + } + } + + @ReactMethod + public void getSession(final Double sessionId, final Promise promise) { + if (sessionId != null) { + final Session session = FFmpegKitConfig.getSession(sessionId.longValue()); + if (session == null) { + promise.reject("SESSION_NOT_FOUND", "Session not found."); + } else { + promise.resolve(toMap(session)); + } + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void getLastSession(final Promise promise) { + final Session session = FFmpegKitConfig.getLastSession(); + promise.resolve(toMap(session)); + } + + @ReactMethod + public void getLastCompletedSession(final Promise promise) { + final Session session = FFmpegKitConfig.getLastCompletedSession(); + promise.resolve(toMap(session)); + } + + @ReactMethod + public void getSessions(final Promise promise) { + promise.resolve(toSessionArray(FFmpegKitConfig.getSessions())); + } + + @ReactMethod + public void clearSessions(final Promise promise) { + FFmpegKitConfig.clearSessions(); + promise.resolve(null); + } + + @ReactMethod + public void getSessionsByState(final Double sessionState, final Promise promise) { + if (sessionState != null) { + promise.resolve(toSessionArray(FFmpegKitConfig.getSessionsByState(toSessionState(sessionState.intValue())))); + } else { + promise.reject("INVALID_SESSION_STATE", "Invalid session state value."); + } + } + + @ReactMethod + public void getLogRedirectionStrategy(final Promise promise) { + promise.resolve(toInt(FFmpegKitConfig.getLogRedirectionStrategy())); + } + + @ReactMethod + public void setLogRedirectionStrategy(final Double logRedirectionStrategy, final Promise promise) { + if (logRedirectionStrategy != null) { + FFmpegKitConfig.setLogRedirectionStrategy(toLogRedirectionStrategy(logRedirectionStrategy.intValue())); + promise.resolve(null); + } else { + promise.reject("INVALID_LOG_REDIRECTION_STRATEGY", "Invalid log redirection strategy value."); + } + } + + @ReactMethod + public void messagesInTransmit(final Double sessionId, final Promise promise) { + if (sessionId != null) { + promise.resolve(FFmpegKitConfig.messagesInTransmit(sessionId.longValue())); + } else { + promise.reject("INVALID_SESSION", "Invalid session id."); + } + } + + @ReactMethod + public void getPlatform(final Promise promise) { + promise.resolve(PLATFORM_NAME); + } + + @ReactMethod + public void writeToPipe(final String inputPath, final String namedPipePath, final Promise promise) { + final AsyncWriteToPipeTask asyncTask = new AsyncWriteToPipeTask(inputPath, namedPipePath, promise); + asyncWriteToPipeExecutorService.submit(asyncTask); + } + + @ReactMethod + public void selectDocument(final Boolean writable, final String title, final String type, final ReadableArray extraTypes, final Promise promise) { + final ReactApplicationContext reactContext = getReactApplicationContext(); + + final Intent intent; + if (writable) { + intent = new Intent(Intent.ACTION_CREATE_DOCUMENT); + intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION); + } else { + intent = new Intent(Intent.ACTION_GET_CONTENT); + intent.addCategory(Intent.CATEGORY_OPENABLE); + intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); + } + + if (type != null) { + intent.setType(type); + } else { + intent.setType("*/*"); + } + + if (title != null) { + intent.putExtra(Intent.EXTRA_TITLE, title); + } + + if (extraTypes != null) { + intent.putExtra(Intent.EXTRA_MIME_TYPES, toArgumentsArray(extraTypes)); + } + + if (reactContext != null) { + final Activity currentActivity = reactContext.getCurrentActivity(); + + if (currentActivity != null) { + reactContext.addActivityEventListener(new BaseActivityEventListener() { + + @Override + public void onActivityResult(Activity activity, int requestCode, int resultCode, Intent data) { + reactContext.removeActivityEventListener(this); + + Log.d(LIBRARY_NAME, String.format("selectDocument using parameters writable: %s, type: %s, title: %s and extra types: %s completed with requestCode: %d, resultCode: %d, data: %s.", writable, type, title, extraTypes == null ? null : Arrays.toString(toArgumentsArray(extraTypes)), requestCode, resultCode, data == null ? null : data.toString())); + + if (requestCode == READABLE_REQUEST_CODE || requestCode == WRITABLE_REQUEST_CODE) { + if (resultCode == Activity.RESULT_OK) { + if (data == null) { + promise.resolve(null); + } else { + final Uri uri = data.getData(); + promise.resolve(uri == null ? null : uri.toString()); + } + } else { + promise.reject("SELECT_CANCELLED", String.valueOf(resultCode)); + } + } else { + super.onActivityResult(activity, requestCode, resultCode, data); + } + } + }); + + try { + currentActivity.startActivityForResult(intent, writable ? WRITABLE_REQUEST_CODE : READABLE_REQUEST_CODE); + } catch (final Exception e) { + Log.i(LIBRARY_NAME, String.format("Failed to selectDocument using parameters writable: %s, type: %s, title: %s and extra types: %s!", writable, type, title, extraTypes == null ? null : Arrays.toString(toArgumentsArray(extraTypes))), e); + promise.reject("SELECT_FAILED", e.getMessage()); + } + } else { + Log.w(LIBRARY_NAME, String.format("Cannot selectDocument using parameters writable: %s, type: %s, title: %s and extra types: %s. Current activity is null.", writable, type, title, extraTypes == null ? null : Arrays.toString(toArgumentsArray(extraTypes)))); + promise.reject("INVALID_ACTIVITY", "Activity is null."); + } + } else { + Log.w(LIBRARY_NAME, String.format("Cannot selectDocument using parameters writable: %s, type: %s, title: %s and extra types: %s. React context is null.", writable, type, title, extraTypes == null ? null : Arrays.toString(toArgumentsArray(extraTypes)))); + promise.reject("INVALID_CONTEXT", "Context is null."); + } + } + + @ReactMethod + public void getSafParameter(final Boolean writable, final String uriString, final Promise promise) { + final ReactApplicationContext reactContext = getReactApplicationContext(); + + final Uri uri = Uri.parse(uriString); + if (uri == null) { + Log.w(LIBRARY_NAME, String.format("Cannot getSafParameter using parameters writable: %s, uriString: %s. Uri string cannot be parsed.", writable, uriString)); + promise.reject("GET_SAF_PARAMETER_FAILED", "Uri string cannot be parsed."); + } else { + final String safParameter; + if (writable) { + safParameter = FFmpegKitConfig.getSafParameterForWrite(reactContext, uri); + } else { + safParameter = FFmpegKitConfig.getSafParameterForRead(reactContext, uri); + } + + Log.d(LIBRARY_NAME, String.format("getSafParameter using parameters writable: %s, uriString: %s completed with saf parameter: %s.", writable, uriString, safParameter)); + + promise.resolve(safParameter); + } + } + + // FFmpegKit + + @ReactMethod + public void cancel(final Promise promise) { + FFmpegKit.cancel(); + promise.resolve(null); + } + + @ReactMethod + public void cancelSession(final Double sessionId, final Promise promise) { + if (sessionId != null) { + FFmpegKit.cancel(sessionId.longValue()); + } else { + FFmpegKit.cancel(); + } + promise.resolve(null); + } + + @ReactMethod + public void getFFmpegSessions(final Promise promise) { + promise.resolve(toSessionArray(FFmpegKit.listSessions())); + } + + // FFprobeKit + + @ReactMethod + public void getFFprobeSessions(final Promise promise) { + promise.resolve(toSessionArray(FFprobeKit.listSessions())); + } + + // Packages + + @ReactMethod + public void getPackageName(final Promise promise) { + promise.resolve(Packages.getPackageName()); + } + + @ReactMethod + public void getExternalLibraries(final Promise promise) { + promise.resolve(toStringArray(Packages.getExternalLibraries())); + } + + protected void enableLogs() { + logsEnabled.compareAndSet(false, true); + } + + protected void disableLogs() { + logsEnabled.compareAndSet(true, false); + } + + protected void enableStatistics() { + statisticsEnabled.compareAndSet(false, true); + } + + protected void disableStatistics() { + statisticsEnabled.compareAndSet(true, false); + } + + protected static int toInt(final Level level) { + return (level == null) ? Level.AV_LOG_TRACE.getValue() : level.getValue(); + } + + protected static WritableMap toMap(final Session session) { + if (session == null) { + return null; + } + + final WritableMap sessionMap = Arguments.createMap(); + + sessionMap.putDouble(KEY_SESSION_ID, session.getSessionId()); + sessionMap.putDouble(KEY_SESSION_CREATE_TIME, toLong(session.getCreateTime())); + sessionMap.putDouble(KEY_SESSION_START_TIME, toLong(session.getStartTime())); + sessionMap.putString(KEY_SESSION_COMMAND, session.getCommand()); + + if (session.isFFprobe()) { + if (session instanceof MediaInformationSession) { + final MediaInformationSession mediaInformationSession = (MediaInformationSession) session; + final MediaInformation mediaInformation = mediaInformationSession.getMediaInformation(); + if (mediaInformation != null) { + sessionMap.putMap(KEY_SESSION_MEDIA_INFORMATION, toMap(mediaInformation)); + } + sessionMap.putDouble(KEY_SESSION_TYPE, SESSION_TYPE_MEDIA_INFORMATION); + } else { + sessionMap.putDouble(KEY_SESSION_TYPE, SESSION_TYPE_FFPROBE); + } + } else { + sessionMap.putDouble(KEY_SESSION_TYPE, SESSION_TYPE_FFMPEG); + } + + return sessionMap; + } + + protected static long toLong(final Date date) { + if (date != null) { + return date.getTime(); + } else { + return 0; + } + } + + protected static int toInt(final LogRedirectionStrategy logRedirectionStrategy) { + switch (logRedirectionStrategy) { + case ALWAYS_PRINT_LOGS: + return 0; + case PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED: + return 1; + case PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED: + return 2; + case PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED: + return 3; + case NEVER_PRINT_LOGS: + default: + return 4; + } + } + + protected static LogRedirectionStrategy toLogRedirectionStrategy(final int value) { + switch (value) { + case 0: + return LogRedirectionStrategy.ALWAYS_PRINT_LOGS; + case 1: + return LogRedirectionStrategy.PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED; + case 2: + return LogRedirectionStrategy.PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED; + case 3: + return LogRedirectionStrategy.PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED; + case 4: + default: + return LogRedirectionStrategy.NEVER_PRINT_LOGS; + } + } + + protected static SessionState toSessionState(final int value) { + switch (value) { + case 0: + return SessionState.CREATED; + case 1: + return SessionState.RUNNING; + case 2: + return SessionState.FAILED; + case 3: + default: + return SessionState.COMPLETED; + } + } + + protected static WritableArray toStringArray(final List list) { + final WritableArray array = Arguments.createArray(); + + if (list != null) { + for (String item : list) { + array.pushString(item); + } + } + + return array; + } + + protected static Map toMap(final ReadableMap readableMap) { + final Map map = new HashMap<>(); + + if (readableMap != null) { + final ReadableMapKeySetIterator iterator = readableMap.keySetIterator(); + while (iterator.hasNextKey()) { + final String key = iterator.nextKey(); + final ReadableType type = readableMap.getType(key); + + if (type == ReadableType.String) { + map.put(key, readableMap.getString(key)); + } + } + } + + return map; + } + + protected static WritableMap toMap(final com.arthenica.ffmpegkit.Log log) { + final WritableMap logMap = Arguments.createMap(); + + logMap.putDouble(KEY_LOG_SESSION_ID, log.getSessionId()); + logMap.putDouble(KEY_LOG_LEVEL, toInt(log.getLevel())); + logMap.putString(KEY_LOG_MESSAGE, log.getMessage()); + + return logMap; + } + + protected static WritableMap toMap(final Statistics statistics) { + final WritableMap statisticsMap = Arguments.createMap(); + + if (statistics != null) { + statisticsMap.putDouble(KEY_STATISTICS_SESSION_ID, statistics.getSessionId()); + statisticsMap.putDouble(KEY_STATISTICS_VIDEO_FRAME_NUMBER, statistics.getVideoFrameNumber()); + statisticsMap.putDouble(KEY_STATISTICS_VIDEO_FPS, statistics.getVideoFps()); + statisticsMap.putDouble(KEY_STATISTICS_VIDEO_QUALITY, statistics.getVideoQuality()); + statisticsMap.putDouble(KEY_STATISTICS_SIZE, statistics.getSize()); + statisticsMap.putDouble(KEY_STATISTICS_TIME, statistics.getTime()); + statisticsMap.putDouble(KEY_STATISTICS_BITRATE, statistics.getBitrate()); + statisticsMap.putDouble(KEY_STATISTICS_SPEED, statistics.getSpeed()); + } + + return statisticsMap; + } + + protected static WritableArray toSessionArray(final List sessions) { + final WritableArray sessionArray = Arguments.createArray(); + + for (int i = 0; i < sessions.size(); i++) { + sessionArray.pushMap(toMap(sessions.get(i))); + } + + return sessionArray; + } + + protected static WritableMap toMap(final MediaInformation mediaInformation) { + WritableMap map = Arguments.createMap(); + + if (mediaInformation != null) { + JSONObject allProperties = mediaInformation.getAllProperties(); + if (allProperties != null) { + map = toMap(allProperties); + } + } + + return map; + } + + protected static WritableMap toMap(final JSONObject jsonObject) { + final WritableMap map = Arguments.createMap(); + + if (jsonObject != null) { + Iterator keys = jsonObject.keys(); + while (keys.hasNext()) { + String key = keys.next(); + Object value = jsonObject.opt(key); + if (value != null) { + if (value instanceof JSONArray) { + map.putArray(key, toList((JSONArray) value)); + } else if (value instanceof JSONObject) { + map.putMap(key, toMap((JSONObject) value)); + } else if (value instanceof String) { + map.putString(key, (String) value); + } else if (value instanceof Number) { + if (value instanceof Integer) { + map.putInt(key, (Integer) value); + } else { + map.putDouble(key, ((Number) value).doubleValue()); + } + } else if (value instanceof Boolean) { + map.putBoolean(key, (Boolean) value); + } else { + Log.i(LIBRARY_NAME, String.format("Cannot map json key %s using value %s:%s", key, value.toString(), value.getClass().toString())); + } + } + } + } + + return map; + } + + protected static WritableArray toArray(final Stream stream) { + final WritableArray list = Arguments.createArray(); + + stream.forEachOrdered(list::pushMap); + + return list; + } + + protected static WritableArray toList(final JSONArray array) { + final WritableArray list = Arguments.createArray(); + + for (int i = 0; i < array.length(); i++) { + Object value = array.opt(i); + if (value != null) { + if (value instanceof JSONArray) { + list.pushArray(toList((JSONArray) value)); + } else if (value instanceof JSONObject) { + list.pushMap(toMap((JSONObject) value)); + } else if (value instanceof String) { + list.pushString((String) value); + } else if (value instanceof Number) { + if (value instanceof Integer) { + list.pushInt((Integer) value); + } else { + list.pushDouble(((Number) value).doubleValue()); + } + } else if (value instanceof Boolean) { + list.pushBoolean((Boolean) value); + } else { + Log.i(LIBRARY_NAME, String.format("Cannot map json value %s:%s", value.toString(), value.getClass().toString())); + } + } + } + + return list; + } + + protected static String[] toArgumentsArray(final ReadableArray readableArray) { + final List arguments = new ArrayList<>(); + for (int i = 0; i < readableArray.size(); i++) { + final ReadableType type = readableArray.getType(i); + + if (type == ReadableType.String) { + arguments.add(readableArray.getString(i)); + } + } + + return arguments.toArray(new String[0]); + } + + protected static boolean isValidPositiveNumber(final Double value) { + return (value != null) && (value.intValue() >= 0); + } + +} diff --git a/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/FFmpegKitReactNativePackage.java b/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/FFmpegKitReactNativePackage.java new file mode 100644 index 0000000..f409ad7 --- /dev/null +++ b/react-native/android/src/main/java/com/arthenica/ffmpegkit/reactnative/FFmpegKitReactNativePackage.java @@ -0,0 +1,46 @@ +/* + * Copyright (c) 2021 Taner Sener + * + * This file is part of FFmpegKit. + * + * FFmpegKit is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * FFmpegKit is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with FFmpegKit. If not, see . + */ + +package com.arthenica.ffmpegkit.reactnative; + +import androidx.annotation.NonNull; + +import com.facebook.react.ReactPackage; +import com.facebook.react.bridge.NativeModule; +import com.facebook.react.bridge.ReactApplicationContext; +import com.facebook.react.uimanager.ViewManager; + +import java.util.Collections; +import java.util.List; + +public class FFmpegKitReactNativePackage implements ReactPackage { + + @NonNull + @Override + public List createNativeModules(@NonNull ReactApplicationContext reactContext) { + return Collections.singletonList(new FFmpegKitReactNativeModule(reactContext)); + } + + @NonNull + @Override + public List createViewManagers(@NonNull ReactApplicationContext reactContext) { + return Collections.emptyList(); + } + +} diff --git a/react-native/babel.config.js b/react-native/babel.config.js new file mode 100644 index 0000000..f842b77 --- /dev/null +++ b/react-native/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: ['module:metro-react-native-babel-preset'], +}; diff --git a/react-native/ffmpeg-kit-react-native.podspec b/react-native/ffmpeg-kit-react-native.podspec new file mode 100644 index 0000000..e56aada --- /dev/null +++ b/react-native/ffmpeg-kit-react-native.podspec @@ -0,0 +1,135 @@ +require "json" + +package = JSON.parse(File.read(File.join(__dir__, "package.json"))) + +Pod::Spec.new do |s| + s.name = package["name"] + s.version = package["version"] + s.summary = package["description"] + s.homepage = package["homepage"] + s.license = package["license"] + s.authors = package["author"] + + s.platform = :ios + s.requires_arc = true + s.static_framework = true + + s.source = { :git => "https://github.com/tanersener/ffmpeg-kit.git", :tag => "react.native.v#{s.version}" } + + s.default_subspec = 'https' + + s.dependency "React-Core" + + s.subspec 'min' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-min', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'min-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-min', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'min-gpl' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-min-gpl', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'min-gpl-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-min-gpl', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'https' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-https', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'https-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-https', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'https-gpl' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-https-gpl', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'https-gpl-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-https-gpl', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'audio' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-audio', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'audio-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-audio', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'video' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-video', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'video-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-video', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'full' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-full', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'full-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-full', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + + s.subspec 'full-gpl' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-full-gpl', "4.5" + ss.ios.deployment_target = '12.1' + end + + s.subspec 'full-gpl-lts' do |ss| + ss.source_files = '**/FFmpegKitReactNativeModule.m', + '**/FFmpegKitReactNativeModule.h' + ss.dependency 'ffmpeg-kit-ios-full-gpl', "4.5.LTS" + ss.ios.deployment_target = '9.3' + end + +end diff --git a/react-native/ios/FFmpegKitReactNativeModule.h b/react-native/ios/FFmpegKitReactNativeModule.h new file mode 100644 index 0000000..51458f9 --- /dev/null +++ b/react-native/ios/FFmpegKitReactNativeModule.h @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2021 Taner Sener + * + * This file is part of FFmpegKit. + * + * FFmpegKit is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * FFmpegKit is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with FFmpegKit. If not, see . + */ + +#import +#import +#import +#import + +@interface FFmpegKitReactNativeModule : RCTEventEmitter +@end diff --git a/react-native/ios/FFmpegKitReactNativeModule.m b/react-native/ios/FFmpegKitReactNativeModule.m new file mode 100644 index 0000000..7861877 --- /dev/null +++ b/react-native/ios/FFmpegKitReactNativeModule.m @@ -0,0 +1,779 @@ +/* + * Copyright (c) 2021 Taner Sener + * + * This file is part of FFmpegKit. + * + * FFmpegKit is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * FFmpegKit is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with FFmpegKit. If not, see . + */ + +#import "FFmpegKitReactNativeModule.h" +#import +#import +#import + +#import +#import +#import +#import +#import + +static NSString *const PLATFORM_NAME = @"ios"; + +// LOG CLASS +static NSString *const KEY_LOG_SESSION_ID = @"sessionId"; +static NSString *const KEY_LOG_LEVEL = @"level"; +static NSString *const KEY_LOG_MESSAGE = @"message"; + +// STATISTICS CLASS +static NSString *const KEY_STATISTICS_SESSION_ID = @"sessionId"; +static NSString *const KEY_STATISTICS_VIDEO_FRAME_NUMBER = @"videoFrameNumber"; +static NSString *const KEY_STATISTICS_VIDEO_FPS = @"videoFps"; +static NSString *const KEY_STATISTICS_VIDEO_QUALITY = @"videoQuality"; +static NSString *const KEY_STATISTICS_SIZE = @"size"; +static NSString *const KEY_STATISTICS_TIME = @"time"; +static NSString *const KEY_STATISTICS_BITRATE = @"bitrate"; +static NSString *const KEY_STATISTICS_SPEED = @"speed"; + +// SESSION CLASS +static NSString *const KEY_SESSION_ID = @"sessionId"; +static NSString *const KEY_SESSION_CREATE_TIME = @"createTime"; +static NSString *const KEY_SESSION_START_TIME = @"startTime"; +static NSString *const KEY_SESSION_COMMAND = @"command"; +static NSString *const KEY_SESSION_TYPE = @"type"; +static NSString *const KEY_SESSION_MEDIA_INFORMATION = @"mediaInformation"; + +// SESSION TYPE +static int const SESSION_TYPE_FFMPEG = 1; +static int const SESSION_TYPE_FFPROBE = 2; +static int const SESSION_TYPE_MEDIA_INFORMATION = 3; + +// EVENTS +static NSString *const EVENT_LOG_CALLBACK_EVENT = @"FFmpegKitLogCallbackEvent"; +static NSString *const EVENT_STATISTICS_CALLBACK_EVENT = @"FFmpegKitStatisticsCallbackEvent"; +static NSString *const EVENT_EXECUTE_CALLBACK_EVENT = @"FFmpegKitExecuteCallbackEvent"; + +extern int const AbstractSessionDefaultTimeoutForAsynchronousMessagesInTransmit; + +@implementation FFmpegKitReactNativeModule { + BOOL logsEnabled; + BOOL statisticsEnabled; + dispatch_queue_t asyncWriteToPipeDispatchQueue; +} + +RCT_EXPORT_MODULE(FFmpegKitReactNativeModule); + +- (instancetype)init { + self = [super init]; + if (self) { + logsEnabled = false; + statisticsEnabled = false; + asyncWriteToPipeDispatchQueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); + + [self registerGlobalCallbacks]; + } + + return self; +} + +- (NSArray*)supportedEvents { + NSMutableArray *array = [NSMutableArray array]; + + [array addObject:EVENT_LOG_CALLBACK_EVENT]; + [array addObject:EVENT_STATISTICS_CALLBACK_EVENT]; + [array addObject:EVENT_EXECUTE_CALLBACK_EVENT]; + + return array; +} + +- (void)registerGlobalCallbacks { + [FFmpegKitConfig enableExecuteCallback:^(id session){ + NSDictionary *dictionary = [FFmpegKitReactNativeModule toSessionDictionary:session]; + [self sendEventWithName:EVENT_EXECUTE_CALLBACK_EVENT body:dictionary]; + }]; + + [FFmpegKitConfig enableLogCallback: ^(Log* log){ + if (self->logsEnabled) { + NSDictionary *dictionary = [FFmpegKitReactNativeModule toLogDictionary:log]; + [self sendEventWithName:EVENT_LOG_CALLBACK_EVENT body:dictionary]; + } + }]; + + [FFmpegKitConfig enableStatisticsCallback:^(Statistics* statistics){ + if (self->statisticsEnabled) { + NSDictionary *dictionary = [FFmpegKitReactNativeModule toStatisticsDictionary:statistics]; + [self sendEventWithName:EVENT_STATISTICS_CALLBACK_EVENT body:dictionary]; + } + }]; +} + +// AbstractSession + +RCT_EXPORT_METHOD(abstractSessionGetEndTime:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + NSDate* endTime = [session getEndTime]; + if (endTime == nil) { + resolve(nil); + } else { + resolve([NSNumber numberWithDouble:[endTime timeIntervalSince1970]*1000]); + } + } +} + +RCT_EXPORT_METHOD(abstractSessionGetDuration:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + resolve([NSNumber numberWithLong:[session getDuration]]); + } +} + +RCT_EXPORT_METHOD(abstractSessionGetAllLogs:(int)sessionId withTimeout:(int)waitTimeout resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + int timeout; + if ([FFmpegKitReactNativeModule isValidPositiveNumber:waitTimeout]) { + timeout = waitTimeout; + } else { + timeout = AbstractSessionDefaultTimeoutForAsynchronousMessagesInTransmit; + } + NSArray* allLogs = [session getAllLogsWithTimeout:timeout]; + resolve([FFmpegKitReactNativeModule toLogArray:allLogs]); + } +} + +RCT_EXPORT_METHOD(abstractSessionGetLogs:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + NSArray* logs = [session getLogs]; + resolve([FFmpegKitReactNativeModule toLogArray:logs]); + } +} + +RCT_EXPORT_METHOD(abstractSessionGetAllLogsAsString:(int)sessionId withTimeout:(int)waitTimeout resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + int timeout; + if ([FFmpegKitReactNativeModule isValidPositiveNumber:waitTimeout]) { + timeout = waitTimeout; + } else { + timeout = AbstractSessionDefaultTimeoutForAsynchronousMessagesInTransmit; + } + NSString* allLogsAsString = [session getAllLogsAsStringWithTimeout:timeout]; + resolve(allLogsAsString); + } +} + +RCT_EXPORT_METHOD(abstractSessionGetState:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + resolve([FFmpegKitReactNativeModule sessionStateToNumber:[session getState]]); + } +} + +RCT_EXPORT_METHOD(abstractSessionGetReturnCode:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + ReturnCode* returnCode = [session getReturnCode]; + if (returnCode == nil) { + resolve(nil); + } else { + resolve([NSNumber numberWithInt:[returnCode getValue]]); + } + } +} + +RCT_EXPORT_METHOD(abstractSessionGetFailStackTrace:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + resolve([session getFailStackTrace]); + } +} + +RCT_EXPORT_METHOD(thereAreAsynchronousMessagesInTransmit:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + resolve([NSNumber numberWithBool:[session thereAreAsynchronousMessagesInTransmit]]); + } +} + +// ArchDetect + +RCT_EXPORT_METHOD(getArch:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([ArchDetect getArch]); +} + +// FFmpegSession + +RCT_EXPORT_METHOD(ffmpegSession:(NSArray*)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + FFmpegSession* session = [[FFmpegSession alloc] init:arguments withExecuteCallback:nil withLogCallback:nil withStatisticsCallback:nil withLogRedirectionStrategy:LogRedirectionStrategyNeverPrintLogs]; + resolve([FFmpegKitReactNativeModule toSessionDictionary:session]); +} + +RCT_EXPORT_METHOD(ffmpegSessionGetAllStatistics:(int)sessionId withTimeout:(int)waitTimeout resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + if ([session isMemberOfClass:[FFmpegSession class]]) { + int timeout; + if ([FFmpegKitReactNativeModule isValidPositiveNumber:waitTimeout]) { + timeout = waitTimeout; + } else { + timeout = AbstractSessionDefaultTimeoutForAsynchronousMessagesInTransmit; + } + NSArray* allStatistics = [(FFmpegSession*)session getAllStatisticsWithTimeout:timeout]; + resolve([FFmpegKitReactNativeModule toStatisticsArray:allStatistics]); + } else { + reject(@"NOT_FFMPEG_SESSION", @"A session is found but it does not have the correct type.", nil); + } + } +} + +RCT_EXPORT_METHOD(ffmpegSessionGetStatistics:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + if ([session isMemberOfClass:[FFmpegSession class]]) { + NSArray* statistics = [(FFmpegSession*)session getStatistics]; + resolve([FFmpegKitReactNativeModule toStatisticsArray:statistics]); + } else { + reject(@"NOT_FFMPEG_SESSION", @"A session is found but it does not have the correct type.", nil); + } + } +} + +// FFprobeSession + +RCT_EXPORT_METHOD(ffprobeSession:(NSArray*)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + FFprobeSession* session = [[FFprobeSession alloc] init:arguments withExecuteCallback:nil withLogCallback:nil withLogRedirectionStrategy:LogRedirectionStrategyNeverPrintLogs]; + resolve([FFmpegKitReactNativeModule toSessionDictionary:session]); +} + +// MediaInformationSession + +RCT_EXPORT_METHOD(mediaInformationSession:(NSArray*)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + MediaInformationSession* session = [[MediaInformationSession alloc] init:arguments withExecuteCallback:nil withLogCallback:nil]; + resolve([FFmpegKitReactNativeModule toSessionDictionary:session]); +} + +// MediaInformationJsonParser + +RCT_EXPORT_METHOD(mediaInformationJsonParserFrom:(NSString*)ffprobeJsonOutput resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + NSError *error; + MediaInformation* mediaInformation = [MediaInformationJsonParser from:ffprobeJsonOutput with:error]; + if (error == nil) { + resolve([FFmpegKitReactNativeModule toMediaInformationDictionary:mediaInformation]); + } else { + NSLog(@"MediaInformation parsing failed: %@.\n", error); + resolve(nil); + } +} + +RCT_EXPORT_METHOD(mediaInformationJsonParserFromWithError:(NSString*)ffprobeJsonOutput resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + NSError *error; + MediaInformation* mediaInformation = [MediaInformationJsonParser from:ffprobeJsonOutput with:error]; + if (error == nil) { + resolve([FFmpegKitReactNativeModule toMediaInformationDictionary:mediaInformation]); + } else { + NSLog(@"MediaInformation parsing failed: %@.\n", error); + reject(@"PARSE_FAILED", @"Parsing MediaInformation failed with JSON error.", nil); + } +} + +// FFmpegKitConfig + +RCT_EXPORT_METHOD(enableRedirection:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [self enableLogs]; + [self enableStatistics]; + [FFmpegKitConfig enableRedirection]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(disableRedirection:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig disableRedirection]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(enableLogs:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [self enableLogs]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(disableLogs:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [self disableLogs]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(enableStatistics:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [self enableStatistics]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(disableStatistics:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [self disableStatistics]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(setFontconfigConfigurationPath:(NSString*)path resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setFontconfigConfigurationPath:path]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(setFontDirectory:(NSString*)fontDirectoryPath with:(NSDictionary*)fontNameMap resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setFontDirectory:fontDirectoryPath with:fontNameMap]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(setFontDirectoryList:(NSArray*)fontDirectoryList with:(NSDictionary*)fontNameMap resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setFontDirectoryList:fontDirectoryList with:fontNameMap]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(registerNewFFmpegPipe:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitConfig registerNewFFmpegPipe]); +} + +RCT_EXPORT_METHOD(closeFFmpegPipe:(NSString*)ffmpegPipePath resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig closeFFmpegPipe:ffmpegPipePath]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(getFFmpegVersion:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitConfig getFFmpegVersion]); +} + +RCT_EXPORT_METHOD(isLTSBuild:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([NSNumber numberWithInt:[FFmpegKitConfig isLTSBuild]]); +} + +RCT_EXPORT_METHOD(getBuildDate:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitConfig getBuildDate]); +} + +RCT_EXPORT_METHOD(setEnvironmentVariable:(NSString*)variableName with:(NSString*)variableValue resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setEnvironmentVariable:variableName value:variableValue]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(ignoreSignal:(int)signalValue resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + if ((signalValue == SignalInt) || (signalValue == SignalQuit) || (signalValue == SignalPipe) || (signalValue == SignalTerm) || (signalValue == SignalXcpu)) { + resolve(nil); + } else { + reject(@"INVALID_SIGNAL", @"Signal value not supported.", nil); + } +} + +RCT_EXPORT_METHOD(asyncFFmpegSessionExecute:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + if ([session isMemberOfClass:[FFmpegSession class]]) { + [FFmpegKitConfig asyncFFmpegExecute:(FFmpegSession*)session]; + resolve(nil); + } else { + reject(@"NOT_FFMPEG_SESSION", @"A session is found but it does not have the correct type.", nil); + } + } +} + +RCT_EXPORT_METHOD(asyncFFprobeSessionExecute:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + if ([session isMemberOfClass:[FFprobeSession class]]) { + [FFmpegKitConfig asyncFFprobeExecute:(FFprobeSession*)session]; + resolve(nil); + } else { + reject(@"NOT_FFPROBE_SESSION", @"A session is found but it does not have the correct type.", nil); + } + } +} + +RCT_EXPORT_METHOD(asyncMediaInformationSessionExecute:(int)sessionId withTimeout:(int)waitTimeout resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + if ([session isMemberOfClass:[MediaInformationSession class]]) { + int timeout; + if ([FFmpegKitReactNativeModule isValidPositiveNumber:waitTimeout]) { + timeout = waitTimeout; + } else { + timeout = AbstractSessionDefaultTimeoutForAsynchronousMessagesInTransmit; + } + [FFmpegKitConfig asyncGetMediaInformationExecute:(MediaInformationSession*)session withTimeout:timeout]; + resolve(nil); + } else { + reject(@"NOT_MEDIA_INFORMATION_SESSION", @"A session is found but it does not have the correct type.", nil); + } + } +} + +RCT_EXPORT_METHOD(getLogLevel:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([NSNumber numberWithInt:[FFmpegKitConfig getLogLevel]]); +} + +RCT_EXPORT_METHOD(setLogLevel:(int)level resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setLogLevel:level]; + resolve(nil); +} + +RCT_EXPORT_METHOD(getSessionHistorySize:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([NSNumber numberWithInt:[FFmpegKitConfig getSessionHistorySize]]); +} + +RCT_EXPORT_METHOD(setSessionHistorySize:(int)sessionHistorySize resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setSessionHistorySize:sessionHistorySize]; + resolve(nil); +} + +RCT_EXPORT_METHOD(getSession:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + AbstractSession* session = (AbstractSession*)[FFmpegKitConfig getSession:sessionId]; + if (session == nil) { + reject(@"SESSION_NOT_FOUND", @"Session not found.", nil); + } else { + resolve([FFmpegKitReactNativeModule toSessionDictionary:session]); + } +} + +RCT_EXPORT_METHOD(getLastSession:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule toSessionDictionary:[FFmpegKitConfig getLastSession]]); +} + +RCT_EXPORT_METHOD(getLastCompletedSession:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule toSessionDictionary:[FFmpegKitConfig getLastCompletedSession]]); +} + +RCT_EXPORT_METHOD(getSessions:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule toSessionArray:[FFmpegKitConfig getSessions]]); +} + +RCT_EXPORT_METHOD(clearSessions:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig clearSessions]; + resolve(nil); +} + +RCT_EXPORT_METHOD(getSessionsByState:(int)sessionState resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule toSessionArray:[FFmpegKitConfig getSessionsByState:sessionState]]); +} + +RCT_EXPORT_METHOD(getLogRedirectionStrategy:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule logRedirectionStrategyToNumber:[FFmpegKitConfig getLogRedirectionStrategy]]); +} + +RCT_EXPORT_METHOD(setLogRedirectionStrategy:(int)logRedirectionStrategy resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKitConfig setLogRedirectionStrategy:logRedirectionStrategy]; + resolve(nil); +} + +RCT_EXPORT_METHOD(messagesInTransmit:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([NSNumber numberWithInt:[FFmpegKitConfig messagesInTransmit:sessionId]]); +} + +RCT_EXPORT_METHOD(getPlatform:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve(PLATFORM_NAME); +} + +RCT_EXPORT_METHOD(writeToPipe:(NSString*)inputPath onPipe:(NSString*)namedPipePath resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + dispatch_async(asyncWriteToPipeDispatchQueue, ^{ + + NSLog(@"Starting copy %@ to pipe %@ operation.\n", inputPath, namedPipePath); + + NSFileHandle *fileHandle = [NSFileHandle fileHandleForReadingAtPath: inputPath]; + if (fileHandle == nil) { + NSLog(@"Failed to open file %@.\n", inputPath); + reject(@"Copy failed", [NSString stringWithFormat:@"Failed to open file %@.", inputPath], nil); + return; + } + + NSFileHandle *pipeHandle = [NSFileHandle fileHandleForWritingAtPath: namedPipePath]; + if (pipeHandle == nil) { + NSLog(@"Failed to open pipe %@.\n", namedPipePath); + reject(@"Copy failed", [NSString stringWithFormat:@"Failed to open pipe %@.", namedPipePath], nil); + [fileHandle closeFile]; + return; + } + + int BUFFER_SIZE = 4096; + unsigned long readBytes = 0; + unsigned long totalBytes = 0; + double startTime = CACurrentMediaTime(); + + @try { + [fileHandle seekToFileOffset: 0]; + + do { + NSData *data = [fileHandle readDataOfLength:BUFFER_SIZE]; + readBytes = [data length]; + if (readBytes > 0) { + totalBytes += readBytes; + [pipeHandle writeData:data]; + } + } while (readBytes > 0); + + double endTime = CACurrentMediaTime(); + + NSLog(@"Copying %@ to pipe %@ operation completed successfully. %lu bytes copied in %f seconds.\n", inputPath, namedPipePath, totalBytes, (endTime - startTime)/1000); + + resolve(0); + + } @catch (NSException *e) { + NSLog(@"Copy failed %@.\n", [e reason]); + reject(@"Copy failed", [NSString stringWithFormat:@"Copy %@ to %@ failed with error %@.", inputPath, namedPipePath, [e reason]], nil); + } @finally { + [fileHandle closeFile]; + [pipeHandle closeFile]; + } + }); +} + +RCT_EXPORT_METHOD(selectDocument:(BOOL)writable title:(NSString*)title type:(NSString*)type array:(NSArray*)extraTypes resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + reject(@"Not Supported", @"Not supported on iOS platform.", nil); +} + +RCT_EXPORT_METHOD(getSafParameter:(BOOL)writable uri:(NSString*)uriString resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + reject(@"Not Supported", @"Not supported on iOS platform.", nil); +} + +// FFmpegKit + +RCT_EXPORT_METHOD(cancel:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKit cancel]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(cancelSession:(int)sessionId resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + [FFmpegKit cancel:sessionId]; + + resolve(nil); +} + +RCT_EXPORT_METHOD(getFFmpegSessions:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule toSessionArray:[FFmpegKit listSessions]]); +} + +// FFprobeKit + +RCT_EXPORT_METHOD(getFFprobeSessions:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([FFmpegKitReactNativeModule toSessionArray:[FFprobeKit listSessions]]); +} + +// Packages + +RCT_EXPORT_METHOD(getPackageName:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([Packages getPackageName]); +} + +RCT_EXPORT_METHOD(getExternalLibraries:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { + resolve([Packages getExternalLibraries]); +} + +- (void)enableLogs { + logsEnabled = true; +} + +- (void)disableLogs { + logsEnabled = false; +} + +- (void)enableStatistics { + statisticsEnabled = true; +} + +- (void)disableStatistics { + statisticsEnabled = false; +} + ++ (NSDictionary*)toSessionDictionary:(id) session { + if (session != nil) { + NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init]; + + dictionary[KEY_SESSION_ID] = [NSNumber numberWithLong: [session getSessionId]]; + dictionary[KEY_SESSION_CREATE_TIME] = [NSNumber numberWithDouble:[[session getCreateTime] timeIntervalSince1970]*1000]; + dictionary[KEY_SESSION_START_TIME] = [NSNumber numberWithDouble:[[session getStartTime] timeIntervalSince1970]*1000]; + dictionary[KEY_SESSION_COMMAND] = [session getCommand]; + + if ([session isFFprobe]) { + if ([(AbstractSession*)session isMemberOfClass:[MediaInformationSession class]]) { + MediaInformationSession *mediaInformationSession = (MediaInformationSession*)session; + dictionary[KEY_SESSION_MEDIA_INFORMATION] = [FFmpegKitReactNativeModule toMediaInformationDictionary:[mediaInformationSession getMediaInformation]]; + dictionary[KEY_SESSION_TYPE] = [NSNumber numberWithInt:SESSION_TYPE_MEDIA_INFORMATION]; + } else { + dictionary[KEY_SESSION_TYPE] = [NSNumber numberWithInt:SESSION_TYPE_FFPROBE]; + } + } else { + dictionary[KEY_SESSION_TYPE] = [NSNumber numberWithInt:SESSION_TYPE_FFMPEG]; + } + + return dictionary; + } else { + return nil; + } +} + ++ (NSDictionary*)toLogDictionary:(Log*)log { + if (log != nil) { + NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init]; + + dictionary[KEY_LOG_SESSION_ID] = [NSNumber numberWithLong: [log getSessionId]]; + dictionary[KEY_LOG_LEVEL] = [NSNumber numberWithInt: [log getLevel]]; + dictionary[KEY_LOG_MESSAGE] = [log getMessage]; + + return dictionary; + } else { + return nil; + } +} + ++ (NSDictionary*)toStatisticsDictionary:(Statistics*)statistics { + if (statistics != nil) { + NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init]; + + dictionary[KEY_STATISTICS_SESSION_ID] = [NSNumber numberWithLong: [statistics getSessionId]]; + dictionary[KEY_STATISTICS_VIDEO_FRAME_NUMBER] = [NSNumber numberWithInt: [statistics getVideoFrameNumber]]; + dictionary[KEY_STATISTICS_VIDEO_FPS] = [NSNumber numberWithFloat: [statistics getVideoFps]]; + dictionary[KEY_STATISTICS_VIDEO_QUALITY] = [NSNumber numberWithFloat: [statistics getVideoQuality]]; + dictionary[KEY_STATISTICS_SIZE] = [NSNumber numberWithLong: [statistics getSize]]; + dictionary[KEY_STATISTICS_TIME] = [NSNumber numberWithInt: [statistics getTime]]; + dictionary[KEY_STATISTICS_BITRATE] = [NSNumber numberWithDouble: [statistics getBitrate]]; + dictionary[KEY_STATISTICS_SPEED] = [NSNumber numberWithDouble: [statistics getSpeed]]; + + return dictionary; + } else { + return nil; + } +} + ++ (NSDictionary*)toMediaInformationDictionary:(MediaInformation*)mediaInformation { + if (mediaInformation != nil) { + NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init]; + + NSDictionary* allProperties = [mediaInformation getAllProperties]; + if (allProperties != nil) { + for(NSString *key in [allProperties allKeys]) { + dictionary[key] = [allProperties objectForKey:key]; + } + } + + return dictionary; + } else { + return nil; + } +} + ++ (NSArray*)toLogArray:(NSArray*)logs { + NSMutableArray *array = [[NSMutableArray alloc] init]; + + for (int i = 0; i < [logs count]; i++) { + Log* log = [logs objectAtIndex:i]; + [array addObject: [FFmpegKitReactNativeModule toLogDictionary:log]]; + } + + return array; +} + ++ (NSArray*)toStatisticsArray:(NSArray*)statisticsArray { + NSMutableArray *array = [[NSMutableArray alloc] init]; + + for (int i = 0; i < [statisticsArray count]; i++) { + Statistics* statistics = [statisticsArray objectAtIndex:i]; + [array addObject: [FFmpegKitReactNativeModule toStatisticsDictionary:statistics]]; + } + + return array; +} + ++ (NSArray*)toSessionArray:(NSArray*)sessions { + NSMutableArray *array = [[NSMutableArray alloc] init]; + + for (int i = 0; i < [sessions count]; i++) { + AbstractSession* session = (AbstractSession*)[sessions objectAtIndex:i]; + [array addObject: [FFmpegKitReactNativeModule toSessionDictionary:session]]; + } + + return array; +} + ++ (NSNumber*)sessionStateToNumber:(SessionState)sessionState { + switch (sessionState) { + case SessionStateCreated: + return [NSNumber numberWithInt:0]; + case SessionStateRunning: + return [NSNumber numberWithInt:1]; + case SessionStateFailed: + return [NSNumber numberWithInt:2]; + case SessionStateCompleted: + default: + return [NSNumber numberWithInt:3]; + } +} + ++ (NSNumber*)logRedirectionStrategyToNumber:(LogRedirectionStrategy)logRedirectionStrategy { + switch (logRedirectionStrategy) { + case LogRedirectionStrategyAlwaysPrintLogs: + return [NSNumber numberWithInt:0]; + case LogRedirectionStrategyPrintLogsWhenNoCallbacksDefined: + return [NSNumber numberWithInt:1]; + case LogRedirectionStrategyPrintLogsWhenGlobalCallbackNotDefined: + return [NSNumber numberWithInt:2]; + case LogRedirectionStrategyPrintLogsWhenSessionCallbackNotDefined: + return [NSNumber numberWithInt:3]; + case LogRedirectionStrategyNeverPrintLogs: + default: + return [NSNumber numberWithInt:4]; + } +} + ++ (BOOL)isValidPositiveNumber:(int)value { + if (value >= 0) { + return true; + } else { + return false; + } +} + +@end diff --git a/react-native/ios/FFmpegKitReactNativeModule.xcodeproj/project.pbxproj b/react-native/ios/FFmpegKitReactNativeModule.xcodeproj/project.pbxproj new file mode 100644 index 0000000..3d92181 --- /dev/null +++ b/react-native/ios/FFmpegKitReactNativeModule.xcodeproj/project.pbxproj @@ -0,0 +1,293 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + + 5E555C0D2413F4C50049A1A2 /* FFmpegKitReactNativeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B3E7B5891CC2AC0600A0062D /* FFmpegKitReactNativeModule.m */; }; + F4FF95D7245B92E800C19C63 /* FFmpegKitReactNativeModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FF95D6245B92E800C19C63 /* FFmpegKitReactNativeModule.swift */; }; + +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 58B511D91A9E6C8500147676 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = "include/$(PRODUCT_NAME)"; + dstSubfolderSpec = 16; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 134814201AA4EA6300B7C361 /* libFFmpegKitReactNativeModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libFFmpegKitReactNativeModule.a; sourceTree = BUILT_PRODUCTS_DIR; }; + + B3E7B5891CC2AC0600A0062D /* FFmpegKitReactNativeModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FFmpegKitReactNativeModule.m; sourceTree = ""; }; + F4FF95D5245B92E700C19C63 /* FFmpegKitReactNativeModule-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FFmpegKitReactNativeModule-Bridging-Header.h"; sourceTree = ""; }; + F4FF95D6245B92E800C19C63 /* FFmpegKitReactNativeModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FFmpegKitReactNativeModule.swift; sourceTree = ""; }; + +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 58B511D81A9E6C8500147676 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 134814211AA4EA7D00B7C361 /* Products */ = { + isa = PBXGroup; + children = ( + 134814201AA4EA6300B7C361 /* libFFmpegKitReactNativeModule.a */, + ); + name = Products; + sourceTree = ""; + }; + 58B511D21A9E6C8500147676 = { + isa = PBXGroup; + children = ( + + F4FF95D6245B92E800C19C63 /* FFmpegKitReactNativeModule.swift */, + B3E7B5891CC2AC0600A0062D /* FFmpegKitReactNativeModule.m */, + F4FF95D5245B92E700C19C63 /* FFmpegKitReactNativeModule-Bridging-Header.h */, + + 134814211AA4EA7D00B7C361 /* Products */, + ); + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 58B511DA1A9E6C8500147676 /* FFmpegKitReactNativeModule */ = { + isa = PBXNativeTarget; + buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "FFmpegKitReactNativeModule" */; + buildPhases = ( + 58B511D71A9E6C8500147676 /* Sources */, + 58B511D81A9E6C8500147676 /* Frameworks */, + 58B511D91A9E6C8500147676 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = FFmpegKitReactNativeModule; + productName = RCTDataManager; + productReference = 134814201AA4EA6300B7C361 /* libFFmpegKitReactNativeModule.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 58B511D31A9E6C8500147676 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0920; + ORGANIZATIONNAME = Facebook; + TargetAttributes = { + 58B511DA1A9E6C8500147676 = { + CreatedOnToolsVersion = 6.1.1; + }; + }; + }; + buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "FFmpegKitReactNativeModule" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + English, + en, + ); + mainGroup = 58B511D21A9E6C8500147676; + productRefGroup = 58B511D21A9E6C8500147676; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 58B511DA1A9E6C8500147676 /* FFmpegKitReactNativeModule */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 58B511D71A9E6C8500147676 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + + F4FF95D7245B92E800C19C63 /* FFmpegKitReactNativeModule.swift in Sources */, + B3E7B58A1CC2AC0600A0062D /* FFmpegKitReactNativeModule.m in Sources */, + + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 58B511ED1A9E6C8500147676 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 58B511EE1A9E6C8500147676 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 58B511F01A9E6C8500147676 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(inherited)", + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, + "$(SRCROOT)/../../../React/**", + "$(SRCROOT)/../../react-native/React/**", + ); + LIBRARY_SEARCH_PATHS = "$(inherited)"; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = FFmpegKitReactNativeModule; + SKIP_INSTALL = YES; + + SWIFT_OBJC_BRIDGING_HEADER = "FFmpegKitReactNativeModule-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + + }; + name = Debug; + }; + 58B511F11A9E6C8500147676 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(inherited)", + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, + "$(SRCROOT)/../../../React/**", + "$(SRCROOT)/../../react-native/React/**", + ); + LIBRARY_SEARCH_PATHS = "$(inherited)"; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = FFmpegKitReactNativeModule; + SKIP_INSTALL = YES; + + SWIFT_OBJC_BRIDGING_HEADER = "FFmpegKitReactNativeModule-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "FFmpegKitReactNativeModule" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 58B511ED1A9E6C8500147676 /* Debug */, + 58B511EE1A9E6C8500147676 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "FFmpegKitReactNativeModule" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 58B511F01A9E6C8500147676 /* Debug */, + 58B511F11A9E6C8500147676 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 58B511D31A9E6C8500147676 /* Project object */; +} diff --git a/react-native/package.json b/react-native/package.json new file mode 100644 index 0000000..0d46320 --- /dev/null +++ b/react-native/package.json @@ -0,0 +1,118 @@ +{ + "name": "ffmpeg-kit-react-native", + "version": "4.5.0", + "description": "FFmpeg Kit for React Native", + "main": "src/index", + "types": "src/index.d.ts", + "react-native": "src/index", + "source": "src/index", + "files": [ + "android", + "ffmpeg-kit-react-native.podspec", + "ios", + "src", + "!android/build", + "!ios/build", + "!**/__tests__", + "!**/__fixtures__", + "!**/__mocks__" + ], + "scripts": { + "test": "jest", + "lint": "eslint \"**/*.{js,ts,tsx}\"", + "release": "release-it" + }, + "keywords": [ + "react-native", + "android", + "ffmpeg", + "ffmpeg-kit", + "ios" + ], + "repository": "https://github.com/tanersener/ffmpeg-kit", + "author": "Taner Sener (https://github.com/tanersener)", + "license": "LGPL-3.0", + "bugs": { + "url": "https://github.com/tanersener/ffmpeg-kit/issues" + }, + "homepage": "https://github.com/tanersener/ffmpeg-kit", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "devDependencies": { + "@commitlint/config-conventional": "^11.0.0", + "@react-native-community/eslint-config": "^2.0.0", + "@release-it/conventional-changelog": "^2.0.0", + "@types/jest": "^26.0.0", + "@types/react": "^16.9.19", + "@types/react-native": "^0.62.13", + "commitlint": "^11.0.0", + "eslint": "^7.2.0", + "eslint-config-prettier": "^7.0.0", + "eslint-plugin-prettier": "^3.1.3", + "jest": "^26.0.1", + "pod-install": "^0.1.0", + "prettier": "^2.0.5", + "react": "^16.13.1", + "react-native": "^0.63.4", + "release-it": "^14.2.2" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + }, + "jest": { + "preset": "react-native" + }, + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + }, + "release-it": { + "git": { + "commitMessage": "chore: release ${version}", + "tagName": "v${version}" + }, + "npm": { + "publish": true + }, + "github": { + "release": true + }, + "plugins": { + "@release-it/conventional-changelog": { + "preset": "angular" + } + } + }, + "eslintConfig": { + "root": true, + "extends": [ + "@react-native-community", + "prettier" + ], + "rules": { + "prettier/prettier": [ + "error", + { + "quoteProps": "consistent", + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5", + "useTabs": false + } + ] + } + }, + "eslintIgnore": [ + "node_modules/" + ], + "prettier": { + "quoteProps": "consistent", + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5", + "useTabs": false + } +} diff --git a/react-native/src/index.d.ts b/react-native/src/index.d.ts new file mode 100644 index 0000000..348362e --- /dev/null +++ b/react-native/src/index.d.ts @@ -0,0 +1,538 @@ +declare module 'ffmpeg-kit-react-native' { + + export abstract class AbstractSession implements Session { + + protected constructor(); + + static createFFmpegSession(argumentsArray: Array, logRedirectionStrategy?: LogRedirectionStrategy): Promise; + + static createFFmpegSessionFromMap(sessionMap: { [key: string]: any }): FFmpegSession; + + static createFFprobeSession(argumentsArray: Array, logRedirectionStrategy?: LogRedirectionStrategy): Promise; + + static createFFprobeSessionFromMap(sessionMap: { [key: string]: any }): FFprobeSession; + + static createMediaInformationSession(argumentsArray: Array): Promise; + + static createMediaInformationSessionFromMap(sessionMap: { [key: string]: any }): MediaInformationSession; + + getExecuteCallback(): ExecuteCallback; + + getLogCallback(): LogCallback; + + getSessionId(): number; + + getCreateTime(): Date; + + getStartTime(): Date; + + getEndTime(): Promise; + + getDuration(): Promise; + + getArguments(): Array; + + getCommand(): string; + + getAllLogs(waitTimeout ?: number): Promise>; + + getLogs(): Promise>; + + getAllLogsAsString(waitTimeout?: number): Promise; + + getLogsAsString(): Promise; + + getOutput(): Promise; + + getState(): Promise; + + getReturnCode(): Promise; + + getFailStackTrace(): Promise; + + getLogRedirectionStrategy(): LogRedirectionStrategy; + + thereAreAsynchronousMessagesInTransmit(): Promise; + + isFFmpeg(): boolean; + + isFFprobe(): boolean; + + cancel(): Promise; + + } + + export class ArchDetect { + + static getArch(): Promise; + + } + + export type ExecuteCallback = (session: Session) => void; + + export class FFmpegKit { + + static executeAsync(command: string, executeCallback?: ExecuteCallback, logCallback?: LogCallback, statisticsCallback?: StatisticsCallback): Promise; + + static executeWithArgumentsAsync(commandArguments: string[], executeCallback?: ExecuteCallback, logCallback?: LogCallback, statisticsCallback?: StatisticsCallback): Promise; + + static cancel(sessionId?: number): Promise; + + static listSessions(): Promise; + + } + + export class FFmpegKitConfig { + + static init(): Promise; + + static enableRedirection(): Promise; + + static disableRedirection(): Promise; + + static setFontconfigConfigurationPath(path: string): Promise; + + static setFontDirectory(path: string, mapping?: { [key: string]: string }): Promise; + + static setFontDirectoryList(fontDirectoryList: string[], mapping?: { [key: string]: string }): Promise; + + static registerNewFFmpegPipe(): Promise; + + static closeFFmpegPipe(ffmpegPipePath: string): Promise; + + static getFFmpegVersion(): Promise; + + static getVersion(): Promise; + + static isLTSBuild(): Promise; + + static getBuildDate(): Promise; + + static setEnvironmentVariable(name: string, value: string): Promise; + + static ignoreSignal(signal: Signal): Promise; + + static asyncFFmpegExecute(session: FFmpegSession): Promise; + + static asyncFFprobeExecute(session: FFprobeSession): Promise; + + static asyncGetMediaInformationExecute(session: MediaInformationSession, waitTimeout?: number): Promise; + + static enableLogCallback(logCallback: LogCallback): void; + + static enableStatisticsCallback(statisticsCallback: StatisticsCallback): void; + + static enableExecuteCallback(executeCallback: ExecuteCallback): void; + + static getLogLevel(): Level; + + static setLogLevel(level: Level): Promise; + + static getSessionHistorySize(): Promise; + + static setSessionHistorySize(sessionHistorySize: number): Promise; + + static getSession(sessionId: number): Promise; + + static getLastSession(): Promise; + + static getLastCompletedSession(): Promise; + + static getSessions(): Promise; + + static clearSessions(): Promise; + + static getSessionsByState(state): Promise; + + static getLogRedirectionStrategy(): LogRedirectionStrategy; + + static setLogRedirectionStrategy(logRedirectionStrategy: LogRedirectionStrategy); + + static messagesInTransmit(sessionId: number): Promise; + + static sessionStateToString(state): string; + + static parseArguments(command: string): string[]; + + static argumentsToString(commandArguments: string[]): string; + + static enableLogs(): Promise; + + static disableLogs(): Promise; + + static enableStatistics(): Promise; + + static disableStatistics(): Promise; + + static getPlatform(): Promise; + + static writeToPipe(inputPath: string, pipePath: string): Promise; + + static selectDocumentForRead(type?: string, extraTypes?: string[]): Promise; + + static selectDocumentForWrite(title?: string, type?: string, extraTypes?: string[]): Promise; + + static getSafParameterForRead(uriString): Promise; + + static getSafParameterForWrite(uriString): Promise; + + } + + export class FFmpegSession extends AbstractSession implements Session { + + constructor(); + + static create(argumentsArray: Array, executeCallback?: ExecuteCallback, logCallback?: LogCallback, statisticsCallback?: StatisticsCallback, logRedirectionStrategy?: LogRedirectionStrategy): Promise; + + static fromMap(sessionMap: { [key: string]: any }): FFmpegSession; + + getStatisticsCallback(): StatisticsCallback; + + getAllStatistics(waitTimeout?: number): Promise>; + + getStatistics(): Promise>; + + getLastReceivedStatistics(): Promise; + + isFFmpeg(): boolean; + + isFFprobe(): boolean; + + } + + export class FFprobeKit { + + static executeAsync(command: string, executeCallback?: ExecuteCallback, logCallback?: LogCallback): Promise; + + static executeWithArgumentsAsync(commandArguments: string[], executeCallback?: ExecuteCallback, logCallback?: LogCallback): Promise; + + static getMediaInformationAsync(path: string, executeCallback?: ExecuteCallback, logCallback?: LogCallback, waitTimeout?: number): Promise; + + static getMediaInformationFromCommandAsync(command: string, executeCallback?: ExecuteCallback, logCallback?: LogCallback, waitTimeout?: number): Promise; + + static getMediaInformationFromCommandArgumentsAsync(commandArguments: string[], executeCallback?: ExecuteCallback, logCallback?: LogCallback, waitTimeout?: number): Promise; + + static listSessions(): Promise; + + } + + export class FFprobeSession extends AbstractSession implements Session { + + constructor(); + + static create(argumentsArray: Array, executeCallback?: ExecuteCallback, logCallback?: LogCallback, logRedirectionStrategy?: LogRedirectionStrategy): Promise; + + static fromMap(sessionMap: { [key: string]: any }): FFprobeSession; + + isFFmpeg(): boolean; + + isFFprobe(): boolean; + + } + + export class Level { + static readonly AV_LOG_STDERR: number; + static readonly AV_LOG_QUIET: number; + static readonly AV_LOG_PANIC: number; + static readonly AV_LOG_FATAL: number; + static readonly AV_LOG_ERROR: number; + static readonly AV_LOG_WARNING: number; + static readonly AV_LOG_INFO: number; + static readonly AV_LOG_VERBOSE: number; + static readonly AV_LOG_DEBUG: number; + static readonly AV_LOG_TRACE: number; + + static levelToString(number: number): string; + } + + export class Log { + + constructor(sessionId: number, level: number, message: String); + + getSessionId(): number; + + getLevel(): number; + + getMessage(): String; + + } + + export type LogCallback = (log: Log) => void; + + export enum LogRedirectionStrategy { + ALWAYS_PRINT_LOGS = 0, + PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED = 1, + PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED = 2, + PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED = 3, + NEVER_PRINT_LOGS = 4 + } + + export class MediaInformation { + + static readonly KEY_MEDIA_PROPERTIES: string; + static readonly KEY_FILENAME: string; + static readonly KEY_FORMAT: string; + static readonly KEY_FORMAT_LONG: string; + static readonly KEY_START_TIME: string; + static readonly KEY_DURATION: string; + static readonly KEY_SIZE: string; + static readonly KEY_BIT_RATE: string; + static readonly KEY_TAGS: string; + + constructor(properties: Record); + + getFilename(): string; + + getFormat(): string; + + getLongFormat(): string; + + getDuration(): number; + + getStartTime(): string; + + getSize(): string; + + getBitrate(): string; + + getTags(): Record; + + getStreams(): Array; + + getStringProperty(key: string): string; + + getNumberProperty(key: string): number; + + getProperties(key: string): Record; + + getMediaProperties(): Record; + + getAllProperties(): Record; + + } + + export class MediaInformationJsonParser { + + static from(ffprobeJsonOutput: string): Promise; + + static fromWithError(ffprobeJsonOutput: string): Promise; + + } + + export class MediaInformationSession extends FFprobeSession { + + constructor(); + + static create(argumentsArray: Array, executeCallback?: ExecuteCallback, logCallback?: LogCallback): Promise; + + static fromMap(sessionMap: { [key: string]: any }): MediaInformationSession; + + getMediaInformation(): MediaInformation; + + setMediaInformation(mediaInformation: MediaInformation): void; + + } + + export class Packages { + + static getPackageName(): Promise; + + static getExternalLibraries(): Promise; + + } + + export class ReturnCode { + + static readonly SUCCESS: number; + + static readonly CANCEL: number; + + constructor(value: number); + + static isSuccess(returnCode: ReturnCode): boolean; + + static isCancel(returnCode: ReturnCode): boolean; + + getValue(): number; + + isValueSuccess(): boolean; + + isValueError(): boolean; + + isValueCancel(): boolean; + + } + + export interface Session { + + getExecuteCallback(): ExecuteCallback; + + getLogCallback(): LogCallback; + + getSessionId(): number; + + getCreateTime(): Date; + + getStartTime(): Date; + + getEndTime(): Promise; + + getDuration(): Promise; + + getArguments(): Array; + + getCommand(): String; + + getAllLogs(waitTimeout ?: number): Promise>; + + getLogs(): Promise>; + + getAllLogsAsString(waitTimeout?: number): Promise; + + getLogsAsString(): Promise; + + getOutput(): Promise; + + getState(): Promise; + + getReturnCode(): Promise; + + getFailStackTrace(): Promise; + + getLogRedirectionStrategy(): LogRedirectionStrategy; + + thereAreAsynchronousMessagesInTransmit(): Promise; + + isFFmpeg(): boolean; + + isFFprobe(): boolean; + + cancel(): Promise; + + } + + export enum SessionState { + CREATED = 0, + RUNNING = 1, + FAILED = 2, + COMPLETED = 3 + } + + export enum Signal { + SIGINT = 2, + SIGQUIT = 3, + SIGPIPE = 13, + SIGTERM = 15, + SIGXCPU = 24 + } + + export class Statistics { + + constructor(sessionId: number, videoFrameNumber: number, videoFps: number, videoQuality: number, size: number, time: number, bitrate: number, speed: number); + + getSessionId(): number; + + setSessionId(sessionId: number): void; + + getVideoFrameNumber(): number; + + setVideoFrameNumber(videoFrameNumber: number): void; + + getVideoFps(): number; + + setVideoFps(videoFps: number): void; + + getVideoQuality(): number; + + setVideoQuality(videoQuality: number): void; + + getSize(): number; + + setSize(size: number): void; + + getTime(): number; + + setTime(time: number): void; + + getBitrate(): number; + + setBitrate(bitrate: number): void; + + getSpeed(): number; + + setSpeed(speed: number): void; + + } + + export type StatisticsCallback = (statistics: Statistics) => void; + + export class StreamInformation { + + static readonly KEY_INDEX: string; + static readonly KEY_TYPE: string; + static readonly KEY_CODEC: string; + static readonly KEY_CODEC_LONG: string; + static readonly KEY_FORMAT: string; + static readonly KEY_WIDTH: string; + static readonly KEY_HEIGHT: string; + static readonly KEY_BIT_RATE: string; + static readonly KEY_SAMPLE_RATE: string; + static readonly KEY_SAMPLE_FORMAT: string; + static readonly KEY_CHANNEL_LAYOUT: string; + static readonly KEY_SAMPLE_ASPECT_RATIO: string; + static readonly KEY_DISPLAY_ASPECT_RATIO: string; + static readonly KEY_AVERAGE_FRAME_RATE: string; + static readonly KEY_REAL_FRAME_RATE: string; + static readonly KEY_TIME_BASE: string; + static readonly KEY_CODEC_TIME_BASE: string; + static readonly KEY_TAGS: string; + + constructor(properties: Record); + + getIndex(): number; + + getType(): string; + + getCodec(): string; + + getCodecLong(): string; + + getFormat(): string; + + getWidth(): number; + + getHeight(): number; + + getBitrate(): string; + + getSampleRate(): string; + + getSampleFormat(): string; + + getChannelLayout(): string; + + getSampleAspectRatio(): string; + + getDisplayAspectRatio(): string; + + getAverageFrameRate(): string; + + getRealFrameRate(): string; + + getTimeBase(): string; + + getCodecTimeBase(): string; + + getTags(): Record; + + getStringProperty(key): string; + + getNumberProperty(key): number; + + getProperties(key): Record; + + getAllProperties(): Record; + + } + +} diff --git a/react-native/src/index.js b/react-native/src/index.js new file mode 100644 index 0000000..467608a --- /dev/null +++ b/react-native/src/index.js @@ -0,0 +1,2750 @@ +import {NativeEventEmitter, NativeModules} from 'react-native'; + +const {FFmpegKitReactNativeModule} = NativeModules; + +const executeCallbackMap = new Map() +const logCallbackMap = new Map() +const statisticsCallbackMap = new Map() +const logRedirectionStrategyMap = new Map() + +const eventLogCallbackEvent = "FFmpegKitLogCallbackEvent"; +const eventStatisticsCallbackEvent = "FFmpegKitStatisticsCallbackEvent"; +const eventExecuteCallbackEvent = "FFmpegKitExecuteCallbackEvent"; + +export const LogRedirectionStrategy = { + ALWAYS_PRINT_LOGS: 0, + PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED: 1, + PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED: 2, + PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED: 3, + NEVER_PRINT_LOGS: 4 +} + +export const SessionState = { + CREATED: 0, + RUNNING: 1, + FAILED: 2, + COMPLETED: 3 +} + +export const Signal = { + SIGINT: 2, + SIGQUIT: 3, + SIGPIPE: 13, + SIGTERM: 15, + SIGXCPU: 24 +} + +class FFmpegKitReactNativeEventEmitter extends NativeEventEmitter { + constructor() { + super(FFmpegKitReactNativeModule); + } + + addListener(eventType, listener, context) { + let subscription = super.addListener(eventType, listener, context); + subscription.eventType = eventType; + let subscriptionRemove = subscription.remove; + subscription.remove = () => { + if (super.removeSubscription != null) { + super.removeSubscription(subscription); + } else if (subscriptionRemove != null) { + subscriptionRemove(); + } + }; + return subscription; + } + + removeSubscription(subscription) { + if (super.removeSubscription) { + super.removeSubscription(subscription); + } + } +} + +/** + *

Common interface for all FFmpegKit sessions. + */ +export class Session { + + /** + * Returns the session specific execute callback function. + * + * @return session specific execute callback function + */ + getExecuteCallback() { + } + + /** + * Returns the session specific log callback function. + * + * @return session specific log callback function + */ + getLogCallback() { + } + + /** + * Returns the session identifier. + * + * @return session identifier + */ + getSessionId() { + } + + /** + * Returns session create time. + * + * @return session create time + */ + getCreateTime() { + } + + /** + * Returns session start time. + * + * @return session start time + */ + getStartTime() { + } + + /** + * Returns session end time. + * + * @return session end time + */ + getEndTime() { + } + + /** + * Returns the time taken to execute this session. + * + * @return time taken to execute this session in milliseconds or zero (0) if the session is + * not over yet + */ + getDuration() { + } + + /** + * Returns command arguments as an array. + * + * @return command arguments as an array + */ + getArguments() { + } + + /** + * Returns command arguments as a concatenated string. + * + * @return command arguments as a concatenated string + */ + getCommand() { + } + + /** + * Returns all log entries generated for this session. If there are asynchronous + * messages that are not delivered yet, this method waits for them until the given timeout. + * + * @param waitTimeout wait timeout for asynchronous messages in milliseconds + * @return list of log entries generated for this session + */ + getAllLogs(waitTimeout) { + } + + /** + * Returns all log entries delivered for this session. Note that if there are asynchronous log + * messages that are not delivered yet, this method will not wait for them and will return + * immediately. + * + * @return list of log entries received for this session + */ + getLogs() { + } + + /** + * Returns all log entries generated for this session as a concatenated string. If there are + * asynchronous messages that are not delivered yet, this method waits for them until + * the given timeout. + * + * @param waitTimeout wait timeout for asynchronous messages in milliseconds + * @return all log entries generated for this session as a concatenated string + */ + getAllLogsAsString(waitTimeout) { + } + + /** + * Returns all log entries delivered for this session as a concatenated string. Note that if + * there are asynchronous log messages that are not delivered yet, this method will not wait + * for them and will return immediately. + * + * @return list of log entries received for this session + */ + getLogsAsString() { + } + + /** + * Returns the log output generated while running the session. + * + * @return log output generated + */ + getOutput() { + } + + /** + * Returns the state of the session. + * + * @return state of the session + */ + getState() { + } + + /** + * Returns the return code for this session. Note that return code is only set for sessions + * that end with COMPLETED state. If a session is not started, still running or failed then + * this method returns undefined. + * + * @return the return code for this session if the session is COMPLETED, undefined if session is + * not started, still running or failed + */ + getReturnCode() { + } + + /** + * Returns the stack trace of the exception received while executing this session. + *

+ * The stack trace is only set for sessions that end with FAILED state. For sessions that has + * COMPLETED state this method returns undefined. + * + * @return stack trace of the exception received while executing this session, undefined if session + * is not started, still running or completed + */ + getFailStackTrace() { + } + + /** + * Returns session specific log redirection strategy. + * + * @return session specific log redirection strategy + */ + getLogRedirectionStrategy() { + } + + /** + * Returns whether there are still asynchronous messages being transmitted for this + * session or not. + * + * @return true if there are still asynchronous messages being transmitted, false + * otherwise + */ + thereAreAsynchronousMessagesInTransmit() { + } + + /** + * Returns whether it is an FFmpeg session or not. + * + * @return true if it is an FFmpeg session, false otherwise + */ + isFFmpeg() { + } + + /** + * Returns whether it is an FFprobe session or not. + * + * @return true if it is an FFprobe session, false otherwise + */ + isFFprobe() { + } + + /** + * Cancels running the session. + */ + cancel() { + } + +} + +/** + * Abstract session implementation which includes common features shared by FFmpeg + * and FFprobe sessions. + */ +export class AbstractSession extends Session { + + /** + * Defines how long default "getAll" methods wait, in milliseconds. + */ + static DEFAULT_TIMEOUT_FOR_ASYNCHRONOUS_MESSAGES_IN_TRANSMIT = 5000; + + /** + * Session identifier. + */ + #sessionId; + + /** + * Date and time the session was created. + */ + #createTime; + + /** + * Date and time the session was started. + */ + #startTime; + + /** + * Command string. + */ + #command; + + /** + * Command arguments as an array. + */ + #argumentsArray; + + /** + * Session specific log redirection strategy. + */ + #logRedirectionStrategy; + + /** + * Creates a new abstract session. + */ + constructor() { + super(); + } + + /** + * Creates a new FFmpeg session. + * + * @param argumentsArray FFmpeg command arguments + * @param logRedirectionStrategy defines how logs will be redirected + * @returns FFmpeg session created + */ + static async createFFmpegSession(argumentsArray, logRedirectionStrategy) { + await FFmpegKitConfig.init(); + + if (logRedirectionStrategy === undefined) { + logRedirectionStrategy = FFmpegKitConfig.getLogRedirectionStrategy(); + } + + let nativeSession = await FFmpegKitReactNativeModule.ffmpegSession(argumentsArray); + let session = new FFmpegSession(); + + session.#sessionId = nativeSession.sessionId; + session.#createTime = FFmpegKitFactory.validDate(nativeSession.createTime); + session.#startTime = FFmpegKitFactory.validDate(nativeSession.startTime); + session.#command = nativeSession.command; + session.#argumentsArray = argumentsArray; + session.#logRedirectionStrategy = logRedirectionStrategy; + + FFmpegKitFactory.setLogRedirectionStrategy(session.#sessionId, logRedirectionStrategy); + + return session; + } + + /** + * Creates a new FFmpeg session from the given map. + * + * @param sessionMap map that includes session fields as map keys + * @returns FFmpeg session created + */ + static createFFmpegSessionFromMap(sessionMap) { + let session = new FFmpegSession(); + + session.#sessionId = sessionMap.sessionId; + session.#createTime = FFmpegKitFactory.validDate(sessionMap.createTime); + session.#startTime = FFmpegKitFactory.validDate(sessionMap.startTime); + session.#command = sessionMap.command; + session.#argumentsArray = FFmpegKitConfig.parseArguments(sessionMap.command); + session.#logRedirectionStrategy = FFmpegKitFactory.getLogRedirectionStrategy(session.#sessionId); + + return session; + } + + /** + * Creates a new FFprobe session. + * + * @param argumentsArray FFprobe command arguments + * @param logRedirectionStrategy defines how logs will be redirected + * @returns FFprobe session created + */ + static async createFFprobeSession(argumentsArray, logRedirectionStrategy) { + await FFmpegKitConfig.init(); + + if (logRedirectionStrategy === undefined) { + logRedirectionStrategy = FFmpegKitConfig.getLogRedirectionStrategy(); + } + + let nativeSession = await FFmpegKitReactNativeModule.ffprobeSession(argumentsArray); + let session = new FFprobeSession(); + + session.#sessionId = nativeSession.sessionId; + session.#createTime = FFmpegKitFactory.validDate(nativeSession.createTime); + session.#startTime = FFmpegKitFactory.validDate(nativeSession.startTime); + session.#command = nativeSession.command; + session.#argumentsArray = argumentsArray; + session.#logRedirectionStrategy = logRedirectionStrategy; + + FFmpegKitFactory.setLogRedirectionStrategy(session.#sessionId, logRedirectionStrategy); + + return session; + } + + /** + * Creates a new FFprobe session from the given map. + * + * @param sessionMap map that includes session fields as map keys + * @returns FFprobe session created + */ + static createFFprobeSessionFromMap(sessionMap) { + let session = new FFprobeSession(); + + session.#sessionId = sessionMap.sessionId; + session.#createTime = FFmpegKitFactory.validDate(sessionMap.createTime); + session.#startTime = FFmpegKitFactory.validDate(sessionMap.startTime); + session.#command = sessionMap.command; + session.#argumentsArray = FFmpegKitConfig.parseArguments(sessionMap.command); + session.#logRedirectionStrategy = FFmpegKitFactory.getLogRedirectionStrategy(session.#sessionId); + + return session; + } + + /** + * Creates a new MediaInformationSession session. + * + * @param argumentsArray FFprobe command arguments + * @returns MediaInformationSession session created + */ + static async createMediaInformationSession(argumentsArray) { + await FFmpegKitConfig.init(); + + let nativeSession = await FFmpegKitReactNativeModule.mediaInformationSession(argumentsArray); + let session = new MediaInformationSession(); + + session.#sessionId = nativeSession.sessionId; + session.#createTime = FFmpegKitFactory.validDate(nativeSession.createTime); + session.#startTime = FFmpegKitFactory.validDate(nativeSession.startTime); + session.#command = nativeSession.command; + session.#argumentsArray = argumentsArray; + session.#logRedirectionStrategy = LogRedirectionStrategy.NEVER_PRINT_LOGS; + + FFmpegKitFactory.setLogRedirectionStrategy(session.#sessionId, LogRedirectionStrategy.NEVER_PRINT_LOGS); + + return session; + } + + /** + * Creates a new MediaInformationSession from the given map. + * + * @param sessionMap map that includes session fields as map keys + * @returns MediaInformationSession created + */ + static createMediaInformationSessionFromMap(sessionMap) { + let session = new MediaInformationSession(); + + session.#sessionId = sessionMap.sessionId; + session.#createTime = FFmpegKitFactory.validDate(sessionMap.createTime); + session.#startTime = FFmpegKitFactory.validDate(sessionMap.startTime); + session.#command = sessionMap.command; + session.#argumentsArray = FFmpegKitConfig.parseArguments(sessionMap.command); + session.#logRedirectionStrategy = LogRedirectionStrategy.NEVER_PRINT_LOGS; + + if (sessionMap.mediaInformation !== undefined && sessionMap.mediaInformation !== null) { + session.setMediaInformation(new MediaInformation(sessionMap.mediaInformation)); + } + + return session; + } + + /** + * Returns the session specific execute callback function. + * + * @return session specific execute callback function + */ + getExecuteCallback() { + return FFmpegKitFactory.getExecuteCallback(this.getSessionId()) + } + + /** + * Returns the session specific log callback function. + * + * @return session specific log callback function + */ + getLogCallback() { + return FFmpegKitFactory.getLogCallback(this.getSessionId()) + } + + /** + * Returns the session identifier. + * + * @return session identifier + */ + getSessionId() { + return this.#sessionId; + } + + /** + * Returns session create time. + * + * @return session create time + */ + getCreateTime() { + return this.#createTime; + } + + /** + * Returns session start time. + * + * @return session start time + */ + getStartTime() { + return this.#startTime; + } + + /** + * Returns session end time. + * + * @return session end time + */ + async getEndTime() { + const endTime = FFmpegKitReactNativeModule.abstractSessionGetEndTime(this.getSessionId()); + return FFmpegKitFactory.validDate(endTime); + } + + /** + * Returns the time taken to execute this session. + * + * @return time taken to execute this session in milliseconds or zero (0) if the session is + * not over yet + */ + getDuration() { + return FFmpegKitReactNativeModule.abstractSessionGetDuration(this.getSessionId()); + } + + /** + * Returns command arguments as an array. + * + * @return command arguments as an array + */ + getArguments() { + return this.#argumentsArray; + } + + /** + * Returns command arguments as a concatenated string. + * + * @return command arguments as a concatenated string + */ + getCommand() { + return this.#command; + } + + /** + * Returns all log entries generated for this session. If there are asynchronous + * messages that are not delivered yet, this method waits for them until the given timeout. + * + * @param waitTimeout wait timeout for asynchronous messages in milliseconds + * @return list of log entries generated for this session + */ + async getAllLogs(waitTimeout) { + const allLogs = await FFmpegKitReactNativeModule.abstractSessionGetAllLogs(this.getSessionId(), FFmpegKitFactory.optionalNumericParameter(waitTimeout)); + return allLogs.map(FFmpegKitFactory.mapToLog); + } + + /** + * Returns all log entries delivered for this session. Note that if there are asynchronous log + * messages that are not delivered yet, this method will not wait for them and will return + * immediately. + * + * @return list of log entries received for this session + */ + async getLogs() { + const logs = await FFmpegKitReactNativeModule.abstractSessionGetLogs(this.getSessionId()); + return logs.map(FFmpegKitFactory.mapToLog); + } + + /** + * Returns all log entries generated for this session as a concatenated string. If there are + * asynchronous messages that are not delivered yet, this method waits for them until + * the given timeout. + * + * @param waitTimeout wait timeout for asynchronous messages in milliseconds + * @return all log entries generated for this session as a concatenated string + */ + async getAllLogsAsString(waitTimeout) { + return FFmpegKitReactNativeModule.abstractSessionGetAllLogsAsString(this.getSessionId(), FFmpegKitFactory.optionalNumericParameter(waitTimeout)); + } + + /** + * Returns all log entries delivered for this session as a concatenated string. Note that if + * there are asynchronous log messages that are not delivered yet, this method will not wait + * for them and will return immediately. + * + * @return list of log entries received for this session + */ + async getLogsAsString() { + let logs = await this.getLogs(); + + let concatenatedString = ''; + + logs.forEach(log => concatenatedString += log.getMessage()); + + return concatenatedString; + } + + /** + * Returns the log output generated while running the session. + * + * @return log output generated + */ + async getOutput() { + return this.getAllLogsAsString(); + } + + /** + * Returns the state of the session. + * + * @return state of the session + */ + async getState() { + return FFmpegKitReactNativeModule.abstractSessionGetState(this.getSessionId()); + } + + /** + * Returns the return code for this session. Note that return code is only set for sessions + * that end with COMPLETED state. If a session is not started, still running or failed then + * this method returns undefined. + * + * @return the return code for this session if the session is COMPLETED, undefined if session is + * not started, still running or failed + */ + async getReturnCode() { + const returnCodeValue = await FFmpegKitReactNativeModule.abstractSessionGetReturnCode(this.getSessionId()); + if (returnCodeValue === undefined) { + return undefined; + } else { + return new ReturnCode(returnCodeValue); + } + } + + /** + * Returns the stack trace of the exception received while executing this session. + *

+ * The stack trace is only set for sessions that end with FAILED state. For sessions that has + * COMPLETED state this method returns undefined. + * + * @return stack trace of the exception received while executing this session, undefined if session + * is not started, still running or completed + */ + getFailStackTrace() { + return FFmpegKitReactNativeModule.abstractSessionGetFailStackTrace(this.getSessionId()); + } + + /** + * Returns session specific log redirection strategy. + * + * @return session specific log redirection strategy + */ + getLogRedirectionStrategy() { + return this.#logRedirectionStrategy; + } + + /** + * Returns whether there are still asynchronous messages being transmitted for this + * session or not. + * + * @return true if there are still asynchronous messages being transmitted, false + * otherwise + */ + thereAreAsynchronousMessagesInTransmit() { + return FFmpegKitReactNativeModule.abstractSessionThereAreAsynchronousMessagesInTransmit(this.getSessionId()); + } + + /** + * Returns whether it is an FFmpeg session or not. + * + * @return true if it is an FFmpeg session, false otherwise + */ + isFFmpeg() { + return false; + } + + /** + * Returns whether it is an FFprobe session or not. + * + * @return true if it is an FFprobe session, false otherwise + */ + isFFprobe() { + return false; + } + + /** + * Cancels running the session. + */ + cancel() { + if (sessionId === undefined) { + return FFmpegKitReactNativeModule.cancel(); + } else { + return FFmpegKitReactNativeModule.cancelSession(sessionId); + } + } + +} + +/** + * Detects the running architecture. + */ +export class ArchDetect { + + /** + * Returns architecture name loaded. + * + * @return architecture name loaded + */ + static async getArch() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getArch(); + } + +} + +/** + *

Main class to run FFmpeg commands. + */ +export class FFmpegKit { + + /** + *

Asynchronously executes FFmpeg with command provided. + * + * @param command FFmpeg command + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @param statisticsCallback callback that will receive statistics + * @return FFmpeg session created for this execution + */ + static async executeAsync(command, executeCallback, logCallback, statisticsCallback) { + return FFmpegKit.executeWithArgumentsAsync(FFmpegKitConfig.parseArguments(command), executeCallback, logCallback, statisticsCallback); + } + + /** + *

Asynchronously executes FFmpeg with arguments provided. + * + * @param commandArguments FFmpeg command options/arguments as string array + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @param statisticsCallback callback that will receive statistics + * @return FFmpeg session created for this execution + */ + static async executeWithArgumentsAsync(commandArguments, executeCallback, logCallback, statisticsCallback) { + let session = await FFmpegSession.create(commandArguments, executeCallback, logCallback, statisticsCallback); + + await FFmpegKitConfig.asyncFFmpegExecute(session); + + return session; + } + + /** + *

Cancels the session specified with sessionId. + * + *

This function does not wait for termination to complete and returns immediately. + * + * @param sessionId id of the session that will be cancelled + */ + static async cancel(sessionId) { + await FFmpegKitConfig.init(); + + if (sessionId === undefined) { + return FFmpegKitReactNativeModule.cancel(); + } else { + return FFmpegKitReactNativeModule.cancelSession(sessionId); + } + } + + /** + *

Lists all FFmpeg sessions in the session history. + * + * @return all FFmpeg sessions in the session history + */ + static async listSessions() { + await FFmpegKitConfig.init(); + + const sessionArray = await FFmpegKitReactNativeModule.getFFmpegSessions(); + return sessionArray.map(FFmpegKitFactory.mapToSession); + } + +} + +/** + *

Configuration class of FFmpegKit library. + */ +export class FFmpegKitConfig { + + static #globalLogRedirectionStrategy = LogRedirectionStrategy.PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED; + + /** + * Initializes the library asynchronously. + */ + static async init() { + await FFmpegKitInitializer.initialize(); + } + + /** + *

Enables log and statistics redirection. + * + *

When redirection is enabled FFmpeg/FFprobe logs are redirected to console and sessions + * collect log and statistics entries for the executions. It is possible to define global or + * session specific log/statistics callbacks as well. + * + *

Note that redirection is enabled by default. If you do not want to use its functionality + * please use {@link #disableRedirection()} to disable it. + */ + static async enableRedirection() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.enableRedirection(); + } + + /** + *

Disables log and statistics redirection. + * + *

When redirection is disabled logs are printed to stderr, all logs and statistics + * callbacks are disabled and FFprobe's getMediaInformation methods + * do not work. + */ + static async disableRedirection() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.disableRedirection(); + } + + /** + *

Sets and overrides fontconfig configuration directory. + * + * @param path directory that contains fontconfig configuration (fonts.conf) + * @return zero on success, non-zero on error + */ + static async setFontconfigConfigurationPath(path) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.setFontconfigConfigurationPath(path); + } + + /** + *

Registers the fonts inside the given path, so they become available to use in FFmpeg + * filters. + * + *

Note that you need to use a package with fontconfig inside to be + * able to use fonts in FFmpeg. + * + * @param fontDirectoryPath directory that contains fonts (.ttf and .otf files) + * @param fontNameMapping custom font name mappings, useful to access your fonts with more + * friendly names + */ + static async setFontDirectory(fontDirectoryPath, fontNameMapping) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.setFontDirectory(fontDirectoryPath, fontNameMapping); + } + + /** + *

Registers the fonts inside the given list of font directories, so they become available + * to use in FFmpeg filters. + * + *

Note that you need to use a package with fontconfig inside to be + * able to use fonts in FFmpeg. + * + * @param fontDirectoryList list of directories that contain fonts (.ttf and .otf files) + * @param fontNameMapping custom font name mappings, useful to access your fonts with more + * friendly names + */ + static async setFontDirectoryList(fontDirectoryList, fontNameMapping) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.setFontDirectoryList(fontDirectoryList, fontNameMapping); + } + + /** + *

Creates a new named pipe to use in FFmpeg operations. + * + *

Please note that creator is responsible of closing created pipes. + * + * @return the full path of the named pipe + */ + static async registerNewFFmpegPipe() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.registerNewFFmpegPipe(); + } + + /** + *

Closes a previously created FFmpeg pipe. + * + * @param ffmpegPipePath full path of the FFmpeg pipe + */ + static async closeFFmpegPipe(ffmpegPipePath) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.closeFFmpegPipe(ffmpegPipePath); + } + + /** + *

Returns the version of FFmpeg bundled within FFmpegKit library. + * + * @return the version of FFmpeg + */ + static async getFFmpegVersion() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getFFmpegVersion(); + } + + /** + *

Returns FFmpegKit ReactNative library version. + * + * @return FFmpegKit version + */ + static async getVersion() { + return new Promise((resolve) => resolve(FFmpegKitFactory.getVersion())); + } + + /** + *

Returns whether FFmpegKit release is a Long Term Release or not. + * + * @return true/yes or false/no + */ + static async isLTSBuild() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.isLTSBuild(); + } + + /** + *

Returns FFmpegKit native library build date. + * + * @return FFmpegKit native library build date + */ + static async getBuildDate() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getBuildDate(); + } + + /** + *

Sets an environment variable. + * + * @param variableName environment variable name + * @param variableValue environment variable value + * @return zero on success, non-zero on error + */ + static async setEnvironmentVariable(variableName, variableValue) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.setEnvironmentVariable(variableName, variableValue); + } + + /** + *

Registers a new ignored signal. Ignored signals are not handled by FFmpegKit + * library. + * + * @param signal signal to be ignored + */ + static async ignoreSignal(signal) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.ignoreSignal(signal); + } + + /** + *

Asynchronously executes the FFmpeg session provided. + * + * @param ffmpegSession FFmpeg session which includes command options/arguments + */ + static async asyncFFmpegExecute(ffmpegSession) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.asyncFFmpegSessionExecute(ffmpegSession.getSessionId()); + } + + /** + *

Asynchronously executes the FFprobe session provided. + * + * @param ffprobeSession FFprobe session which includes command options/arguments + */ + static async asyncFFprobeExecute(ffprobeSession) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.asyncFFprobeSessionExecute(ffprobeSession.getSessionId()); + } + + /** + *

Asynchronously executes the media information session provided. + * + * @param mediaInformationSession media information session which includes command options/arguments + * @param waitTimeout max time to wait until media information is transmitted + */ + static async asyncGetMediaInformationExecute(mediaInformationSession, waitTimeout) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.asyncMediaInformationSessionExecute(mediaInformationSession.getSessionId(), FFmpegKitFactory.optionalNumericParameter(waitTimeout)); + } + + /** + *

Sets a global callback function to redirect FFmpeg/FFprobe logs. + * + * @param logCallback log callback function or undefined to disable a previously defined + * callback + */ + static enableLogCallback(logCallback) { + FFmpegKitFactory.setGlobalLogCallback(logCallback); + } + + /** + *

Sets a global callback function to redirect FFmpeg statistics. + * + * @param statisticsCallback statistics callback function or undefined to disable a previously + * defined callback + */ + static enableStatisticsCallback(statisticsCallback) { + FFmpegKitFactory.setGlobalStatisticsCallback(statisticsCallback); + } + + /** + *

Sets a global callback function to receive execution results. + * + * @param executeCallback execute callback function or undefined to disable a previously + * defined callback + */ + static enableExecuteCallback(executeCallback) { + FFmpegKitFactory.setGlobalExecuteCallback(executeCallback); + } + + /** + * Returns the current log level. + * + * @return current log level + */ + static getLogLevel() { + return FFmpegKitFactory.getLogLevel(); + } + + /** + * Sets the log level. + * + * @param level new log level + */ + static async setLogLevel(level) { + await FFmpegKitConfig.init(); + + FFmpegKitFactory.setLogLevel(level); + return FFmpegKitReactNativeModule.setLogLevel(level); + } + + /** + * Returns the session history size. + * + * @return session history size + */ + static async getSessionHistorySize() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getSessionHistorySize(); + } + + /** + * Sets the session history size. + * + * @param sessionHistorySize session history size, should be smaller than 1000 + */ + static async setSessionHistorySize(sessionHistorySize) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.setSessionHistorySize(sessionHistorySize); + } + + /** + * Returns the session specified with sessionId from the session history. + * + * @param sessionId session identifier + * @return session specified with sessionId or undefined if it is not found in the history + */ + static async getSession(sessionId) { + await FFmpegKitConfig.init(); + + if (sessionId === undefined) { + return undefined; + } else { + const sessionMap = await FFmpegKitReactNativeModule.getSession(sessionId); + return FFmpegKitFactory.mapToSession(sessionMap); + } + } + + /** + * Returns the last session created from the session history. + * + * @return the last session created or undefined if session history is empty + */ + static async getLastSession() { + await FFmpegKitConfig.init(); + + const sessionMap = await FFmpegKitReactNativeModule.getLastSession(); + return FFmpegKitFactory.mapToSession(sessionMap); + } + + /** + * Returns the last session completed from the session history. + * + * @return the last session completed. If there are no completed sessions in the history this + * method will return undefined + */ + static async getLastCompletedSession() { + await FFmpegKitConfig.init(); + + const sessionMap = await FFmpegKitReactNativeModule.getLastCompletedSession(); + return FFmpegKitFactory.mapToSession(sessionMap); + } + + /** + *

Returns all sessions in the session history. + * + * @return all sessions in the session history + */ + static async getSessions() { + await FFmpegKitConfig.init(); + + const sessionArray = await FFmpegKitReactNativeModule.getSessions(); + return sessionArray.map(FFmpegKitFactory.mapToSession); + } + + /** + *

Clears all, including ongoing, sessions in the session history. + *

Note that callbacks cannot be triggered for deleted sessions. + */ + static async clearSessions() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.clearSessions(); + } + + /** + *

Returns sessions that have the given state. + * + * @param state session state + * @return sessions that have the given state from the session history + */ + static async getSessionsByState(state) { + await FFmpegKitConfig.init(); + + const sessionArray = await FFmpegKitReactNativeModule.getSessionsByState(state); + return sessionArray.map(FFmpegKitFactory.mapToSession); + } + + /** + * Returns the active log redirection strategy. + * + * @return log redirection strategy + */ + static getLogRedirectionStrategy() { + return this.#globalLogRedirectionStrategy; + } + + /** + *

Sets the log redirection strategy. + * + * @param logRedirectionStrategy log redirection strategy + */ + static setLogRedirectionStrategy(logRedirectionStrategy) { + this.#globalLogRedirectionStrategy = logRedirectionStrategy; + } + + /** + *

Returns the number of messages that are not transmitted to the ReactNative callbacks yet for + * this session. + * + * @param sessionId id of the session + * @return number of messages that are not transmitted to the ReactNative callbacks yet for + * this session + */ + static async messagesInTransmit(sessionId) { + await FFmpegKitConfig.init(); + + const sessionMap = await FFmpegKitReactNativeModule.messagesInTransmit(sessionId); + return FFmpegKitFactory.mapToSession(sessionMap); + } + + /** + * Returns the string representation of the SessionState provided. + * + * @param state session state instance + * @returns string representation of the SessionState provided + */ + static sessionStateToString(state) { + switch (state) { + case SessionState.CREATED: + return "CREATED"; + case SessionState.RUNNING: + return "RUNNING"; + case SessionState.FAILED: + return "FAILED"; + case SessionState.COMPLETED: + return "COMPLETED"; + default: + return ""; + } + } + + /** + *

Parses the given command into arguments. Uses space character to split the arguments. + * Supports single and double quote characters. + * + * @param command string command + * @return array of arguments + */ + static parseArguments(command) { + let argumentList = []; + let currentArgument = ""; + + let singleQuoteStarted = 0; + let doubleQuoteStarted = 0; + + for (let i = 0; i < command.length; i++) { + let previousChar; + if (i > 0) { + previousChar = command.charAt(i - 1); + } else { + previousChar = null; + } + let currentChar = command.charAt(i); + + if (currentChar === ' ') { + if (singleQuoteStarted === 1 || doubleQuoteStarted === 1) { + currentArgument += currentChar; + } else if (currentArgument.length > 0) { + argumentList.push(currentArgument); + currentArgument = ""; + } + } else if (currentChar === '\'' && (previousChar == null || previousChar !== '\\')) { + if (singleQuoteStarted === 1) { + singleQuoteStarted = 0; + } else if (doubleQuoteStarted === 1) { + currentArgument += currentChar; + } else { + singleQuoteStarted = 1; + } + } else if (currentChar === '\"' && (previousChar == null || previousChar !== '\\')) { + if (doubleQuoteStarted === 1) { + doubleQuoteStarted = 0; + } else if (singleQuoteStarted === 1) { + currentArgument += currentChar; + } else { + doubleQuoteStarted = 1; + } + } else { + currentArgument += currentChar; + } + } + + if (currentArgument.length > 0) { + argumentList.push(currentArgument); + } + + return argumentList; + } + + /** + *

Concatenates arguments into a string adding a space character between two arguments. + * + * @param commandArguments arguments + * @return concatenated string containing all arguments + */ + static argumentsToString(commandArguments) { + if (commandArguments === undefined) { + return 'undefined'; + } + + let command = ''; + + function appendArgument(value, index) { + if (index > 0) { + command += ' '; + } + command += value; + } + + commandArguments.forEach(appendArgument); + return command; + } + + // THE FOLLOWING TWO METHODS ARE REACT-NATIVE SPECIFIC + + /** + * Enables logs. + */ + static async enableLogs() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.enableLogs(); + } + + /** + * Disable logs. + */ + static async disableLogs() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.disableLogs(); + } + + /** + * Enables statistics. + */ + static async enableStatistics() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.enableStatistics(); + } + + /** + * Disables statistics. + */ + static async disableStatistics() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.disableStatistics(); + } + + /** + * Returns the platform name the library is loaded on. + */ + static async getPlatform() { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getPlatform(); + } + + /** + * Writes the given file to a pipe. + * + * @param inputPath input file path + * @param pipePath pipe path + * @returns zero on success, non-zero on error + */ + static async writeToPipe(inputPath, pipePath) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.writeToPipe(inputPath, pipePath); + } + + /** + *

Displays the native file dialog to select a file in read mode. If a file is selected then this + * method returns the Structured Access Framework Uri for that file. + * + *

Note that this method is Android only. It will fail if called on other platforms. + * + * @param type specifies a mime type for the file dialog + * @param extraTypes additional mime types + * @returns Structured Access Framework Uri ("content:…") of the file selected or undefined + * if no files are selected + */ + static async selectDocumentForRead(type, extraTypes) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.selectDocument(false, undefined, type, extraTypes); + } + + /** + *

Displays the native file dialog to select a file in write mode. If a file is selected then this + * method returns the Structured Access Framework Uri for that file. + * + *

Note that this method is Android only. It will fail if called on other platforms. + * + * @param title file name + * @param type specifies a mime type for the file dialog + * @param extraTypes additional mime types + * @returns Structured Access Framework Uri ("content:…") of the file selected or undefined + * if no files are selected + */ + static async selectDocumentForWrite(title, type, extraTypes) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.selectDocument(true, title, type, extraTypes); + } + + /** + *

Converts the given Structured Access Framework Uri into an input url that can be used in FFmpeg + * and FFprobe commands. + * + *

Note that this method is Android only. It will fail if called on other platforms. It also requires + * API Level ≥ 19. On older API levels it returns an empty url. + * + * @param uriString SAF uri ("content:…") + * @return input url that can be passed to FFmpegKit or FFprobeKit + */ + static async getSafParameterForRead(uriString) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getSafParameter(false, uriString); + } + + /** + *

Converts the given Structured Access Framework Uri into an output url that can be used in FFmpeg + * and FFprobe commands. + * + *

Note that this method is Android only. It will fail if called on other platforms. It also requires + * API Level ≥ 19. On older API levels it returns an empty url. + * + * @param uriString SAF uri ("content:…") + * @return output url that can be passed to FFmpegKit or FFprobeKit + */ + static async getSafParameterForWrite(uriString) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.getSafParameter(true, uriString); + } + +} + +class FFmpegKitFactory { + + static #logCallback = undefined; + static #statisticsCallback = undefined; + static #executeCallback = undefined; + static #activeLogLevel = undefined; + + static mapToStatistics(statisticsMap) { + if (statisticsMap !== undefined) { + return new Statistics( + statisticsMap.sessionId, + statisticsMap.videoFrameNumber, + statisticsMap.videoFps, + statisticsMap.videoQuality, + statisticsMap.size, + statisticsMap.time, + statisticsMap.bitrate, + statisticsMap.speed + ); + } else { + return undefined; + } + } + + static mapToLog(logMap) { + if (logMap !== undefined) { + return new Log(logMap.sessionId, logMap.level, logMap.message) + } else { + return undefined; + } + } + + static mapToSession(sessionMap) { + if (sessionMap !== undefined) { + switch (sessionMap.type) { + case 2: + return FFprobeSession.fromMap(sessionMap); + case 3: + return MediaInformationSession.fromMap(sessionMap); + case 1: + default: + return FFmpegSession.fromMap(sessionMap); + } + } else { + return undefined; + } + } + + static getVersion() { + return "4.5"; + } + + static getLogRedirectionStrategy(sessionId) { + return logRedirectionStrategyMap.get(sessionId); + } + + static setLogRedirectionStrategy(sessionId, logRedirectionStrategy) { + logRedirectionStrategyMap.set(sessionId, logRedirectionStrategy); + } + + static getLogCallback(sessionId) { + return logCallbackMap.get(sessionId); + } + + static setLogCallback(sessionId, logCallback) { + if (logCallback !== undefined) { + logCallbackMap.set(sessionId, logCallback); + } + } + + static getGlobalLogCallback() { + return this.#logCallback; + } + + static setGlobalLogCallback(logCallback) { + this.#logCallback = logCallback; + } + + static getStatisticsCallback(sessionId) { + return statisticsCallbackMap.get(sessionId); + } + + static setStatisticsCallback(sessionId, statisticsCallback) { + if (statisticsCallback !== undefined) { + statisticsCallbackMap.set(sessionId, statisticsCallback); + } + } + + static getGlobalStatisticsCallback() { + return this.#statisticsCallback; + } + + static setGlobalStatisticsCallback(statisticsCallback) { + this.#statisticsCallback = statisticsCallback; + } + + static getExecuteCallback(sessionId) { + return executeCallbackMap.get(sessionId); + } + + static setExecuteCallback(sessionId, executeCallback) { + if (executeCallback !== undefined) { + executeCallbackMap.set(sessionId, executeCallback); + } + } + + static getGlobalExecuteCallback() { + return this.#executeCallback; + } + + static setGlobalExecuteCallback(executeCallback) { + this.#executeCallback = executeCallback; + } + + static setLogLevel(logLevel) { + this.#activeLogLevel = logLevel; + } + + static getLogLevel() { + return this.#activeLogLevel; + } + + static optionalNumericParameter(value) { + return value ?? -1; + } + + static validDate(time) { + if (time === undefined || time === null || time <= 0) { + return undefined; + } else { + return new Date(time); + } + } + +} + +class FFmpegKitInitializer { + static #initialized = false; + static #eventEmitter = new FFmpegKitReactNativeEventEmitter(); + + static processLogCallbackEvent(event) { + const log = FFmpegKitFactory.mapToLog(event) + const sessionId = event.sessionId; + const level = event.level; + const text = event.message; + const activeLogLevel = FFmpegKitConfig.getLogLevel(); + let globalCallbackDefined = false; + let sessionCallbackDefined = false; + let activeLogRedirectionStrategy = FFmpegKitConfig.getLogRedirectionStrategy(); + + // AV_LOG_STDERR logs are always redirected + if ((activeLogLevel === Level.AV_LOG_QUIET && level !== Level.AV_LOG_STDERR) || level > activeLogLevel) { + // LOG NEITHER PRINTED NOR FORWARDED + return; + } + + FFmpegKitConfig.getSession(sessionId).then(session => { + activeLogRedirectionStrategy = session.getLogRedirectionStrategy(); + + if (session.getLogCallback() !== undefined) { + sessionCallbackDefined = true; + + try { + // NOTIFY SESSION CALLBACK DEFINED + session.getLogCallback()(log); + } catch (err) { + console.log("Exception thrown inside session LogCallback block.", err.stack); + } + } + + let globalLogCallbackFunction = FFmpegKitFactory.getGlobalLogCallback(); + if (globalLogCallbackFunction !== undefined) { + globalCallbackDefined = true; + + try { + // NOTIFY GLOBAL CALLBACK DEFINED + globalLogCallbackFunction(log); + } catch (err) { + console.log("Exception thrown inside global LogCallback block.", err.stack); + } + } + + // EXECUTE THE LOG STRATEGY + switch (activeLogRedirectionStrategy) { + case LogRedirectionStrategy.NEVER_PRINT_LOGS: { + return; + } + case LogRedirectionStrategy.PRINT_LOGS_WHEN_GLOBAL_CALLBACK_NOT_DEFINED: { + if (globalCallbackDefined) { + return; + } + } + break; + case LogRedirectionStrategy.PRINT_LOGS_WHEN_SESSION_CALLBACK_NOT_DEFINED: { + if (sessionCallbackDefined) { + return; + } + } + break; + case LogRedirectionStrategy.PRINT_LOGS_WHEN_NO_CALLBACKS_DEFINED: { + if (globalCallbackDefined || sessionCallbackDefined) { + return; + } + } + break; + case LogRedirectionStrategy.ALWAYS_PRINT_LOGS: { + } + break; + } + + // PRINT LOGS + switch (level) { + case Level.AV_LOG_QUIET: { + // PRINT NO OUTPUT + } + break; + default: { + console.log(text); + } + } + }); + } + + static processStatisticsCallbackEvent(event) { + let statistics = FFmpegKitFactory.mapToStatistics(event); + let sessionId = event.sessionId; + + FFmpegKitConfig.getSession(sessionId).then(session => { + if (session.isFFmpeg()) { + if (session.getStatisticsCallback() !== undefined) { + try { + // NOTIFY SESSION CALLBACK DEFINED + session.getStatisticsCallback()(statistics); + } catch (err) { + console.log("Exception thrown inside session StatisticsCallback block.", err.stack); + } + } + } + + let globalStatisticsCallbackFunction = FFmpegKitFactory.getGlobalStatisticsCallback(); + if (globalStatisticsCallbackFunction !== undefined) { + try { + // NOTIFY GLOBAL CALLBACK DEFINED + globalStatisticsCallbackFunction(statistics); + } catch (err) { + console.log("Exception thrown inside global StatisticsCallback block.", err.stack); + } + } + }); + } + + static processExecuteCallbackEvent(event) { + let sessionId = event.sessionId; + + FFmpegKitConfig.getSession(sessionId).then(session => { + if (session.getExecuteCallback() !== undefined) { + try { + // NOTIFY SESSION CALLBACK DEFINED + session.getExecuteCallback()(session); + } catch (err) { + console.log("Exception thrown inside session ExecuteCallback block.", err.stack); + } + } + + let globalExecuteCallbackFunction = FFmpegKitFactory.getGlobalExecuteCallback(); + if (globalExecuteCallbackFunction !== undefined) { + try { + // NOTIFY GLOBAL CALLBACK DEFINED + globalExecuteCallbackFunction(session); + } catch (err) { + console.log("Exception thrown inside global ExecuteCallback block.", err.stack); + } + } + }); + } + + static async initialize() { + if (this.#initialized) { + return; + } else { + this.#initialized = true; + } + + console.log("Loading ffmpeg-kit-react-native."); + + this.#eventEmitter.addListener(eventLogCallbackEvent, FFmpegKitInitializer.processLogCallbackEvent); + this.#eventEmitter.addListener(eventStatisticsCallbackEvent, FFmpegKitInitializer.processStatisticsCallbackEvent); + this.#eventEmitter.addListener(eventExecuteCallbackEvent, FFmpegKitInitializer.processExecuteCallbackEvent); + + FFmpegKitFactory.setLogLevel(await FFmpegKitReactNativeModule.getLogLevel()); + const version = FFmpegKitFactory.getVersion(); + const platform = await FFmpegKitConfig.getPlatform(); + const arch = await ArchDetect.getArch(); + const packageName = await Packages.getPackageName(); + await FFmpegKitConfig.enableRedirection(); + + console.log(`Loaded ffmpeg-kit-react-native-${platform}-${packageName}-${arch}-${version}.`); + } + +} + +/** + *

An FFmpeg session. + */ +export class FFmpegSession extends AbstractSession { + + /** + * Creates an empty FFmpeg session. + */ + constructor() { + super(); + } + + /** + * Creates a new FFmpeg session. + * + * @param argumentsArray FFmpeg command arguments + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @param statisticsCallback callback that will receive statistics + * @param logRedirectionStrategy defines how logs will be redirected + * @returns FFmpeg session created + */ + static async create(argumentsArray, executeCallback, logCallback, statisticsCallback, logRedirectionStrategy) { + const session = await AbstractSession.createFFmpegSession(argumentsArray, logRedirectionStrategy); + const sessionId = session.getSessionId(); + + FFmpegKitFactory.setExecuteCallback(sessionId, executeCallback); + FFmpegKitFactory.setLogCallback(sessionId, logCallback); + FFmpegKitFactory.setStatisticsCallback(sessionId, statisticsCallback); + + return session; + } + + /** + * Creates a new FFmpeg session from the given map. + * + * @param sessionMap map that includes session fields as map keys + * @returns FFmpeg session created + */ + static fromMap(sessionMap) { + return AbstractSession.createFFmpegSessionFromMap(sessionMap); + } + + /** + * Returns the session specific statistics callback function. + * + * @return session specific statistics callback function + */ + getStatisticsCallback() { + return FFmpegKitFactory.getStatisticsCallback(this.getSessionId()); + } + + /** + * Returns all statistics entries generated for this session. If there are asynchronous + * messages that are not delivered yet, this method waits for them until the given timeout. + * + * @param waitTimeout wait timeout for asynchronous messages in milliseconds + * @return list of statistics entries generated for this session + */ + async getAllStatistics(waitTimeout) { + await FFmpegKitConfig.init(); + + const allStatistics = await FFmpegKitReactNativeModule.ffmpegSessionGetAllStatistics(this.getSessionId(), FFmpegKitFactory.optionalNumericParameter(waitTimeout)); + return allStatistics.map(FFmpegKitFactory.mapToStatistics); + } + + /** + * Returns all statistics entries delivered for this session. Note that if there are + * asynchronous messages that are not delivered yet, this method will not wait for + * them and will return immediately. + * + * @return list of statistics entries received for this session + */ + async getStatistics() { + await FFmpegKitConfig.init(); + + const statistics = await FFmpegKitReactNativeModule.ffmpegSessionGetStatistics(this.getSessionId()); + return statistics.map(FFmpegKitFactory.mapToStatistics); + } + + /** + * Returns the last received statistics entry. + * + * @return the last received statistics entry or undefined if there are not any statistics entries + * received + */ + async getLastReceivedStatistics() { + let statistics = await this.getStatistics(); + + if (statistics.length > 0) { + return statistics[0]; + } else { + return undefined; + } + } + + isFFmpeg() { + return true; + } + + isFFprobe() { + return false; + } + +} + +/** + *

Main class to run FFprobe commands. + */ +export class FFprobeKit { + + /** + *

Asynchronously executes FFprobe with arguments provided. + * + * @param command FFprobe command + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @return FFprobe session created for this execution + */ + static async executeAsync(command, executeCallback, logCallback) { + return FFprobeKit.executeWithArgumentsAsync(FFmpegKitConfig.parseArguments(command), executeCallback, logCallback); + } + + /** + *

Asynchronously executes FFprobe with arguments provided. + * + * @param commandArguments FFprobe command options/arguments as string array + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @return FFprobe session created for this execution + */ + static async executeWithArgumentsAsync(commandArguments, executeCallback, logCallback) { + let session = await FFprobeSession.create(commandArguments, executeCallback, logCallback); + + await FFmpegKitConfig.asyncFFprobeExecute(session); + + return session; + } + + /** + *

Extracts the media information for the specified file asynchronously. + * + * @param path path or uri of a media file + * @param executeCallback callback that will be notified when execution is completed + * @param logCallback callback that will receive logs + * @param waitTimeout max time to wait until media information is transmitted + * @return media information session created for this execution + */ + static async getMediaInformationAsync(path, executeCallback, logCallback, waitTimeout) { + const commandArguments = ["-v", "error", "-hide_banner", "-print_format", "json", "-show_format", "-show_streams", "-i", path]; + return FFprobeKit.getMediaInformationFromCommandArgumentsAsync(commandArguments, executeCallback, logCallback, waitTimeout); + } + + /** + *

Extracts media information using the command provided asynchronously. + * + * @param command FFprobe command that prints media information for a file in JSON format + * @param executeCallback callback that will be notified when execution is completed + * @param logCallback callback that will receive logs + * @param waitTimeout max time to wait until media information is transmitted + * @return media information session created for this execution + */ + static async getMediaInformationFromCommandAsync(command, executeCallback, logCallback, waitTimeout) { + return FFprobeKit.getMediaInformationFromCommandArgumentsAsync(FFmpegKitConfig.parseArguments(command), executeCallback, logCallback, waitTimeout); + } + + /** + *

Extracts media information using the command arguments provided asynchronously. + * + * @param commandArguments FFprobe command arguments that prints media information for a file in JSON format + * @param executeCallback callback that will be notified when execution is completed + * @param logCallback callback that will receive logs + * @param waitTimeout max time to wait until media information is transmitted + * @return media information session created for this execution + */ + static async getMediaInformationFromCommandArgumentsAsync(commandArguments, executeCallback, logCallback, waitTimeout) { + let session = await MediaInformationSession.create(commandArguments, executeCallback, logCallback); + + await FFmpegKitConfig.asyncGetMediaInformationExecute(session, waitTimeout); + + return session; + } + + /** + *

Lists all FFprobe sessions in the session history. + * + * @return all FFprobe sessions in the session history + */ + static async listSessions() { + await FFmpegKitConfig.init(); + + const sessionArray = await FFmpegKitReactNativeModule.getFFprobeSessions(); + return sessionArray.map(FFmpegKitFactory.mapToSession); + } + +} + +/** + *

An FFprobe session. + */ +export class FFprobeSession extends AbstractSession { + + /** + * Creates an empty FFprobe session. + */ + constructor() { + super(); + } + + /** + * Creates a new FFprobe session. + * + * @param argumentsArray FFprobe command arguments + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @param logRedirectionStrategy defines how logs will be redirected + * @returns FFprobe session created + */ + static async create(argumentsArray, executeCallback, logCallback, logRedirectionStrategy) { + const session = await AbstractSession.createFFprobeSession(argumentsArray, logRedirectionStrategy); + const sessionId = session.getSessionId(); + + FFmpegKitFactory.setExecuteCallback(sessionId, executeCallback); + FFmpegKitFactory.setLogCallback(sessionId, logCallback); + + return session; + } + + /** + * Creates a new FFprobe session from the given map. + * + * @param sessionMap map that includes session fields as map keys + * @returns FFprobe session created + */ + static fromMap(sessionMap) { + return AbstractSession.createFFprobeSessionFromMap(sessionMap); + } + + isFFmpeg() { + return false; + } + + isFFprobe() { + return true; + } + +} + +/** + *

Defines log levels. + */ +export class Level { + + /** + * This log level is used to specify logs printed to stderr by ffmpeg. + * Logs that has this level are not filtered and always redirected. + */ + static AV_LOG_STDERR = -16; + + /** + * Print no output. + */ + static AV_LOG_QUIET = -8; + + /** + * Something went really wrong and we will crash now. + */ + static AV_LOG_PANIC = 0; + + /** + * Something went wrong and recovery is not possible. + * For example, no header was found for a format which depends + * on headers or an illegal combination of parameters is used. + */ + static AV_LOG_FATAL = 8; + + /** + * Something went wrong and cannot losslessly be recovered. + * However, not all future data is affected. + */ + static AV_LOG_ERROR = 16; + + /** + * Something somehow does not look correct. This may or may not + * lead to problems. An example would be the use of '-vstrict -2'. + */ + static AV_LOG_WARNING = 24; + + /** + * Standard information. + */ + static AV_LOG_INFO = 32; + + /** + * Detailed information. + */ + static AV_LOG_VERBOSE = 40; + + /** + * Stuff which is only useful for libav* developers. + */ + static AV_LOG_DEBUG = 48; + + /** + * Extremely verbose debugging, useful for libav* development. + */ + static AV_LOG_TRACE = 56; + + /** + * Returns log level string. + * + * @param level log level integer + * @returns log level string + */ + static levelToString(level) { + switch (level) { + case Level.AV_LOG_TRACE: + return "TRACE"; + case Level.AV_LOG_DEBUG: + return "DEBUG"; + case Level.AV_LOG_VERBOSE: + return "VERBOSE"; + case Level.AV_LOG_INFO: + return "INFO"; + case Level.AV_LOG_WARNING: + return "WARNING"; + case Level.AV_LOG_ERROR: + return "ERROR"; + case Level.AV_LOG_FATAL: + return "FATAL"; + case Level.AV_LOG_PANIC: + return "PANIC"; + case Level.AV_LOG_STDERR: + return "STDERR"; + case Level.AV_LOG_QUIET: + default: + return ""; + } + } + +} + +/** + *

Log entry for an FFmpegKit session. + */ +export class Log { + #sessionId; + #level; + #message; + + constructor(sessionId, level, message) { + this.#sessionId = sessionId; + this.#level = level; + this.#message = message; + } + + getSessionId() { + return this.#sessionId; + } + + getLevel() { + return this.#level; + } + + getMessage() { + return this.#message; + } + +} + +/** + * Media information class. + */ +export class MediaInformation { + + static KEY_MEDIA_PROPERTIES = "format"; + static KEY_FILENAME = "filename"; + static KEY_FORMAT = "format_name"; + static KEY_FORMAT_LONG = "format_long_name"; + static KEY_START_TIME = "start_time"; + static KEY_DURATION = "duration"; + static KEY_SIZE = "size"; + static KEY_BIT_RATE = "bit_rate"; + static KEY_TAGS = "tags"; + + #allProperties; + + constructor(properties) { + this.#allProperties = properties; + } + + /** + * Returns file name. + * + * @return media file name + */ + getFilename() { + return this.getStringProperty(MediaInformation.KEY_FILENAME); + } + + /** + * Returns format. + * + * @return media format + */ + getFormat() { + return this.getStringProperty(MediaInformation.KEY_FORMAT); + } + + /** + * Returns long format. + * + * @return media long format + */ + getLongFormat() { + return this.getStringProperty(MediaInformation.KEY_FORMAT_LONG); + } + + /** + * Returns duration. + * + * @return media duration in milliseconds + */ + getDuration() { + return this.getStringProperty(MediaInformation.KEY_DURATION); + } + + /** + * Returns start time. + * + * @return media start time in milliseconds + */ + getStartTime() { + return this.getStringProperty(MediaInformation.KEY_START_TIME); + } + + /** + * Returns size. + * + * @return media size in bytes + */ + getSize() { + return this.getStringProperty(MediaInformation.KEY_SIZE); + } + + /** + * Returns bitrate. + * + * @return media bitrate in kb/s + */ + getBitrate() { + return this.getStringProperty(MediaInformation.KEY_BIT_RATE); + } + + /** + * Returns all tags. + * + * @return tags dictionary + */ + getTags() { + return this.getProperties(MediaInformation.KEY_TAGS); + } + + /** + * Returns the streams found as array. + * + * @returns StreamInformation array + */ + getStreams() { + let list = []; + let streamList; + + if (this.#allProperties !== undefined) { + streamList = this.#allProperties.streams; + } + + if (streamList !== undefined) { + streamList.forEach((stream) => { + list.push(new StreamInformation(stream)); + }); + } + + return list; + } + + /** + * Returns the media property associated with the key. + * + * @param key property key + * @return media property as string or undefined if the key is not found + */ + getStringProperty(key) { + let mediaProperties = this.getMediaProperties(); + if (mediaProperties !== undefined) { + return mediaProperties[key]; + } else { + return undefined; + } + } + + /** + * Returns the media property associated with the key. + * + * @param key property key + * @return media property as number or undefined if the key is not found + */ + getNumberProperty(key) { + let mediaProperties = this.getMediaProperties(); + if (mediaProperties !== undefined) { + return mediaProperties[key]; + } else { + return undefined; + } + } + + /** + * Returns the media properties associated with the key. + * + * @param key properties key + * @return media properties as an object or undefined if the key is not found + */ + getProperties(key) { + let mediaProperties = this.getMediaProperties(); + if (mediaProperties !== undefined) { + return mediaProperties[key]; + } else { + return undefined; + } + } + + /** + * Returns all media properties. + * + * @returns an object where media properties can be accessed by property names + */ + getMediaProperties() { + if (this.#allProperties !== undefined) { + return this.#allProperties.format; + } else { + return undefined; + } + } + + /** + * Returns all properties found, including stream properties. + * + * @returns an object in which properties can be accessed by property names + */ + getAllProperties() { + return this.#allProperties; + } +} + +/** + * A parser that constructs {@link MediaInformation} from FFprobe's json output. + */ +export class MediaInformationJsonParser { + + /** + * Extracts MediaInformation from the given FFprobe json output. Note that this + * method does not fail as {@link #fromWithError(String)} does and returns undefined on error. + * + * @param ffprobeJsonOutput FFprobe json output + * @return created {@link MediaInformation} instance of undefined if a parsing error occurs + */ + static async from(ffprobeJsonOutput) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.mediaInformationJsonParserFrom(ffprobeJsonOutput).map(properties => new MediaInformation(properties)); + } + + /** + * Extracts MediaInformation from the given FFprobe json output. + * + * @param ffprobeJsonOutput ffprobe json output + * @return created {@link MediaInformation} instance + */ + static async fromWithError(ffprobeJsonOutput) { + await FFmpegKitConfig.init(); + + return FFmpegKitReactNativeModule.mediaInformationJsonParserFrom(ffprobeJsonOutput).map(properties => new MediaInformation(properties)); + } + +} + +/** + *

A custom FFprobe session, which produces a MediaInformation object using the + * FFprobe output. + */ +export class MediaInformationSession extends FFprobeSession { + #mediaInformation; + + /** + * Creates an empty MediaInformationSession. + */ + constructor() { + super(); + } + + /** + * Creates a new MediaInformationSession session. + * + * @param argumentsArray FFprobe command arguments + * @param executeCallback callback that will be called when the execution is completed + * @param logCallback callback that will receive logs + * @returns MediaInformationSession session created + */ + static async create(argumentsArray, executeCallback, logCallback) { + const session = await AbstractSession.createMediaInformationSession(argumentsArray); + const sessionId = session.getSessionId(); + + FFmpegKitFactory.setExecuteCallback(sessionId, executeCallback); + FFmpegKitFactory.setLogCallback(sessionId, logCallback); + + return session; + } + + /** + * Creates a new MediaInformationSession from the given map. + * + * @param sessionMap map that includes session fields as map keys + * @returns MediaInformationSession created + */ + static fromMap(sessionMap) { + return AbstractSession.createMediaInformationSessionFromMap(sessionMap); + } + + /** + * Returns the media information extracted in this session. + * + * @return media information extracted or undefined if the command failed or the output can not be + * parsed + */ + getMediaInformation() { + return this.#mediaInformation; + } + + /** + * Sets the media information extracted in this session. + * + * @param mediaInformation media information extracted + */ + setMediaInformation(mediaInformation) { + this.#mediaInformation = mediaInformation; + } + +} + +/** + *

Helper class to extract binary package information. + */ +export class Packages { + + /** + * Returns the FFmpegKit ReactNative binary package name. + * + * @return predicted FFmpegKit ReactNative binary package name + */ + static getPackageName() { + return FFmpegKitReactNativeModule.getPackageName(); + } + + /** + * Returns enabled external libraries by FFmpeg. + * + * @return enabled external libraries + */ + static getExternalLibraries() { + return FFmpegKitReactNativeModule.getExternalLibraries(); + } + +} + +export class ReturnCode { + + static SUCCESS = 0; + + static CANCEL = 255; + + #value; + + constructor(value) { + this.#value = value; + } + + static isSuccess(returnCode) { + return (returnCode !== undefined && returnCode.getValue() === ReturnCode.SUCCESS); + } + + static isCancel(returnCode) { + return (returnCode !== undefined && returnCode.getValue() === ReturnCode.CANCEL); + } + + getValue() { + return this.#value; + } + + isValueSuccess() { + return (this.#value === ReturnCode.SUCCESS); + } + + isValueError() { + return ((this.#value !== ReturnCode.SUCCESS) && (this.#value !== ReturnCode.CANCEL)); + } + + isValueCancel() { + return (this.#value === ReturnCode.CANCEL); + } + + toString() { + return this.#value; + } + +} + +/** + *

Statistics entry for an FFmpeg execute session. + */ +export class Statistics { + #sessionId; + #videoFrameNumber; + #videoFps; + #videoQuality; + #size; + #time; + #bitrate; + #speed; + + constructor(sessionId, videoFrameNumber, videoFps, videoQuality, size, time, bitrate, speed) { + this.#sessionId = sessionId; + this.#videoFrameNumber = videoFrameNumber; + this.#videoFps = videoFps; + this.#videoQuality = videoQuality; + this.#size = size; + this.#time = time; + this.#bitrate = bitrate; + this.#speed = speed; + } + + getSessionId() { + return this.#sessionId; + } + + setSessionId(sessionId) { + this.#sessionId = sessionId; + } + + getVideoFrameNumber() { + return this.#videoFrameNumber; + } + + setVideoFrameNumber(videoFrameNumber) { + this.#videoFrameNumber = videoFrameNumber; + } + + getVideoFps() { + return this.#videoFps; + } + + setVideoFps(videoFps) { + this.#videoFps = videoFps; + } + + getVideoQuality() { + return this.#videoQuality; + } + + setVideoQuality(videoQuality) { + this.#videoQuality = videoQuality; + } + + getSize() { + return this.#size; + } + + setSize(size) { + this.#size = size; + } + + getTime() { + return this.#time; + } + + setTime(time) { + this.#time = time; + } + + getBitrate() { + return this.#bitrate; + } + + setBitrate(bitrate) { + this.#bitrate = bitrate; + } + + getSpeed() { + return this.#speed; + } + + setSpeed(speed) { + this.#speed = speed; + } + +} + +/** + * Stream information class. + */ +export class StreamInformation { + + static KEY_INDEX = "index"; + static KEY_TYPE = "codec_type"; + static KEY_CODEC = "codec_name"; + static KEY_CODEC_LONG = "codec_long_name"; + static KEY_FORMAT = "pix_fmt"; + static KEY_WIDTH = "width"; + static KEY_HEIGHT = "height"; + static KEY_BIT_RATE = "bit_rate"; + static KEY_SAMPLE_RATE = "sample_rate"; + static KEY_SAMPLE_FORMAT = "sample_fmt"; + static KEY_CHANNEL_LAYOUT = "channel_layout"; + static KEY_SAMPLE_ASPECT_RATIO = "sample_aspect_ratio"; + static KEY_DISPLAY_ASPECT_RATIO = "display_aspect_ratio"; + static KEY_AVERAGE_FRAME_RATE = "avg_frame_rate"; + static KEY_REAL_FRAME_RATE = "r_frame_rate"; + static KEY_TIME_BASE = "time_base"; + static KEY_CODEC_TIME_BASE = "codec_time_base"; + static KEY_TAGS = "tags"; + + #allProperties; + + constructor(properties) { + this.#allProperties = properties; + } + + /** + * Returns stream index. + * + * @return stream index, starting from zero + */ + getIndex() { + return this.getNumberProperty(StreamInformation.KEY_INDEX); + } + + /** + * Returns stream type. + * + * @return stream type; audio or video + */ + getType() { + return this.getStringProperty(StreamInformation.KEY_TYPE); + } + + /** + * Returns stream codec. + * + * @return stream codec + */ + getCodec() { + return this.getStringProperty(StreamInformation.KEY_CODEC); + } + + /** + * Returns stream codec in long format. + * + * @return stream codec with additional profile and mode information + */ + getCodecLong() { + return this.getStringProperty(StreamInformation.KEY_CODEC_LONG); + } + + /** + * Returns stream format. + * + * @return stream format + */ + getFormat() { + return this.getStringProperty(StreamInformation.KEY_FORMAT); + } + + /** + * Returns width. + * + * @return width in pixels + */ + getWidth() { + return this.getNumberProperty(StreamInformation.KEY_WIDTH); + } + + /** + * Returns height. + * + * @return height in pixels + */ + getHeight() { + return this.getNumberProperty(StreamInformation.KEY_HEIGHT); + } + + /** + * Returns bitrate. + * + * @return bitrate in kb/s + */ + getBitrate() { + return this.getStringProperty(StreamInformation.KEY_BIT_RATE); + } + + /** + * Returns sample rate. + * + * @return sample rate in hz + */ + getSampleRate() { + return this.getStringProperty(StreamInformation.KEY_SAMPLE_RATE); + } + + /** + * Returns sample format. + * + * @return sample format + */ + getSampleFormat() { + return this.getStringProperty(StreamInformation.KEY_SAMPLE_FORMAT); + } + + /** + * Returns channel layout. + * + * @return channel layout + */ + getChannelLayout() { + return this.getStringProperty(StreamInformation.KEY_CHANNEL_LAYOUT); + } + + /** + * Returns sample aspect ratio. + * + * @return sample aspect ratio + */ + getSampleAspectRatio() { + return this.getStringProperty(StreamInformation.KEY_SAMPLE_ASPECT_RATIO); + } + + /** + * Returns display aspect ratio. + * + * @return display aspect ratio + */ + getDisplayAspectRatio() { + return this.getStringProperty(StreamInformation.KEY_DISPLAY_ASPECT_RATIO); + } + + /** + * Returns display aspect ratio. + * + * @return average frame rate in fps + */ + getAverageFrameRate() { + return this.getStringProperty(StreamInformation.KEY_AVERAGE_FRAME_RATE); + } + + /** + * Returns real frame rate. + * + * @return real frame rate in tbr + */ + getRealFrameRate() { + return this.getStringProperty(StreamInformation.KEY_REAL_FRAME_RATE); + } + + /** + * Returns time base. + * + * @return time base in tbn + */ + getTimeBase() { + return this.getStringProperty(StreamInformation.KEY_TIME_BASE); + } + + /** + * Returns codec time base. + * + * @return codec time base in tbc + */ + getCodecTimeBase() { + return this.getStringProperty(StreamInformation.KEY_CODEC_TIME_BASE); + } + + /** + * Returns all tags. + * + * @return tags object + */ + getTags() { + return this.getProperties(StreamInformation.KEY_TAGS); + } + + /** + * Returns the stream property associated with the key. + * + * @param key property key + * @return stream property as string or undefined if the key is not found + */ + getStringProperty(key) { + if (this.#allProperties !== undefined) { + return this.#allProperties[key]; + } else { + return undefined; + } + } + + /** + * Returns the stream property associated with the key. + * + * @param key property key + * @return stream property as number or undefined if the key is not found + */ + getNumberProperty(key) { + if (this.#allProperties !== undefined) { + return this.#allProperties[key]; + } else { + return undefined; + } + } + + /** + * Returns the stream properties associated with the key. + * + * @param key properties key + * @return stream properties as an object or undefined if the key is not found + */ + getProperties(key) { + if (this.#allProperties !== undefined) { + return this.#allProperties[key]; + } else { + return undefined; + } + } + + /** + * Returns all properties found. + * + * @returns an object in which properties can be accessed by property names + */ + getAllProperties() { + return this.#allProperties; + } +}