We will be using PHPSpreadsheet library which provides all the functionality to create and read the Excel sheets in PHP. You can download it via…
If you link a PDF file saved in your server with an anchor tag and give it a “download” attribute. It will make the file…
Demo Google maps can be embedded in your website using PHP without providing API key. You just need to enter your address. Or you can…
Cookie is used to enhance browsing experience by storing less sensitive data on user’s browser. It is used for many purposes. You can use cookies…
In this article, we will be using FFmpeg tool with PHP to add watermark on a video. Watermark on video Watermark (also known as overlay…
In this tutorial, we will be creating a script in PHP and FFmpeg. We will provide a video to our script. And our script will…
Thumbnail is basically a preview of video. Every operating system by default add a thumbnail to a video by itself. When you open YouTube, every…
You can compress the video by bitrate and by resolution in PHP and FFmpeg. You can download FFmpeg from here. Compressing will save you some…
In this article, we are going to teach you how you can add audio to a video. And also, how you can extract the audio…
Merge or combining multiple short videos in one long file is usually done by some of the softwares available on the internet. Some operating systems…