when upgrade to 1.5.4 version, then block and no log output.
grabber = new FFmpegFrameGrabber(pis);
grabber.setFrameRate(25);
grabber.start();
i tried many times and it didn't work, it worked fine in 1.4.4 version, but 1.4.4 have OutOfMemoryError: Java heap space error.
Set the maximumSize to 0.
ok锛孖 try it, thank you for replying quickly
solved it, this is the problem.
Duplicate of #1304
Most helpful comment
solved it, this is the problem.