Decklink Studio 4k Key/Fill

Ciao,
I would like to configure the decklink studio 4k with key and fill to use it with the atem dsk, how can I do?

Edit your casparcg.config along these lines:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<paths>
		<media-path>media\</media-path>
		<log-path>log\</log-path>
		<data-path>data\</data-path>
		<template-path>templates\</template-path>
		<thumbnails-path>thumbnails\</thumbnails-path>
	</paths>
	<mixer>
		<blend-modes>false</blend-modes>
		<straight-alpha>true</straight-alpha>
		<chroma-key>false</chroma-key>
		<mipmapping_default_on>false</mipmapping_default_on>
	</mixer>
	<template-hosts>
		<template-host>
			<video-mode>PAL</video-mode>
			<filename>cg20.fth.1080i5000</filename>
			<width>1024</width>
			<height>576</height>
		</template-host>
		<template-host>
			<video-mode>720p5000</video-mode>
			<filename>cg20.fth.1080i5000</filename>
			<width>1280</width>
			<height>720</height>
		</template-host>
	</template-hosts>
	<channels>
		<channel>
			<video-mode>1080i5000</video-mode>
			<straight-alpha-output>false</straight-alpha-output>
			<consumers>
				<decklink>
					<device>1</device>
					<embedded-audio>true</embedded-audio>
					<channel-layout>stereo</channel-layout>
					<latency>normal</latency>
					<keyer>external</keyer>
					<key-only>false</key-only>
					<buffer-depth>3</buffer-depth>
					<custom-allocator>true</custom-allocator>
				</decklink>            
			</consumers>
		</channel>
	</channels>
	<controllers>
		<tcp>
			<port>5250</port>
			<protocol>AMCP</protocol>
		</tcp>
	</controllers>
</configuration>

ciao,
i tried the configuration but I can’t see alpha channel.
I tried plug all cables of my decklink studio 4k and I see only fill
I tried to change setting “false” to “true” and I tried a mov file with alpha channel. I tried straight alpha mov and premultiplied alpha mov file

Can you suggest me?
Thanks

Aha, it’s a Studio 4K. As you can see from the tech specs of your card, it has only an single in- and output. So you will not be able to get a fill and a key out of this card.

ok,
do you know if decklink quad (1st version) can works? Or can we use more decklink cards together?
thankyou

The Decklink Quad does not have a hardware keyer and so it can be used, but key and fill will not always be in sync. That is the same problem with using multiple single channel cards. The best would be to use a Duo 2. It is cheaper than the Studio 4K and offers you two (!) channels of fill und key with hardware keyers on both.

Ok thanks, now I’m testing 2 Decklink Studio 4k … With fast transitions in alpha channel they remain in sync :relieved:

Ciao