Our team members repository for our Android Development class (CS2063)
Go to file
2022-12-08 13:28:16 -04:00
.idea Update name 2022-12-06 23:05:33 -04:00
app Add tutorial on how to implement gesture controlls 2022-12-08 13:28:16 -04:00
gradle/wrapper Initial Commit 2022-10-25 11:48:46 -03:00
source-vectors Rename source images folder 2022-10-26 23:08:36 -03:00
video-examples Add more settings and more example videos 2022-12-08 13:11:02 -04:00
.gitignore Remove autogenerated file 2022-10-26 23:01:16 -03:00
build.gradle Initial Commit 2022-10-25 11:48:46 -03:00
gradle.properties Initial Commit 2022-10-25 11:48:46 -03:00
gradlew Initial Commit 2022-10-25 11:48:46 -03:00
gradlew.bat Initial Commit 2022-10-25 11:48:46 -03:00
LICENSE Readme + license 2022-12-07 00:01:35 -04:00
README.md Readme + license 2022-12-07 00:01:35 -04:00
settings.gradle Update name 2022-12-06 23:05:33 -04:00

Lantau

Lantau is an android file compressor, mainly to be used with social networks like Discord, which impose file limits.

How to use

After installing, click the plus icon in the top right, you will then be prompted to select a file. Select any video file, and it will be compressed to a size under your selected size in the settings.

You can share the file by going to the completed tab and clicking the share icon (three connected dots). You will then be prompted to share the file with any app that can handle mp4 files.

How it works

The app uses FFmpeg-Kit to compress the video, no cloud services, only your local device.

Why the name?

The name comes from the founder of the FFmpeg project, Fabrice Bellard, who is used the pseudonym "Lantau" at the time.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details