GMU:Dataflow/Jam session/Kei Kitamura: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 9: Line 9:
<br>
<br>


==File==
==Files==
The max patch can be downloaded from here;<br>
The max patch can be downloaded from here;<br>
[[Media:Pixel_sampling_test_02.maxpat]]<br>
[[Media:Pixel_sampling_test_02.maxpat]]<br>
Line 41: Line 41:
<br>
<br>
4.Chroma key<br>
4.Chroma key<br>
[[File: KK_dataflow_step4.png|200px|thumb|left]][[File: KK_chromakey.png|200px|thumb|left]]<br>
[[File: KK_dataflow_step4.png|200px|thumb|left]][[File: KK_dataflow_chromakey.png|200px|thumb|left]]<br>
The alpha channel of noise map is assigned for the alpha channel of a video from webcam.<br>
The alpha channel of noise map is assigned for the alpha channel of a video from webcam.<br>
Now the video is partially transparent.<br>
Now the video is partially transparent.<br>
Line 47: Line 47:
<br>
<br>
5.Transformation<br>
5.Transformation<br>
[[File: KK_dataflow_step5.png|200px|thumb|left]][[File: KK_dataflow_chromakey.png|200px|thumb|left]]<br>
[[File: KK_dataflow_step5.png|200px|thumb|left]][[File: KK_dataflow_offset.png|200px|thumb|left]]<br>
Final composition consists of a original video as a background, and two edited layer with external alpha channel.<br>
Final composition consists of a original video as a background, and two edited layer with external alpha channel.<br>
To deform the video, the edited two layer must be transformed.<br>
To deform the video, the edited two layer must be transformed.<br>
In this case, scale and offset is varied.<br>
In this case, scale and offset is varied.<br>
<br style="clear:both;">
<br>
6.Composition<br>
[[File: KK_dataflow_step3.png|200px|thumb|left]]<br>
Layers are composited with "jit.alphablend" node, so that the background video can be seen in the transparent area of upper layers.<br>
<br style="clear:both;">
<br style="clear:both;">
<br>
<br>


==Result==
==Result==
[[File: KK_dataflow_offset.png|200px|thumb|left]]<br>
[[File: KK_dataflow_overview.png|200px|thumb|left]]<br>
[[File: KK_dataflow_overview.png|200px|thumb|left]]<br>
[[File: KK_dataflow_result.png|200px|thumb|left]]<br>
[[File: KK_dataflow_result.png|200px|thumb|left]]<br>
<br style="clear:both;">
<br style="clear:both;">
<br>
<br>
==Photos==
<gallery>
File:Maria_IMG_1107.JPG
File:Maike_IMG_20170401_212748564.jpg
</gallery>

Latest revision as of 13:43, 3 July 2017

Concept

Flow of graphics

This is an experiment to change the texture of videos.
A video of audience, which comes from internal webcam of the computer, is transformed by external variables, which came from other Pure data / max patch.
The aim of this experiment is to represent a different impression while people see what they usually see in their life, by changing textures.
It is the first step of giving different look of texture by visual effects.


Files

The max patch can be downloaded from here;
Media:Pixel_sampling_test_02.maxpat

Also, here is the patch I used for osc communication with other patches
Media:OSC_Network.maxpat

Methods

1. Capture a video from the webcam


Using jit.brab object, the video from a webcam can be captured and integrated with other max objects.
The captured video is sent to jit.matrix object.
In the sample patch, a large toggle button in the center of the window activates this step.


2.Generate noise maps for masking


Next to the video capture part, there are some objects to generate a monochrome nonise texture.
jit.bfg object generates actual noise, and it enables to select several types of noise.
In this patch, a simplex noise is used, but there is another noise mask using curl noise in this patch to get more complexed result.


3.Select key color for masking


You can select a key color for chroma key with a window with red lines.
Either of black or white part of the noise map is selected, and the selected color becomes transparent.
The setting of key color is assigned for both two noise textures.


4.Chroma key


The alpha channel of noise map is assigned for the alpha channel of a video from webcam.
Now the video is partially transparent.


5.Transformation


Final composition consists of a original video as a background, and two edited layer with external alpha channel.
To deform the video, the edited two layer must be transformed.
In this case, scale and offset is varied.


6.Composition


Layers are composited with "jit.alphablend" node, so that the background video can be seen in the transparent area of upper layers.


Result





Photos