alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Recycling IPacket produces FFMPEG errors #215

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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