It's conceivable that type of data source is not supported by your current software:
"NoProcessorException - Thrown if a Processor can't be created"
Main Topics
Browse All TopicsHi experts,
I am facing a problem with jmf merger datasource
The code works fine for recording audio and converting jpg images to .mov but when i try to create a merger datasink to integrate sound with the images, it gives the exception NoProcessorFound
where am i doing it wrong?
here is the code snipplet.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
stack trace is:
javax.media.NoProcessorExc
at javax.media.Manager.create
at javax.media.Manager.create
at JpegImagesToMovie.doIt(Jpe
at JpegImagesToMovie.main(Jpe
the value of dsd at line 4 is:
com.ibm.media.protocol.Mer
Is there a way to integrate sound and images into a movie using jmf?
i.e sound from mic and images from a buffer?
Why exactly are you creating a Processor like that?
See the following example
http://java.sun.com/javase
Otherwise you may be better off looking at using QuickTime
http://developer.apple.com
I tried the Example with
String [] args1=new String []{"Sunset.jpg","Water.jpg
String [] args1=new String []{"z.avi","test.avi"};
String [] args1=new String []{"z.avi","test.wav"};
String [] args1=new String []{"z.mov","test.avi"};
all the trials gave error
Failed to create a processor: javax.media.NoProcessorExc
Java Result: -1
Business Accounts
Answer for Membership
by: humanonomicsPosted on 2008-06-21 at 03:13:37ID: 21837047
2 things,1) whats the value of dsd at the line number 5 ?
2) can you print the stack trace in here as well ?