Skip to content

mvxGREEN/VideoCutter

Repository files navigation

Cutter Round App Icon

VideoCutter 🎞️✂️

Build Status License: WTFPL Language: Kotlin Platform: Android

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.

📸 Screenshots

              

✨ Features

  • 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.

🛠️ Tech Stack

  • Language: Kotlin
  • Build System: Gradle (Kotlin DSL build.gradle.kts)
  • Platform: Android

⚡️ Quick Start App

  1. Download latest APK from Releases to an Android device.

  2. Open APK file to install.

  3. Done! Open VideoCutter app to start trimming videos.

💻 Build App from Source Code

To build and run this project locally, you will need Android Studio installed on your machine.

Prerequisites

  • Android Studio (Latest stable version recommended)
  • Android SDK
  • JDK 17 (or compatible version used by the Gradle daemon)

Installation

  1. Clone the repository:

    git clone [https://github.com/mvxGREEN/VideoCutter.git](https://github.com/mvxGREEN/VideoCutter.git)
  2. Open the project:

    • Launch Android Studio.
    • Select Open and navigate to the cloned VideoCutter directory.
  3. Sync Gradle:

    • Wait for Android Studio to download the necessary dependencies and sync the project.
  4. 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.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.

📄 License

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