I have a problem on encoding my sequence of images to a video file from a local file location here is my error:

Exception in thread "main" java.lang.RuntimeException: Input stream index 1 has not been seen before, but the media header has already been written. To mask these exceptions call setMaskLateStreamExceptions() at com.xuggle.mediatool.MediaWriter.getStream(MediaWriter.java:1012) at com.xuggle.mediatool.MediaWriter.encodeVideo(MediaWriter.java:806) at Sample.main(Sample.java:84)

what seems to be the problem because i wanted to create a video from a sequence of images from my local file location not by screenshot

can anyone help me

link|improve this question
1  
will you post the code? Without code how to find the problem? – aneal Dec 3 '11 at 12:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.