Bannerbear Developer Tutorials

Learn how to use Bannerbear SDKs and related tools / APIs

Developer Libraries

In addition to the REST API Bannerbear offers official libraries for easy interaction

Creating a GIF Maker: How to Add Text to GIFs with FFmpeg

Adding a free tool to your website could be a good way to attract traffic and reach out to the cold audience. Learn how to add text to GIFs using FFmpeg to create a GIF maker for your website in this article

How to Use FFMpeg in Python (with Examples)

Integrating FFmpeg's powerful media manipulation capabilities into your Python code becomes easy with the “ffmpeg-python” library. With a few lines of code, you can convert media formats, edit videos, extract audio, and more within your Python applications.

How to Use Puppeteer in Node.js (with Examples)

Puppeteer is a powerful Node.js library that allows you to control the browser programmatically. In this article, we will explore how to use Puppeteer, along with some practical examples like taking website screenshots, saving HTML content to PDF, and downloading images from a website.

How to Overlay Text on an Image in HTML and CSS

Learn how to overlay text on an image in HTML and CSS to create attention-grabbing images on your website.

Pyppeteer: How To Use Puppeteer in Python (Installation Guide and Examples)

Puppeteer is developed for Node.js but you can also use it to automate Chrome/Chromium in Python with Pyppeteer. We'll show you how in this article, with examples like taking screenshots, downloading images, and extracting data from a web page.

How to Install FFmpeg on Mac, Windows, and Ubuntu/Linux (Step-by-Step)

FFmpeg is a great tool for performing various media manipulation tasks. This guide will show you how to install it on Mac, Windows, and Ubuntu/Linux.