View Full Version : makeing a divx player in java plz help


buzzby
30th April 2003, 10:31
as the title says i am trying to use the Java Media Framework to write a divx player but i doesn't seem to be able to play divx's.

does any one know how i can access the divx codec from within the JMF?

thank you for you time.


Buzz

Ookami
30th April 2003, 11:33
http://forum.doom9.org/forum-rules.htm

Please, follow them as I've wasted my time to move the thread only to notice that I've replied to a similar thread in the development forum.

Thanks :) .

mtc
17th May 2003, 03:40
Hi,

I don't know if this helps or not, but accroding to this thread:

http://forums.projectmayo.com/viewtopic.php?topic=3710&forum=3

if u installed JMF with all Dlls in WinDoze, then JMF is able to read DivX Movie and it can even encode them.

And you've probably know about his already, but the JFM programmers guide has info on implementing new codec etc.

http://java.sun.com/products/java-media/jmf/2.1.1/guide/

spyder
18th May 2003, 07:33
You can always just write a JNI wrapper for the codecs :)