Logo
Building on previous tutorials, we will now overlay a logo on the video.
Let's Get Started
You should now already have a basic template for how to create a vlcj application, so this tutorial will no longer duplicate all of the code each time - instead we'll just show the new code fragments.
Create a Logo
You create a logo by using a builder:
Using the Logo
For historical reasons there are two ways to use the logo, whichever way you choose is essentially a matter of preference.
Alternatively:
Logo API
You do not have to use the builder, you can invoke the individual API methods directly:
Disabling the Logo
Using the builder approach, create a logo without invoking enable()
and
then apply or set it.
Using the API directly:
When To Use Logo
A logo can be set at any time, even before media is playing.
You no longer need to explicitly enable the native logo
video filter module,
with VLC 3.x this is all handled automatically by LibVLC.