bytedeco/javacv

Dynamically change the configuration of FFmpegFrameFilter?

Open

#1,934 opened on Nov 11, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I want to control the audio volume during playback. I found that the ffmpeg filter has a volume function, but it seems that the FFmpegFrameFilter cannot change the volume property after start(), because I need to adjust the volume in real time. What should I do

Contributor guide