logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
afonia  
#1 Posted : Thursday, January 12, 2023 11:53:47 PM(UTC)
afonia

Rank: Member

Groups: Registered
Joined: 1/12/2023(UTC)
Posts: 16

Thanks: 4 times
Hi!

I know in vMix 25 there is a possibility to edit layer color in new COLOR tab.
But how to edit color in vMix 23? There is no such tab. Any suggestions? I know somehow people do it. For example, instead red I want to make green.
I need it for sports events to indicate teams colors. And this color should be shown in several inputs.

Thank you!

UserPostedImage
doggy  
#2 Posted : Friday, January 13, 2023 3:29:42 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,072
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 920 time(s) in 759 post(s)
Update vMix or check the forumas there have been many posts adressing this thing pre v25 as there are several solutuons/workarounds
afonia  
#3 Posted : Friday, January 13, 2023 8:07:44 PM(UTC)
afonia

Rank: Member

Groups: Registered
Joined: 1/12/2023(UTC)
Posts: 16

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post
Update vMix or check the forumas there have been many posts adressing this thing pre v25 as there are several solutuons/workarounds


I read a few dozens of topics with "layer color" search. Seems in v23 only script can help me (or prepaing 30 files with different pic colors), but I can't code ((
And I have no possibility to upgrade to v25, as it probably has stricter system requirements (and I am already on the edge, streaming from laptop 2 cameras with replays, 2 FULL HD streams and local FULL HD recording).

Thank you anyway!
doggy  
#4 Posted : Friday, January 13, 2023 8:14:08 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,072
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: afonia Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post
Update vMix or check the forumas there have been many posts adressing this thing pre v25 as there are several solutuons/workarounds


I read a few dozens of topics with "layer color" search. Seems in v23 only script can help me (or prepaing 30 files with different pic colors), but I can't code ((
And I have no possibility to upgrade to v25, as it probably has stricter system requirements (and I am already on the edge, streaming from laptop 2 cameras with replays, 2 FULL HD streams and local FULL HD recording).

Thank you anyway!


You sure ?

https://forums.vmix.com/...-color-change-using-data
thanks 1 user thanked doggy for this useful post.
afonia on 1/13/2023(UTC)
afonia  
#5 Posted : Friday, January 13, 2023 8:45:44 PM(UTC)
afonia

Rank: Member

Groups: Registered
Joined: 1/12/2023(UTC)
Posts: 16

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post


Hm, I read all comments in the thread in Youtube. I see many people don't understand how did you make it.


"create a fake rectangle by using a TextBlock filled with ASCII character 219"

Do you mean we should do like this?? Character 219 is Û. We need to copy ÛÛÛ in text block? Nothing happenes, in title editor I can only change color of text (ÛÛÛ), not of the block. Feel myself stupid :)))

UserPostedImage

afonia  
#6 Posted : Monday, January 16, 2023 8:30:01 PM(UTC)
afonia

Rank: Member

Groups: Registered
Joined: 1/12/2023(UTC)
Posts: 16

Thanks: 4 times
Waiting for reply please :)
doggy  
#7 Posted : Monday, January 16, 2023 9:00:08 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,072
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: afonia Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post


Hm, I read all comments in the thread in Youtube. I see many people don't understand how did you make it.


"create a fake rectangle by using a TextBlock filled with ASCII character 219"

Do you mean we should do like this?? Character 219 is Û. We need to copy ÛÛÛ in text block? Nothing happenes, in title editor I can only change color of text (ÛÛÛ), not of the block. Feel myself stupid :)))

UserPostedImage



ASCII 219 is block Character

https://theasciicode.com...cter-ascii-code-219.html
Peter1000  
#8 Posted : Monday, January 16, 2023 9:50:53 PM(UTC)
Peter1000

Rank: Advanced Member

Groups: Registered
Joined: 1/25/2019(UTC)
Posts: 284
Switzerland

Thanks: 16 times
Was thanked: 73 time(s) in 54 post(s)
enter "charmap" (without quotes) in the windows searchfield. this is a little windows font-preview app from where you can select a character and copy it into the clipboard.
there you will find in the ARIAL font the blockcharacter and also other symbols, like dots, arrows etc. which you can use in your titles and change colors of them, because they are fonts not symbols.
now you can change the color like this:
Code:
 API.Function("SetTextColour",Input:="smallresult.gtzip",SelectedName:="homecolor.Text",Value:="red")

or with argb values like this
Code:
 API.Function("SetTextColour",Input:="smallresult.gtzip",SelectedName:="homecolor.Text",Value:="aaFF0000")

another way is to upgrade for 60$ to the newest vMix version, which supports also changing color of symbols.
attached a gtzip example, using blockcharacters, as doggy stated.
smallresult.gtzip (82kb) downloaded 1 time(s).
this also works for the older .xaml titles (Legacy Title Designer)
smallresult.xaml (2kb) downloaded 1 time(s).
doggy  
#9 Posted : Monday, January 16, 2023 11:01:29 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,072
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: Peter1000 Go to Quoted Post

another way is to upgrade for 60$ to the newest vMix version, which supports also changing color of symbols.


actually now one can change the colors of shapes too if one upgrades ;-)
afonia  
#10 Posted : Tuesday, January 17, 2023 2:50:04 AM(UTC)
afonia

Rank: Member

Groups: Registered
Joined: 1/12/2023(UTC)
Posts: 16

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: afonia Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post


Hm, I read all comments in the thread in Youtube. I see many people don't understand how did you make it.


"create a fake rectangle by using a TextBlock filled with ASCII character 219"

Do you mean we should do like this?? Character 219 is Û. We need to copy ÛÛÛ in text block? Nothing happenes, in title editor I can only change color of text (ÛÛÛ), not of the block. Feel myself stupid :)))

UserPostedImage



ASCII 219 is block Character

https://theasciicode.com...cter-ascii-code-219.html


Not it's clear. Thank you, it works!
afonia  
#11 Posted : Tuesday, January 17, 2023 2:51:12 AM(UTC)
afonia

Rank: Member

Groups: Registered
Joined: 1/12/2023(UTC)
Posts: 16

Thanks: 4 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: afonia Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post


Hm, I read all comments in the thread in Youtube. I see many people don't understand how did you make it.


"create a fake rectangle by using a TextBlock filled with ASCII character 219"

Do you mean we should do like this?? Character 219 is Û. We need to copy ÛÛÛ in text block? Nothing happenes, in title editor I can only change color of text (ÛÛÛ), not of the block. Feel myself stupid :)))

UserPostedImage



ASCII 219 is block Character

https://theasciicode.com...cter-ascii-code-219.html


Now it's clear! Thank you, it works!

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.