Skip to content

Commit 7051175

Browse files
committed
docs: clean up README, remove unnecessary content
1 parent b3a69fb commit 7051175

1 file changed

Lines changed: 49 additions & 39 deletions

File tree

README.md

Lines changed: 49 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,75 @@
1-
# <p align="center">AV Editor</p>
1+
# AV Editor
22

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

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
66

7-
&nbsp;
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
814

9-
<p align="center">Official Repository: <a href="https://github.com/CodeShipping/AV-Editor">CodeShipping</a></p>
15+
## Screenshots
1016

11-
&nbsp;
17+
[Add screenshots here]
1218

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
2420

25-
&nbsp;
21+
Available on Google Play Store (coming soon)
2622

27-
## <p align="center">Technical Details</p>
23+
## Building from Source
2824

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+
3429

35-
&nbsp;
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+
```
3637

37-
## <p align="center">Attribution</p>
38+
### Build Release
39+
```bash
40+
flutter build apk --flavor production --release -t lib/main_production.dart
41+
```
3842

39-
This app is a modified version of **VSound** created by **BBK Development**.
43+
## Attribution
4044

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

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
4449

45-
&nbsp;
50+
See [NOTICE](NOTICE) for detailed attribution and modifications.
4651

47-
## <p align="center">Privacy & Terms</p>
52+
## License
4853

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**.
5055

51-
&nbsp;
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
5260

53-
[<p align="center">Terms & Conditions</p>](https://codeshipping.org/apps/aveditor/terms-and-conditions)
61+
See [LICENSE](LICENSE) for full terms.
5462

55-
&nbsp;
63+
## Contributing
5664

57-
## <p align="center">License</p>
65+
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
5866

59-
This project is licensed under GPL v3. See LICENSE file for details.
67+
## Contact
6068

61-
&nbsp;
69+
- **Email:** contact@codeshipping.org
70+
- **Issues:** [GitHub Issues](https://github.com/CodeShipping/AV-Editor/issues)
71+
- **Original Author:** BBK Development (hello@bbkdevelopment.com)
6272

6373
---
6474

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

Comments
 (0)