The JAVE (Java Audio Video Encoder) library is a Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE to transcode audio and video files from one format to another. For example, you can transcode an AVI file to an MPEG one, you can separate and transcode audio and video tracks, and you can resize videos, changing their sizes and proportions. Many other formats, containers, and operations are supported by JAVE.
| Tags | multimedia Sound/Audio Conversion Video Software Development Libraries Java Libraries |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | OS Independent |
| Implementation | Java |