Skip to content

Commit 2918f01

Browse files
committed
2 parents 42a848d + c4852cc commit 2918f01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CodecMedia is a Java library for media probing, validation, metadata sidecar per
3636
- MOV (QuickTime container parsing)
3737
- MP4 (basic ISO BMFF parsing)
3838
- WebM (EBML container parsing)
39-
- Validation with size limits and strict parser checks for MP3/OGG/WAV/PNG/JPEG/WebP/BMP/TIFF/HEIC/HEIF/AVIF/MOV/MP4/WebM
39+
- Validation with size limits and strict parser checks for MP3/OGG/WAV/AIFF/FLAC/PNG/JPEG/WebP/BMP/TIFF/HEIC/HEIF/AVIF/MOV/MP4/WebM
4040
- MOV/MP4/WebM probe tags now include richer video metadata when present (for example `displayAspectRatio`, `bitDepth`, `videoBitrateKbps`, `audioBitrateKbps`)
4141
- Metadata read/write with sidecar persistence (`.codecmedia.properties`)
4242
- In-Java extraction and conversion file operations
@@ -73,7 +73,7 @@ CodecMedia is a Java library for media probing, validation, metadata sidecar per
7373
## Build
7474

7575
```bash
76-
mvn clean test
76+
mvn clean verify
7777
```
7878

7979
## Fixture-Driven Tests
@@ -112,4 +112,3 @@ This project is licensed under the Apache License 2.0.
112112
---
113113

114114
*by TamKungZ_*
115-

0 commit comments

Comments
 (0)