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