Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMF replacement

JMF is old, and doesn't support a lot of codecs properly. I get by these days by using FFMPEG in the background, but I would like to switch to a native java solution if one exists, does anyone know of a current open source Java project that has media manipulation functionality?

like image 497
shipmaster Avatar asked Oct 07 '09 01:10

shipmaster


Video Answer


1 Answers

While not 100% native, you could also use Xuggler. It's an open-source (LGPL) wrapper that runs FFmpeg inside Java so you don't have to shell out, and is used by over 250 developers already today.

like image 132
Art Clarke Avatar answered Sep 28 '22 03:09

Art Clarke