Connexion rapide:  

Forum: Wishes and new features

Sujet Rotating Logo effect for VDJ 2021

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

I'd like to see someone develop an ability to rotate your log for VDJ 2021
 

Posté Mon 31 Aug 20 @ 1:50 pm
NicotuxHome userMember since 2014
add your logo to your image skin/video skin

then add somethings like this

<visual x="[X]" y="[Y]" width="[SIZE_W]" height="[SIZE_H]" type="rotation" source="get_constant [ANGLE]" >
<down x="[LOGO_X]" y="[LOGO_Y]" [width="[LOGOSIZE_W]" height="[LOGOSIZE_H]"]/>
</visual>

to the skin

X Y coords of the logo on screen
SIZE_W SIZE_H size of logo on the screen
LOGO_X LOGO_Y position of logo in the image file
LOGOSIZE_W LOGOSIZE_H optional size of logo in the image (to be resized)
ANGLE in radians

you can change source to whatever you want .. i.e. (rsi counter , beat, position, time....) to make it rotate endless


i.e.:
<skin name="ROTATING LOGO" version="8.4" author="Ntx" width="1920" height="1080" image="VDJ.png">
<copyleft>(c)2019 - Nicotux </copyleft>
<video x="0" y="0" width="1920" height="1080"/>
<visual x="100" y="100" width="192" height="192" type="rotation" source="get_clock 1000 & param_multiply 0.0001 & param_cast frac">
<!--OR source="get_clock 1000 & param_multiply 0.0001 & param_cast frac" & param_multiply 3.14" ROTATES wait rotates -->
<!--OR source="get_constant 0.87654" fixed -->
<down x="0" y="0" width="172" height="52" />
</visual>
</skin>
 

Posté Mon 31 Aug 20 @ 3:01 pm
NicotuxHome userMember since 2014
VDJ.png is small 172x52 VDJ logo resized to 192x192 in this case, adapt to your needs
and angle is not in RADIANs but GRADs/100
 

Posté Mon 31 Aug 20 @ 3:06 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
I think the OP wants his custom Logo to rotate on the Video output
 

Posté Mon 31 Aug 20 @ 3:21 pm
NicotuxHome userMember since 2014
just change the logo in image=
and specify original size in <down if it's not the same size as <visual
 

Posté Mon 31 Aug 20 @ 3:25 pm
Hi, need help please. When I define LOGO it not works. tryin use this

<!--LOGO--> ????
<define class="logo">
<deck deck="Master">
<size width="400" height="200"/>
<pos x="+0+1060" y="+0+750"/>
<down x="0" y="1080"/>
</deck>
</define>

<!--LOGO EFFECTS-->
<group name="logo">
<stack fadein="2500ms" fadeout="2500ms">
<size width="400" height="200"/>
<pos x="0" y="0"/>
<slot x="+0" y="+0"/>
<item class="logo" visibility="yes"></item>
<item class="logo" visibility="load_pulse_active 1000ms 156000ms &amp;&amp; pulse 23000ms"></item>
</stack>
</group>

Can anyoe help please?
 

Posté Mon 02 Nov 20 @ 10:57 am
Tomas Cerny (VeeJay Lizard) wrote :
Hi, need help please. When I define LOGO it not works. tryin use this

<!--LOGO--> ????
<define class="logo">
<deck deck="Master">
<size width="400" height="200"/>
<pos x="+0+1060" y="+0+750"/>
<down x="0" y="1080"/>
</deck>
</define>

<!--LOGO EFFECTS-->
<group name="logo">
<stack fadein="2500ms" fadeout="2500ms">
<size width="400" height="200"/>
<pos x="0" y="0"/>
<slot x="+0" y="+0"/>
<item class="logo" visibility="yes"></item>
<item class="logo" visibility="load_pulse_active 1000ms 156000ms && pulse 23000ms"></item>
</stack>
</group>

Can anyoe help please?


 

Posté Mon 02 Nov 20 @ 2:37 pm


(Les anciens sujets et forums sont automatiquement fermés)