bytedeco/javacv

how to load native ffmpeg

Open

#1,874 opened on Aug 22, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
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。

Contributor guide