-
hi everybody,
i have to develop dvd-playback-support to an existing JMF project. my project already uses jffmpeg.
my question is, how i can add support for CSS-protected VOB-files? a DeCSS-algorithm for java can easily be gained from the web, so i wouldn't have problems to implement this, if i'd know, where to put it.
on http://jffmpeg.sourceforge.net/formats.html i can read, that...
2008-07-17 14:57:51 UTC in JMF wrapper for ffmpeg
-
thanks you, ken and zac, for answering my request.
ken: i have the problem with both, JMF and FMJ. Manager.createProcessor(...) works with FMJ too. i can't see any difference between the output of both frameworks.
zac: i didn't ever heard of jogl, therefore i didn't try out. i just googled about it and found out, that jogl is an extern framework to use OpenGL with java. i don't know much...
2007-05-09 15:18:08 UTC in FMJ
-
hi everybody,
i have a question regarding JMF or FMJ. doesn't matter, what framework you are using, my program run with both, JMF or FMJ.
i wrote a simple videoplayer, that uses JMF (FMJ). instead of creating a Player-Object i use a Processor, because later, i want do draw messages on the video. the videos, i want to display by that player are all coded with XviD, 720x544, 25fps with audio...
2007-05-07 12:38:07 UTC in FMJ