Hey guys!
Chill! No, it's still a problem. It's also fairly urgent as well!
I downloaded the JMF sample, "JpegImagesToMov" - compiled, seemed fine. Then I ran it with this command:
-w 640 -h 480 -f 24 -o c:\tmp\OUTPUT.mov c:\tmp\cube_seq\cube_test.001.jpg
I got this error:
init:
deps-jar:
compile:
run:
- create processor for the image datasource ...
Setting the track format to: JPEG
- create DataSink for: c:\tmp\OUTPUT.mov
Cannot create the DataSink: javax.media.NoDataSinkException: Cannot find a DataSink for: com.sun.media.multiplexer.BasicMux$BasicMuxDataSource@186d4c1
Failed to create a DataSink for the given output MediaLocator: c:\tmp\OUTPUT.mov
BUILD SUCCESSFUL (total time: 0 seconds)
I'm quite happy to solve this problem on my own! Thanks for the kind offer though, but I can't accept it!
I think my main problem is that I'm new to Java, and I don't understand about converting an image to a byte array...
Hope you will be able to help!
Thanks!