Hi guys, I have a problem, when recording the decklink duo 2 input the video comes out with a x2 or x3 speed, it doesn’t come out normal, I use the 1080i5994 format.
When I use that format above the video has that problem but when I use 720i5994 it records normal, but I need it to be 1080i5994. any ideas? I’ll leave my configuration below.
Configuration Casparcg latest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<log-level>info</log-level>
<paths>
<media-path>C:/media/</media-path>
<log-path>log/</log-path>
<data-path>data/</data-path>
<font-path>font/</font-path>
<template-path>template/</template-path>
</paths>
<lock-clear-phrase>secret</lock-clear-phrase>
<channels>
<channel>
<video-mode>1080i5994</video-mode>
<producers>
<decklink>
<device>1</device>
<embedded-audio>true</embedded-audio>
</decklink>
</producers>
</channel>
</channels>
<controllers>
<tcp>
<port>5250</port>
<protocol>AMCP</protocol>
</tcp>
</controllers>
<amcp>
<media-server>
<host>localhost</host>
<port>8000</port>
</media-server>
</amcp>
<osc>
<default-port>6250</default-port>
<disable-send-to-amcp-clients>false</disable-send-to-amcp-clients>
<predefined-clients />
</osc>
</configuration>
Casparcg-connection
PLAY
await cg.executeCommand({
command: Commands.PlayDecklink,
params: { channel: 1, layer: 1, device: 1 },
})
ADD
await cg.executeCommand({
command: Commands.Add,
params: {
channel: 1,
consumer: 'FILE',
parameters: 'C://media//prueba.mxf -c:v mpeg2video -pix_fmt yuv422p -c:a pcm_s16le -ac 2',
},
})