Programming Tutorials

Latest

 thumbnail

Remove Last Character from String in JavaScript

March 25, 2021

In this tutorial, we will learn how to remove the last character from a string in JavaScript. With the JavaScript s...

 thumbnail

How to Create a Preview Video Thumbnail of a Video with FFmpeg & PHP

March 23, 2021

In this tutorial, we will learn how to create a video thumbnail preview from a full video using FFmpeg & PHP. It wil...

 thumbnail

How to Set Average Video & Audio Bitrate in FFmpeg

March 23, 2021

Typically video files have two streams; one audio and one video. With FFmpeg, we can set target bitrates on them to get...

 thumbnail

How to Get List Length in Python

March 23, 2021

A list in Python is a countable collection of elements. Counting the total elements in a list is a common programming ta...

 thumbnail

How to Get Duration of Video with FFmpeg

March 22, 2021

In this tutorial, we will learn how to get the duration of a video with FFmpeg using the ffprobe utility. Getting t...

 thumbnail

parseString in JavaScript

March 16, 2021
 thumbnail

JavaScript Events

February 26, 2021