bytedeco/javacv

Record Activity - How to apply color key filter for FFmpegFrameRecorder

Open

#1,207 建立於 2019年5月17日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Java (1,583 fork)batch import
help wantedquestion

倉庫指標

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

描述

Hi @saudet @lfdversluis @pachev , I am following this Url to capture the video to remove Green(Chroma key effect) - https://github.com/bytedeco/javacv/blob/master/samples/RecordActivity.java

To record the video by applying ffmpeg color key filter as filterString = "colorkey=#3BBD1E:0.33:0.23"; But, unable to apply the filter while recording the video Please help me, if i am going wrong in filter command

貢獻者指南