Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
add test application gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Mar 13, 2021
1 parent bf02830 commit 488a2ef
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.
3 changes: 3 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# FFmpegKit Android

<img src="https://github.com/tanersener/ffmpeg-kit-test/blob/main/docs/assets/android.gif" width="295">
Binary file added docs/assets/android.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/ios.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/macos.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tvos.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions ios/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# FFmpegKit iOS

<img src="https://github.com/tanersener/ffmpeg-kit-test/blob/main/docs/assets/ios.gif" width="295">
3 changes: 3 additions & 0 deletions macos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# FFmpegKit macOS

<img src="https://github.com/tanersener/ffmpeg-kit-test/blob/main/docs/assets/macos.gif" width="640">
3 changes: 3 additions & 0 deletions tvos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# FFmpegKit tvOS

<img src="https://github.com/tanersener/ffmpeg-kit-test/blob/main/docs/assets/tvos.gif" width="800">

0 comments on commit 488a2ef

Please sign in to comment.