VideoCutter is a focused video trimmer and clip maker app built natively for Android.
Quickly trim video files into lossless clips on your mobile device.
- Video Trimming: Select a video and precisely cut out the exact segment you need.
- Fast Export: Save trimmed clips efficiently in MP4 format.
- Modern Android Stack: Kotlin codebase utilizing modern Android development practices.
- Simple UI/UX: Designed to be straightforward and user-friendly for quick video editing.
- Language: Kotlin
- Build System: Gradle (Kotlin DSL
build.gradle.kts) - Platform: Android
-
Download latest APK from Releases to an Android device.
-
Open APK file to install.
-
Done! Open VideoCutter app to start trimming videos.
To build and run this project locally, you will need Android Studio installed on your machine.
- Android Studio (Latest stable version recommended)
- Android SDK
- JDK 17 (or compatible version used by the Gradle daemon)
-
Clone the repository:
git clone [https://github.com/mvxGREEN/VideoCutter.git](https://github.com/mvxGREEN/VideoCutter.git)
-
Open the project:
- Launch Android Studio.
- Select Open and navigate to the cloned
VideoCutterdirectory.
-
Sync Gradle:
- Wait for Android Studio to download the necessary dependencies and sync the project.
-
Run the app:
- Connect an Android device via USB (with USB Debugging enabled) or start an Android Emulator.
- Click the Run button (green play icon) in the Android Studio toolbar.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.
This project is released under the WTFPL (Do What The F*ck You Want To Public License).
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
See the LICENSE file for more details.
Created by @mvxGREEN




