English
Android Video Trimmer is a powerful open-source video processing tool designed specifically for the Android platform. In an Android ecosystem where video editing applications are scarce, this project aims to provide an efficient and user-friendly solution for video trimming and compression.
- 🎬 Precise video trimming
- 🗜️ Efficient video compression
- 📊 Customizable compression parameters
- 🖼️ Video frame preview
- 📱 User-friendly interface
- FFmpeg: Core video processing
- Loader/ContentProvider: Video resource acquisition
- VideoView: Video playback
- RecyclerView: Frame image display
- MediaMetadataRetriever: Video frame extraction
- Custom Views: Enhanced user interface
- Clone the repository: git clone https://github.com/iknow4/Android-Video-Trimmer.git
- Open the project in Android Studio
- Sync Gradle files
- Run the app on your device or emulator
- Launch the app and grant necessary permissions
- Select the video you want to edit
- Use the interface tools to trim the video
- Set compression parameters (optional)
- Start processing and wait for completion
Note: Processed videos will be saved in the Android/data/[package_name]/cache
folder.
- Advanced compression algorithm optimization
- Add video filters and effects
- Support for more video formats
- Batch processing functionality
- Cloud storage integration
We welcome contributions of any kind! Here's how you can contribute:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- 📧 Email: who_know_me@163.com
- 💬 WeChat: 516799851
This project is licensed under the MIT License. See the LICENSE file for more information.
If you find this project helpful, please consider giving it a ⭐️ Star and Fork! Your support drives our continuous improvement!
Original Author: iknow4x
中文
Android Video Trimmer 是一个强大的开源视频处理工具,专为Android平台设计。在视频编辑应用匮乏的Android生态系统中,本项目旨在提供高效、易用的视频裁剪和压缩解决方案。
- 🎬 精确视频裁剪
- 🗜️ 高效视频压缩
- 📊 自定义压缩参数
- 🖼️ 视频帧预览
- 📱 友好的用户界面
- FFmpeg: 视频处理核心
- Loader/ContentProvider: 视频资源获取
- VideoView: 视频播放
- RecyclerView: 帧图片展示
- MediaMetadataRetriever: 视频帧提取
- 自定义View: 交互界面优化
- 克隆仓库: git clone https://github.com/iknow4/Android-Video-Trimmer.git
- 在Android Studio中打开项目
- 同步Gradle文件
- 运行应用在您的设备或模拟器上
- 启动应用,授予必要权限
- 选择需要编辑的视频
- 使用界面工具进行视频裁剪
- 设置压缩参数(可选)
- 开始处理并等待完成
注意: 处理后的视频将保存在 Android/data/[包名]/cache
文件夹中。
- 高级压缩算法优化
- 添加视频滤镜和特效
- 支持更多视频格式
- 批量处理功能
- 云端存储集成
我们欢迎任何形式的贡献!以下是您可以参与的方式:
- Fork 本项目
- 创建您的特性分支 (
git checkout -b feature/AmazingFeature
) - 提交您的更改 (
git commit -m 'Add some AmazingFeature'
) - 推送到分支 (
git push origin feature/AmazingFeature
) - 打开一个 Pull Request
- 📧 Email: who_know_me@163.com
- 💬 WeChat: 516799851
本项目采用 MIT 许可证。查看 LICENSE 文件以获取更多信息。
Original Author: iknow4x