Open Mohammed3194 opened 5 years ago
What happens?
What happens?
I am able to record the video after applying the filter (filterString = "colorkey=#3BBD1E:0.33:0.23") But, while recording the video, If i face camera towards a green screen camera does not make green color as transparent. It will capture green color also. My requirement is too make the green portion transparent when i face the camera to green screen/objects.
Try to increase the "similarity" option.
Try to increase the "similarity" option.
Okay, i will try doing that and update you
Try to increase the "similarity" option.
Okay, i will try doing that and update you
@saudet, I tried changing filterString by (filterString = "colorkey=#3BBD1E:0.43:0.33") There is no change while recording the video and also in output file
And, i am following the same code of URL https://github.com/bytedeco/javacv/blob/master/samples/RecordActivity.java And have just changed the filterString in the code with this (filterString = "colorkey=#3BBD1E:0.43:0.33")
Please help me out in resolving this
I am facing same issue applying filter. No change is applied. Kindly help soon.
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