All kinds of subjects related to development.
WordPress : Add links to the admin bar
If you work on WordPress websites, here is a tip you might find helpful. It requires adding code to the functions.php file. Tested with WordPress 5. How to add links…
Video and audio fade in / fade out
Let’s say you need to apply a Video and Audio fade in, as well as a Video and Audio fade out, to a given video. Here is a method that…
Combine images into a strip
In this first tutorial, we will see how to assemble images into a strip, using the command line tool ffmpeg, a powerful tool for manipulating videos, images and audio. Here…