Tutorials

FFmpeg Convert H264 Video to MP4 Video File in Windows 10

FFmpeg Convert H264 Video to MP4 Video File in Windows 10

Today I'll share an FFmpeg command with you through which you can convert H264 video to MP4 video. FFmpeg Convert…

August 17, 2022

Convert Text File (TXT) to CSV Using Python 3 Pandas Script

This tutorial will teach you how to convert a Text (.txt) file to CSV using the pandas library in Python.…

August 17, 2022

FFmpeg Record Desktop Screen or Capture Video and Save as MP4 File in Windows 10

Are you looking for FFmpeg record screen or FFmpeg screen capture commands? In this tutorial, you will learn how to…

August 17, 2022

Build Ping Pong Game Using OpenGL and C Programming Code

This tutorial will teach you how to create a multiplayer Ping Pong Game using C programming language, OpenGL library, and…

August 16, 2022

html2pdf.js Add Page Break in PDF File Using JavaScript

In this tutorial, you will learn how to add page break in a PDF file using JavaScript and html2pdf.js. The…

August 15, 2022

PHP Script to Test/Detect Internet Speed

In this tutorial, you will learn how to test/detect your internet connection speed using the latest PHP version. First of…

August 14, 2022

Download PDF File From URL Using jQuery AJAX Method

In this tutorial, you will learn how to download a PDF file from a URL using jQuery and AJAX. We…

August 14, 2022

How To Make an Automatic Omegle Bot Using JavaScript

In this tutorial, we'll use JavaScript to make an Omegle Bot. You don't need to be a programmer to follow…

August 14, 2022

Build Vorici Chromatic Calculator Using HTML5 and JavaScript

In this tutorial, I'll discuss about Vorici Calculator. At first, we'll look at What is a Vorici Calculator? and How…

August 13, 2022

FFMPEG Add Blurred Background on All Sides of Vertical Video (16:9) With Black Sides

Blurred Background on All Sides of Vertical Video ffmpeg -i <input_file> -filter_complex "[0:v]scale=ih*16/9:-1,boxblur=luma_radius=min(h\,w)/20:luma_power=1:chroma_radius=min(cw\,ch)/20:chroma_power=1[bg];[bg][0:v]overlay=(W-w)/2:(H-h)/2,crop=h=iw*9/16" <output_file> Don’t forget to replace <input_file> and <output_file> with the appropriate…

August 10, 2022