Questions tagged [chromakey]

The technique has been used in many fields to remove a background from the subject of a photo or video – particularly the newscasting, motion picture, and video game industries. A color range in the foreground footage is made transparent, allowing separately filmed background footage or a static image to be inserted into the scene. The chroma keying technique is commonly used in video production and post-production. This technique is also referred to as color keying, colour-separation overlay (CSO; primarily by the BBC), or by various terms for specific color-related variants such as green screen, and blue screen – chroma keying can be done with backgrounds of any color that are uniform and distinct, but green and blue backgrounds are more commonly used because they differ most distinctly in hue from most human skin colors. No part of the subject being filmed or photographed may duplicate the color used as the backing.

It is commonly used for weather forecast broadcasts, wherein a news presenter is usually seen standing in front of a large CGI map during live television newscasts, though in actuality it is a large blue or green background. When using a blue screen, different weather maps are added on the parts of the image where the color is blue. If the news presenter wears blue clothes, his or her clothes will also be replaced with the background video. Chroma keying is also common in the entertainment industry for visual effects in movies and video games.

87 questions
2
votes
2 answers

iOS postprocessing - overlay timestamp to video and export

I am working on an application where video and time/GPS/accelerometer data is simultaneously recorded to separate files. I can play the video and have my overlay appear perfectly in realtime, but I cannot simply export this. I am wanting to…
Talic
  • 21
  • 3
2
votes
0 answers

How to start developing plugin for Apple's multimedia products , such as iMovie, iLife etc?

Here is one sample product iMovie plug-in for Chroma Key I want to get some advice or suggest from people who had real experience on apple product plugin development.
Forrest
  • 579
  • 2
  • 9
  • 16
2
votes
1 answer

Advanced chroma key code samples

I'm working on an application that needs to key out the background from an image taken by a webcam in front of a green screen. I figured this would be a very common task, but to my surprise i'm having trouble finding code samples for anything more…
2
votes
0 answers

Green Screen Image Processing Chroma Key Live Video

Possible Duplicate: avassetwriter with greenscreen or chromakey I am trying to make an IOS application that is able to take the live video feed from the camera and implement a green screen/chroma key effect. I have seen some methods, but they…
2
votes
4 answers

Set transparent color in android webview

How to set transparent color in android webview?
test
How can I make black color to be transparent for the whole page (like chromakey)?
VaMpir
  • 61
  • 2
  • 6
1
vote
1 answer

avassetwriter with greenscreen or chromakey

Is it possible to composite green screen images -- an animated actor against a green background, with a backdrop photo and make a video of that using avassetwriter on the iPhone. I have an application that creates a sequence of screenshots of an…
techdog
  • 1,451
  • 3
  • 19
  • 38
1
vote
1 answer

Chroma key software (script)

I have thousands of small videos in HDTV quality. All with green chroma key. I need to change green colour for a static image (company logos). There are several softwares that can change chroma key, but they are only one by one file. This will take…
Noda Caju
  • 13
  • 3
1
vote
1 answer

ChromaKey filter not filtering desired color CIImage

I am trying to make some colors of the image transparent. Below are the images that I have. Lets say that I want to remove the bold red color from the image and have it transparent. I am viewing my image as PDF, therefore the transparent color would…
Jason Krowl
  • 84
  • 2
  • 15
1
vote
1 answer

Cant draw video on canvas in ReactJs

I am trying to draw the video frames on canvas in react basically something which is already done in vanilla java script into react little differently. vanilla js code:
1
vote
2 answers

How to trim out a green screen and crop an image as fast as possible?

So I've been trying to remove the green screen, and crop, and I've had success, however, it is pretty slow, especially when I'm trying to use it on hundreds of pictures. I am not very familiar with image processing or PIL libraries, so I would love…
Anonymous
  • 528
  • 3
  • 17
1
vote
1 answer

8thWall - Thumbnail Image Black When Using Chromakey Shader

I'm new to using 8thWall and been adapting the Image Targets Flyer from the 8thWall library as a starting point for my own project. I'm noticing that when I add a Chromakey shader to the a-entity tag, the initial thumbnail image is always rendered…
SurinderBhomra
  • 2,169
  • 2
  • 24
  • 49
1
vote
1 answer

Porting ShaderToy Chromakey example to P5.js

I’m try to porting the shadertoy chromakey example to p5 with webcam as video source. After many time reading documentations of shaders, my code seems not working. I need some help. I followed this guide to port the code for the p5 Fragment shader…
Henrique Barone
  • 143
  • 2
  • 11
1
vote
0 answers

grayscale chromakey swift

I wanted to change all the white background of a grayscale line art to transparent, using swift. I implemented RGB chromakey document for swift: https://developer.apple.com/documentation/coreimage/applying_a_chroma_key_effect The hue range was…
Say
  • 74
  • 6
1
vote
0 answers

Needs to get rid off green background (to make it transparent) of video

We have a video provided with green background (Chroma Key) and it needs to be transparent. I am new to chroma key and video editing, doesn't know much about this. My requirement is making the video transparent to use it on web page using PHP…
M.Bains
  • 395
  • 1
  • 2
  • 14
1
vote
0 answers

Chroma Key replace green color part with another image using FFMPEG

Chroma Key Image I want to replace green color of the above chromekey image with another image. The image should only replace with the green color not overlay entire image. I am using following sample command below but it overlay the entire image…