bytedeco/javacv

Do you support rubberband filter?

Open

#2,130 建立於 2023年11月20日

在 GitHub 查看
 (7 留言) (0 反應) (0 負責人)Java (1,583 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (6,985 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

String ffmpeg = Loader.load(org.bytedeco.ffmpeg.ffmpeg.class);
ProcessBuilder processBuilder = new ProcessBuilder(ffmpeg, "-i", "1.mp3");

but, I have found that this ffmpeg does not support rubberband filters. May I know what to do

I need to use this filter to change the pitch of the audio

https://ffmpeg.org/ffmpeg-filters.html#rubberband

貢獻者指南