An open API service indexing awesome lists of open source software.

https://github.com/boybeak/videocompressor


https://github.com/boybeak/videocompressor

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# VCompressor
The original repository is [zolad/VideoSlimmer](https://github.com/zolad/VideoSlimmer). The original repository do not provide a reachable dependency now. So I copy the main logic and provide dependency in jitpack.

## Install [![](https://jitpack.io/v/boybeak/VideoCompressor.svg)](https://jitpack.io/#boybeak/VideoCompressor)
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```groovy
implementation 'com.github.boybeak:VideoCompressor:Tag'
```