help wantedquestion
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
We noticed that javacv's grab (method of ffmegframegrabberr) base on ffmpeg and running on x86 . But our hardware is runnig on ARM, when we try to use grab to decode image ,it'll spend about 30s,which is too slow. The Hardware manufacturer has their own packaged ffmpeg (support c/python),which only cost 1s to docode per image. So,is there the way that we can use manufacturer's packaged ffmpeg by java,to improve the decode efficiency。