bytedeco/javacv

Record Activity - How to apply color key filter for FFmpegFrameRecorder

Open

#1207 aperta il 17 mag 2019

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Java (1583 fork)batch import
help wantedquestion

Metriche repository

Star
 (6985 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor