Adding brand elements like logo, overlays styles, elevate your video content to a new levels of professionalism. This tutorial will guide you through the process of integrating logos and custom text assets, ensuring your brand shines through in every frame.
For this tutorial, we’ll add Starbucks’ branding to
unbranded, raw short film through image and text assets and see how those can be modified to enhance the content of raw footage. Although this is a quick example, the possibilities are endless! We look forward to seeing your experiments with these building blocks.
Here's the logo (image asset) well be using for this tutorial:
🎨 Step 3: Add Brand Elements to Video
We shall begin by defining the text asset (custom text: “When the chaos of the night strikes, find your Starbucks calm.”) and specifications about the image overlay (logo) and video.
For details about the text customization parameters, refer to the documentation for Text Assets.
from videodb.asset import VideoAsset, TextAsset, ImageAsset
from videodb import TextStyle
# Create Video Asset
video_asset =VideoAsset(
asset_id=video.id,
start=0,
end=44
)
# Create Image Asset
image_asset =ImageAsset(
asset_id=image.id,
width=200,
height=40,
x=1050,
y=625,
duration=107
)
# Create text asset
text_asset =TextAsset(
text="When the chaos of the night strikes, \n find your Starbucks calm. \n Sip steady.",
Review your branded video to ensure it aligns perfectly with your brand identity, then share it with your audience:
from videodb import play_stream
# Preview the branded video
stream_url = timeline.generate_stream()
play_stream(stream_url)
Here’s what we got from this quick exercise:
🎉 Conclusion
Congratulations on mastering the art of branding with VideoDB! By seamlessly integrating brand elements into your videos, you've enhanced their professionalism and engagement. Experiment with different branding techniques to ensure your brand shines through in every frame.
For more information and advanced features, explore the