bytedeco/javacv

ffmpeg Frame Grabber is crashing on Corrupt Videos.

Open

#991 opened on May 10, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
bughelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi. The crash issue happened again on the corrupt videos. user has many corrupt videos recovered from the hard drive through recovery software, There are 12 instances of the frameGrabber are running at the same time.

I have check though the crash occurred when calling the setTimeMethod() org.bytedeco.javacv.FFmpegFrameGrabber.setTimestamp(J)V+11

I was thinking to use multiprocessing instead of multithreading to handle the crash issue but worried about resource usage. Any experts thought on the crash issue? Thank you.

hs_err_pid4912.log

Contributor guide