On some platforms reusing an IPacket object produces FFMPEG errors like this:
2009-09-28 12:43:04,599 [main] ERROR org.ffmpeg - [mpeg4 @ 0x5beca9f0]
slice end not reached but screenspace end (-9 left 84CE4F, score= -2377)
2009-09-28 12:43:04,634 [main] INFO org.ffmpeg - [mpeg4 @ 0x5beca9f0]
concealing 300 DC, 300 AC, 300 MV errors
the issue was raised here:
http://groups.google.com/group/xuggler-users/browse_thread/thread/958615fcfad8ff
77
and sample code can be found here:
http://dl.getdropbox.com/u/2205445/issueData/215/DecodeAndCaptureFrames.java
and a sample input file can be found here:
http://dl.getdropbox.com/u/2205445/issueData/215/55MVid.mp4
the error was NOT reproduces on Mac OS.
Original issue reported on code.google.com by tre...@gmail.com on 30 Sep 2009 at 4:45
Original issue reported on code.google.com by
tre...@gmail.com
on 30 Sep 2009 at 4:45