Skip to content

Instantly share code, notes, and snippets.

View kabirnayeem99's full-sized avatar
🌦️

Naimul Kabir kabirnayeem99

🌦️
View GitHub Profile
@kabirnayeem99
kabirnayeem99 / speedupvideo.sh
Created May 3, 2025 16:21
FFMPEG Script to Speed Up Video
#!/bin/bash
display_error() {
gum style --foreground 1 "❌ $1"
}
display_message() {
local color="$1"
local message="$2"
gum style --foreground "$color" "$message"
@kabirnayeem99
kabirnayeem99 / generate_blank_image.py
Last active May 4, 2025 15:21
Generate Blank very large image for Image Uploading Testing
# /// script
# requires-python = ">=3.13.3"
# dependencies = [
# "Pillow",
# "colorama",
# ]
# ///
import sys
import argparse
import random