|
1 | | -# <p align="center">AV Editor</p> |
| 1 | +# AV Editor |
2 | 2 |
|
3 | | -<p align="justify">AV Editor is a video audio editing app that can add audio to videos, remove audio from videos, adjust playback speed, and change video quality. All processing is done on-device and videos are saved directly to your gallery.</p> |
| 3 | +A simple, powerful video audio editor for Android. Add music to videos, remove audio, adjust speed, and change quality — all processed on-device with no watermarks. |
4 | 4 |
|
5 | | -<p align="justify">This is a modified version of VSound by BBK Development, rebranded and maintained by CodeShipping. The app is free, open-source (GPL v3), and ad-free.</p> |
| 5 | +## Features |
6 | 6 |
|
7 | | - |
| 7 | +- **Add/Replace Audio** — Add music or sound to any video |
| 8 | +- **Remove Audio** — Mute videos completely |
| 9 | +- **Speed Control** — 0.25x to 2.0x playback speed |
| 10 | +- **Quality Control** — Convert to 240p-2160p (4K) |
| 11 | +- **No Watermark** — Clean output videos |
| 12 | +- **Offline Processing** — Works without internet |
| 13 | +- **Save to Gallery** — Direct export to device storage |
8 | 14 |
|
9 | | -<p align="center">Official Repository: <a href="https://github.com/CodeShipping/AV-Editor">CodeShipping</a></p> |
| 15 | +## Screenshots |
10 | 16 |
|
11 | | - |
| 17 | +[Add screenshots here] |
12 | 18 |
|
13 | | -### Key Features |
14 | | -- Add audio/music to any video |
15 | | -- Review the video before processing |
16 | | -- Mute/remove audio from videos |
17 | | -- Change video playback speed (0.25x to 2.0x) |
18 | | -- Change output video quality (240p to 2160p/4K) |
19 | | -- Save processed videos to gallery |
20 | | -- Share videos anywhere |
21 | | -- No watermark on output videos |
22 | | -- Completely ad-free |
23 | | -- Works offline |
| 19 | +## Download |
24 | 20 |
|
25 | | - |
| 21 | +Available on Google Play Store (coming soon) |
26 | 22 |
|
27 | | -## <p align="center">Technical Details</p> |
| 23 | +## Building from Source |
28 | 24 |
|
29 | | -- **Package:** org.codeshipping.aveditor |
30 | | -- **License:** GPL v3 |
31 | | -- **Based on:** VSound by BBK Development |
32 | | -- **Processing:** FFmpeg |
33 | | -- **Platforms:** Android |
| 25 | +### Requirements |
| 26 | +- Flutter 3.13.5+ |
| 27 | +- Android SDK with API 36+ |
| 28 | +- Java 17+ |
34 | 29 |
|
35 | | - |
| 30 | +### Setup |
| 31 | +```bash |
| 32 | +git clone https://github.com/CodeShipping/AV-Editor.git |
| 33 | +cd AV-Editor |
| 34 | +flutter pub get |
| 35 | +flutter run --flavor development -t lib/main_development.dart |
| 36 | +``` |
36 | 37 |
|
37 | | -## <p align="center">Attribution</p> |
| 38 | +### Build Release |
| 39 | +```bash |
| 40 | +flutter build apk --flavor production --release -t lib/main_production.dart |
| 41 | +``` |
38 | 42 |
|
39 | | -This app is a modified version of **VSound** created by **BBK Development**. |
| 43 | +## Attribution |
40 | 44 |
|
41 | | -Original project: https://github.com/BBKDevelopment/VSound |
| 45 | +This project is a modified version of [VSound](https://github.com/BBKDevelopment/VSound) by BBK Development. |
42 | 46 |
|
43 | | -Licensed under GPL v3, which allows commercial use, modification, and distribution with the requirement that derivative works remain open source under the same license. |
| 47 | +**Original:** Copyright © 2021-2023 BBK Development |
| 48 | +**Modified:** Copyright © 2026 CodeShipping |
44 | 49 |
|
45 | | - |
| 50 | +See [NOTICE](NOTICE) for detailed attribution and modifications. |
46 | 51 |
|
47 | | -## <p align="center">Privacy & Terms</p> |
| 52 | +## License |
48 | 53 |
|
49 | | -[<p align="center">Privacy Policy</p>](https://codeshipping.org/apps/aveditor/privacy-policy) |
| 54 | +This project is licensed under **GNU General Public License v3.0**. |
50 | 55 |
|
51 | | - |
| 56 | +- ✅ Free to use, modify, and distribute |
| 57 | +- ✅ Commercial use allowed |
| 58 | +- ✅ Must remain open source (GPL v3) |
| 59 | +- ✅ Must provide source code to users |
52 | 60 |
|
53 | | -[<p align="center">Terms & Conditions</p>](https://codeshipping.org/apps/aveditor/terms-and-conditions) |
| 61 | +See [LICENSE](LICENSE) for full terms. |
54 | 62 |
|
55 | | - |
| 63 | +## Contributing |
56 | 64 |
|
57 | | -## <p align="center">License</p> |
| 65 | +Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. |
58 | 66 |
|
59 | | -This project is licensed under GPL v3. See LICENSE file for details. |
| 67 | +## Contact |
60 | 68 |
|
61 | | - |
| 69 | +- **Email:** contact@codeshipping.org |
| 70 | +- **Issues:** [GitHub Issues](https://github.com/CodeShipping/AV-Editor/issues) |
| 71 | +- **Original Author:** BBK Development (hello@bbkdevelopment.com) |
62 | 72 |
|
63 | 73 | --- |
64 | 74 |
|
65 | | -**Note:** You must publish the source code of this app if you distribute it, as required by GPL v3. |
| 75 | +**Note:** This app is GPL v3 licensed. Source code must be made available to users as required by the license. |
0 commit comments