-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Do you support rubberband filter? #2130
Comments
Please update the cppbuild.sh file: |
I'm not very clear about what you mean. Do I need to modify the parameters and compile them myself? Could you please provide me with detailed instructions |
You can check this pull bytedeco/javacpp-presets#1427 for an example of that, do something like that. |
bytedeco/javacpp-presets/pull/1439 |
You can build it locally on your machine: https://github.com/bytedeco/javacpp-presets#build-instructions |
I am not very familiar with the compilation of C++. Can you help me compile one that supports ruberband? Thank you very much |
If you have a version of FFmpeg installed on your system that does what you want, you should be able to use it by compiling the presets with a command like |
I want to execute the ffmpeg command in Android. I have introduced the Javacv ffmpeg library in the project, and I used the following method to call the ffmpeg command
but, I have found that this ffmpeg does not support
rubberband
filters. May I know what to doI need to use this filter to change the pitch of the audio
https://ffmpeg.org/ffmpeg-filters.html#rubberband
The text was updated successfully, but these errors were encountered: