i want to make some logo transitions
so when im transitioning between songs i want the logos to come up
and i would like to use video alpha (or PNG) so that you can still see the normal virtual dj transitions behind it
any ideas how i can make this possible?
what video codecs i can use to get alpha without being too heavy on the computer memory, and how i can assign it to the crossfader etc, to make it behave same as any other transition?
so when im transitioning between songs i want the logos to come up
and i would like to use video alpha (or PNG) so that you can still see the normal virtual dj transitions behind it
any ideas how i can make this possible?
what video codecs i can use to get alpha without being too heavy on the computer memory, and how i can assign it to the crossfader etc, to make it behave same as any other transition?
Posted Mon 17 Feb 20 @ 5:42 pm
This can be done for example using the plugin "showlogo" and activate it on master deck only while video crossfader is not 0
custom button to toggle feature:
repeat_start logorpt ? repeat_stop logorpt : repeat_start logorpt 30ms -1 & param_equal "video_crossfader & param_cast frac" 0 & param_invert & deck master video_fx showlogo
or with a custom videoskin :
set your logo to its position as a visual and affect visibility to the video_crossfader
visibility="video_crossfader & param_pingpong"
in a way to make it fade in and out
custom button to toggle feature:
repeat_start logorpt ? repeat_stop logorpt : repeat_start logorpt 30ms -1 & param_equal "video_crossfader & param_cast frac" 0 & param_invert & deck master video_fx showlogo
or with a custom videoskin :
set your logo to its position as a visual and affect visibility to the video_crossfader
visibility="video_crossfader & param_pingpong"
in a way to make it fade in and out
Posted Tue 18 Feb 20 @ 12:54 am
smart concept
Posted Thu 20 Feb 20 @ 6:30 pm