bytedeco/javacv
View on GitHubDynamically change the configuration of FFmpegFrameFilter?
Open
#1,934 opened on Nov 11, 2022
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