CasparCG / server

CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
GNU General Public License v3.0
911 stars 268 forks source link

Mixer fill, Mixer clip and route on CasparCG 2.3 #1274

Open STL1811 opened 4 years ago

STL1811 commented 4 years ago

The behavior changed between CasparCG 2.0.7 and CasparCG 2.3. In CasparCG 2.3 Mixer clip command disappears after routing the channel. To reproduce this issue :

play 1-1 amb loop play 2-100 route://1 mixer 1-1 clip 0.5 0 1 1 MIXER 2-100 FILL 0.5 0.5 0.5 0.5 1

First, the result with CasparCG 2.0.7: image

The, the result with CasparCG 2.3 (clip desappeared on second channel):

image

Thank you for your help.

dotarmin commented 4 years ago

@STL1811, thanks for reporting this. Can you provide us with information such as what commit you're using and what OS you're sitting on.

Thanks /Armin

STL1811 commented 4 years ago

Please find informations below : Windows 10 Enterprise Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Physical Threads: 12 CasparCG Server 2.3.0 b728d299 Dev (build date ; 30/03/2020) Initialized OpenGL 4.5.0 NVIDIA 419.45 NVIDIA Corporation D3D11: Selected adapter: NVIDIA GeForce GTX 1050

Tell me if you need other informations. Thanks

dotarmin commented 4 years ago

Thanks 😊

ducthiem90 commented 4 years ago

play 1-1 amb loop play 2-100 route://1 mixer 1-1 clip 0.5 0 1 1 MIXER 2-100 FILL 0.5 0.5 0.5 0.5 1

try: play 1-1 amb loop play 2-100 route://1 mixer 1-1 clip 0.5 0 1 1 MIXER 2-100 FILL 0.5 0.5 0.5 0.5 DEFER MIXER 2-100 CLIP 0.5 0.5 0.5 0.5 DEFER MIXER 2-100 COMMIT

STL1811 commented 4 years ago

Actually, but this sequence of commands is a way to reproduce the behaviour. In my workflow, MIXER CLIP can change on channel 1. And with CasparCG 2.0.7, I didn't need to copy the MIXER CLIP command to the Channel 2. So, if this can't be fixed, I'll change to take this into account. But if CasparCG can be fixed, it will be easier.

Thanks.

ducthiem90 commented 4 years ago

Actually, but this sequence of commands is a way to reproduce the behaviour. In my workflow, MIXER CLIP can change on channel 1. And with CasparCG 2.0.7, I didn't need to copy the MIXER CLIP command to the Channel 2. So, if this can't be fixed, I'll change to take this into account. But if CasparCG can be fixed, it will be easier.

Thanks.

I understand. I know where the problem is but I don't have a solution yet. Wait @Julusian or another

STL1811 commented 4 years ago

Thank you for your advise and your endeavor.