diff --git a/README.md b/README.md index b9dfc4e..ea09689 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # FFmpegKit Test -Test Applications for [FFmpegKit](https://github.com/tanersener/ffmpeg-kit) +Test applications for [FFmpegKit](https://github.com/tanersener/ffmpeg-kit) -Includes test applications for -- `Android` under the `android` folder -- `iOS` under the `ios` folder -- `macOS` under the `macos` folder -- `tvOS` under the `tvos` folder +- `Android` under the [android](https://github.com/tanersener/ffmpeg-kit-test/tree/main/android) folder +- `iOS` under the [ios](https://github.com/tanersener/ffmpeg-kit-test/tree/main/ios) folder +- `macOS` under the [macos](https://github.com/tanersener/ffmpeg-kit-test/tree/main/macos) folder +- `tvOS` under the [tvos](https://github.com/tanersener/ffmpeg-kit-test/tree/main/tvos) folder + +All applications are identical and supports command execution, video encoding, accessing https urls, encoding audio, +burning subtitles, video stabilisation, pipe operations, concurrent command execution. + +Android application also includes a Storage Access Framework (SAF) tab to demonstrate how SAF uris can be used with +`FFmpegKit`. \ No newline at end of file diff --git a/android/README.md b/android/README.md new file mode 100644 index 0000000..7197e3a --- /dev/null +++ b/android/README.md @@ -0,0 +1,3 @@ +# FFmpegKit Android + + \ No newline at end of file diff --git a/docs/assets/android.gif b/docs/assets/android.gif new file mode 100644 index 0000000..4bf3c1f Binary files /dev/null and b/docs/assets/android.gif differ diff --git a/docs/assets/ios.gif b/docs/assets/ios.gif new file mode 100644 index 0000000..f3ce500 Binary files /dev/null and b/docs/assets/ios.gif differ diff --git a/docs/assets/macos.gif b/docs/assets/macos.gif new file mode 100644 index 0000000..5a9e689 Binary files /dev/null and b/docs/assets/macos.gif differ diff --git a/docs/assets/tvos.gif b/docs/assets/tvos.gif new file mode 100644 index 0000000..124045d Binary files /dev/null and b/docs/assets/tvos.gif differ diff --git a/ios/README.md b/ios/README.md new file mode 100644 index 0000000..82813ca --- /dev/null +++ b/ios/README.md @@ -0,0 +1,3 @@ +# FFmpegKit iOS + + \ No newline at end of file diff --git a/macos/README.md b/macos/README.md new file mode 100644 index 0000000..172845a --- /dev/null +++ b/macos/README.md @@ -0,0 +1,3 @@ +# FFmpegKit macOS + + \ No newline at end of file diff --git a/tvos/README.md b/tvos/README.md new file mode 100644 index 0000000..63cbc89 --- /dev/null +++ b/tvos/README.md @@ -0,0 +1,3 @@ +# FFmpegKit tvOS + + \ No newline at end of file