Search code examples
javaimagevideoquicktimemov

How can I convert image sequence to quicktime movie?


I have been searching on this. I Need to build an independent utility that should:

  • Convert image sequence to .mov format
  • Take input from user and display it inside the mov.

I plan to do this using Java since this is a cross platform language.

How to do it?


Solution

  • See JpegImagesToMovie.java it requires the x-plat version of the JMF (or more importantly jmf.jar).

    For a more modern alternative, look to JFFMPEG (JMF with more formats & encodings).