Skip to content

Commit 26bb9f9

Browse files
committed
Add Compatibility section to README
Document supported Java versions (11, 17, 21), FFmpeg versions (5.x+), and OS compatibility. Fixes #31
1 parent 5345864 commit 26bb9f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ We currently support Java 11 and above. Use Maven to install the dependency.
2626
</dependency>
2727
```
2828

29+
## Compatibility
30+
31+
- **Java**: 11 and above (tested on JDK 11, 17, and 21).
32+
- **FFmpeg**: Any reasonably modern version of FFmpeg should work (5.x, 6.x, 7.x, etc.). The library generates command-line arguments, so compatibility depends on which FFmpeg features you use.
33+
- **OS**: Pure Java — runs anywhere Java and FFmpeg are available (Linux, macOS, Windows).
34+
2935
## Usage
3036

3137
### Video Encoding

0 commit comments

Comments
 (0)