-
Notifications
You must be signed in to change notification settings - Fork 13
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
24345c3
commit 503ef05
Showing
4 changed files
with
63 additions
and
22 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,2 +1,50 @@ | ||
# Video-Trimmer-Android | ||
Trim the video by adjusting starting point and ending point in Android. | ||
# Video-Trimmer-Android # | ||
Trim the video by adjusting starting point and ending point in Android. | ||
|
||
|
||
<a target="_blank" href="LICENSE"><img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg" alt="license : MIT"></a> | ||
<a target="_blank" href="https://www.cmarix.com/android-application-development-services.html"><img src="https://img.shields.io/badge/platform-android-blue.svg" alt="license : MIT"></a> | ||
|
||
## Core Features ## | ||
|
||
- Video can be trimmed/shortened and played on the same screen | ||
- Video can be trimmed by selecting the starting point and ending point, and it will display the video size and video duration based on the selected position | ||
- Seekbar moves as per selected video for trimming | ||
- You can specify the length of the video before cut. | ||
|
||
## How it works ## | ||
|
||
- User can record video from camera or select video from gallery | ||
- Set the selected video in the trimming screen | ||
- Trim the video by dragging starting point and end point | ||
- View trimmed video on the trimming screen | ||
- Save video, it will show image from video in next screen. | ||
- You can use the video after that as you like, like upload to server. | ||
|
||
## Purpose of this code ## | ||
|
||
- Whenever it is required to crop thr video, this code can help you | ||
- Whenever you are having a limiation of video recording such as allow users to record video for 1 min, this code can help you | ||
|
||
|
||
## Requirements ## | ||
|
||
- Android 4.1+ | ||
|
||
|
||
## Contact me via e-mail ## | ||
For any inquiries or clarifications, you can contact me via e-mail. Just send an email to [[email protected]](mailto:[email protected] "[email protected]"). | ||
|
||
## Contact me via social media ## | ||
|
||
[Facebook](https://www.facebook.com/AhmedMBaderElDin) | [Twitter](https://twitter.com/AhmedBaderEDin) | [Linkedin](https://www.linkedin.com/in/ahmed-m-bader-el-din-0ba48bb5/) | ||
|
||
## Libraries ## | ||
|
||
- [SDP - a scalable size unit](https://github.com/intuit/sdp) | ||
- [SSP - a scalable size unit for texts](https://github.com/intuit/ssp) | ||
- [Android RunTime Permission](https://github.com/fccaikai/AndroidPermissionX) | ||
- [read, write and create MP4 files](https://github.com/sannies/mp4parser) | ||
- [Pick image or video](https://github.com/iamthevoid/media-picker-android) | ||
- [View images](https://github.com/bumptech/glide) | ||
|
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
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