-
Notifications
You must be signed in to change notification settings - Fork 88
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
Showing
3 changed files
with
10 additions
and
8 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 |
---|---|---|
|
@@ -35,12 +35,13 @@ The following list of effects are currently avaialble and can be applied using V | |
|
||
|
||
|
||
|
||
## Limitations | ||
- The effects applied using this library are temporary. What that means is that the original video doesn't change. Effects are only applied during video playback and once the video ends the effects end with it. | ||
- Minimum Supported Android version is 21 (Lollipop) | ||
- Saving video available only for Filters and requires Android 23 min api version.For more information check the file [VideoController](https://github.com/krazykira/VidEffects/blob/master/app/src/main/java/com/videffects/sample/controller/VideoController.kt). | ||
- Other ways to save video once effect/filter is applied [FFmpeg](https://ffmpeg.org/) to apply effects on videos. Details about how to do that can be seen on this [wiki page](https://github.com/krazykira/VidEffects/wiki/Permanent-video-effects) | ||
- Some emulators have problems during video playback so try on real device when that happens e.g: Android Lollipop emulators don't show video. | ||
|
||
The effects applied using this library are temporary. What that means is that the orignal video doesn't change. Effects are only applied during video playback and once the video ends the effects end with it. In the future, i am aiming to apply permanant effect to videos. You guys are welcome to help out using PRs. | ||
<br>For now, if you are really desperate and want to apply effects then you can use [FFmpeg](https://ffmpeg.org/) to apply effects on videos. Details about how to do that can be seen on this [wiki page](https://github.com/krazykira/VidEffects/wiki/Permanent-video-effects) | ||
Saving video available only for Filters and requires Android 23 min api version. For more information check the file [VideoController](https://github.com/krazykira/VidEffects/blob/master/app/src/main/java/com/videffects/sample/controller/VideoController.kt). | ||
|
||
## How to use it | ||
- Add the following code to your project's `build.gradle` file | ||
|
@@ -55,7 +56,7 @@ Saving video available only for Filters and requires Android 23 min api version. | |
```sh | ||
dependencies { | ||
// Gradle path for VidEffects | ||
compile 'com.sherazkhilji.videffects:videffects:1.1.0' | ||
implementation "com.sherazkhilji.videffects:videffects:1.1.0" | ||
} | ||
``` | ||
|
||
|
@@ -147,13 +148,13 @@ Want to contribute or add some new Effects? Great! Fork it and send me a pull re | |
Developed by | ||
============ | ||
* Sheraz Ahmad Khilji - <[email protected]> | ||
* Sheraz Ahmed Khilji - <[email protected]> | ||
License | ||
======= | ||
Copyright 2020 Sheraz Ahmad Khilji | ||
Copyright 2020 Sheraz Ahmed Khilji | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
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
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