Bastien Delmare

Digital Art Direction & Motion Design

WORK
BLOG
ABOUT
CONTACT

Blog


How to export MXF for TV or VOD ads broadcast – Adobe Media Encoder

I’ve been struggling a few times now when my clients ask me to export small tv spots for tv or online tv ads diffusion. This is why I’m gonna try to make it clear (in my own way, as a newbie in this domain) for those who might be in my situation. When you need […] Read more

How to build a really simple responsive menu

All you’ll need in this tutorial is a bit of knowledges in HTML, a good comprehension of the mediaqueries in CSS and understand how is working the JS function that we gonna use, to make our responsive menu. First of all, to make a simple responsive menu, we need to make a HTML skeleton as […] Read more

How to delete the default medium_large thumbnail size in WordPress

Today, I am making a new website for a client. I’m setting up a wordpress on my local server. As usual I link all the libraries I need, the JS plugins and I modify the common WordPress settings in the dashboard. When I set all the media sizes to “0”, I just realised that WordPress […] Read more

How to round numbers in After Effects

You probably already looked for it on internet… You probably crushed your head into the table trying to round numbers in your composition on After Effects! Here is the solution: math.round(); //The function Math.round('what you need to round') //Returns 20 Math.round(20.49) //Returns 21 Math.round(20.5) //Returns -20 Math.round(-20.5) We often use the function math.round() to round […] Read more

My favorites After Effects expressions

Expressions are the best tool to enhance your animations Hey there! Today I’d like to share with you my favorites Adobe After Effects expressions. Your expressions add value to your work. It automates the way you animate your assets, it makes calculation and solves algorithms for you. How do I integrate an expression ? Simply […] Read more