Best video bit rate for different resolutions in livestream

The best bitrate for a livestream scenario depends on several factors, such as the resolution of the video, the complexity of the scene, the available […]

FFMPEG to reset the output timestamp to 0

You can use the “setpts” filter to reset the timestamps of the input file to 0. The setpts filter takes an expression as an argument, […]

AWS CLI: Use profile to communicate with IAM role with out aws_access_key_id, aws_secret_access_key

So, here I came across a very strange scenario, My server is configured with IAM role with s3 full access. But my code uses a […]

How to safely cleanup Docker resources like images, containers, and disk space?

To safely cleanup Docker resources like images, containers, and disk space, you can follow the steps below: Stop and remove all running containers: docker stop […]

Ubuntu mount error: wrong fs type, bad option, bad superblock, missing codepage or helper program, or other error

Sometime Ubuntu systems fails to mount some drives and returns following errors: Error mounting /dev/sdb2 at /media/ashis/Documents: wrong fs type, bad option, bad superblock on […]

Desktop icon missing in Ubuntu 22.04

If your desktop icon gone in Ubuntu 22.04 first check Settings > Appearance > Desktop Icon and turn on Show Personal folder. In case the […]

Make Window 10 bootable USB in Ubuntu 22.04

Here is a simple guide to create bootable windows 10 USB drive in Ubuntu operating system. In this article, I have described every small details […]

How to pack HLS with Bento4’s mp4hls?

Things Required Bento4 tool Fragmented Mp4 file(s) Packaging Instructions First thing you need to do is get bento4 from here. The tool we are going […]

How to cut video with ffmpeg?

FFMPEG is widely used tools for video manipulations and conversions. You can download it from link below, https://ffmpeg.org/download.html (available for Linux, Windows and Mac) In […]

Dynamically add a show/hide eye icon to all password fields using jQuery

This simple changes are highly demanded in current user interfaces. UI developers used to prefer to add separate class and scripts for all password field […]