We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello i cannot add this argument
recorder.setPixelFormat(avutil.AV_PIX_FMT_YUV420P);
because cannot resolve avutil
this is my build gradle ( android )
The text was updated successfully, but these errors were encountered: