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 […]

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 […]