Page 1 of 1

libavcodec is written in C; available in Java?

Posted: 09 Apr 2007 17:52
by belsasar
Hey there,
I am putting together a player in Java but am running into a wall where decoding flv files is concerned. I've come across the libavcodec library which offers support for this sort of operation but everything else I've written is in C. I've considered using the JNI to communicate between the two but I don't know if that is preferred to just rewriting the vp6.c stuff for C back in Java. Any ideas? Has this problem been solved before? And, if so, did it turn out to be the best way to do this?

thanks.

Posted: 09 Apr 2007 19:25
by marcuschan
have u checked using jvlc ??