This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf02830
commit 488a2ef
Showing
9 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |