/SiliCompressor

A powerful, flexible and easy to use Video compression library for Android.

Primary LanguageJavaApache License 2.0Apache-2.0

SiliCompressor

A powerful, flexible and easy to use Video and Image compression library for Android.

Description

Video

Due to the high resolution of our Smartphone cameras and cameras from other devices, Video files have become large in size and thus difficult for it to be shared with others on social apps, social media and even when we need to upload it on our server. With SiliCompressor you can now compress you video file while maintaining it quality.

Credit

The image compressor part of this project is inspired from Void Canvas blog from which the core part of the compressor was done. For the Video Compression part of this project, credit goes to Jorge E. Hernandez (@lalongooo) whose codes was used for the core part of the video compressor module.

Usage

implementation "com.github.alirezanazari:silicompressor:3.0.0"
val compressedPath = VideoCompressor.getInstance(context)
        .compress(videoPath, File(destinationDirectory), width, height, bitrate)

License

Copyright 2016 Teyou Toure Nathan

Licensed under the Apache License, Version 2.0 (the "License") and GNU General Public License v2.0;

you may not use this file except in compliance with the Licenses. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0 and https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.