Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find avutil #2268

Open
openmotion opened this issue Aug 8, 2024 · 0 comments
Open

cannot find avutil #2268

openmotion opened this issue Aug 8, 2024 · 0 comments

Comments

@openmotion
Copy link

hello i cannot add this argument

recorder.setPixelFormat(avutil.AV_PIX_FMT_YUV420P);

because cannot resolve avutil

this is my build gradle ( android )

implementation group: 'org.bytedeco', name: 'javacv', version: '1.5.7'

implementation group: 'org.bytedeco', name: 'javacpp', version: '1.5.7'
implementation group: 'org.bytedeco', name: 'javacpp', version: '1.5.7', classifier: 'android-arm64'

implementation group: 'org.bytedeco', name: 'ffmpeg', version: '5.0-1.5.7'
implementation group: 'org.bytedeco', name: 'ffmpeg', version: '5.0-1.5.7', classifier: 'android-arm64'

implementation group: 'org.bytedeco', name: 'ffmpeg-platform', version: '5.0-1.5.7'
implementation group: 'org.bytedeco', name: 'ffmpeg-platform', version: '5.0-1.5.7', classifier: 'android-arm64'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants