Skip to content

Commit a5b32bc

Browse files
committed
2 parents 9d58fb0 + 59f1528 commit a5b32bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@
88

99
CodecMedia is a Java library for media probing, validation, metadata persistence (embedded WAV/AIFF/MP3 where supported with sidecar fallback for other formats), audio extraction, playback workflow handling, and conversion routing.
1010

11-
1211
<p align="center">
1312
<img src="https://codecmedia.tamkungz.me/CodecMedia_Full_Logo.png" width="70%" alt="CodecMedia Logo">
1413
</p>
1514

15+
## What can you do with CodecMedia?
16+
17+
- Extract audio from video in 3 lines
18+
- Validate media files before upload
19+
- Read metadata (duration, bitrate, format)
20+
- Build media pipelines in pure Java
21+
1622
## Approaches
1723
- Zero-Dependency
1824
- Self-Contained

0 commit comments

Comments
 (0)