The JAVE2 (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project. Developers can take take advantage of JAVE2 to transcode audio and video files from a format to another. In example you can transcode an AVI file to a MPEG one, you can change a DivX video stream into a (youtube like) Flash FLV one, you can convert a WAV audio file to a MP3 or a Ogg Vorbis one, you can separate and transcode audio and video tracks, you can resize videos, changing their sizes and proportions and so on. Many other formats, containers and operations are supported by JAVE2.
Requirements
JAVE2 requires a J2SE environment 1.4 or later and a Windows or Linux OS on a i386 / 32 bit or amd64 / 64 bit hardware architecture. JAVE2 can also be easily ported to other OS and hardware configurations, see the JAVE2 manual for details.
License
JAVE2 is Free Software and it is licensed under GPL (you will find a copy of the license bundled into the downloadable software distribution).
Feedback
You can send comments and requests to [email protected]
Credits
Jave2 is based on the jave version from Carlo Pelliccia The original project page with source code can be found here: