Note: As I balance professional work with personal projects, my available time is limited. Nevertheless, I hope this content clearly shows my enthusiasm for Linux and software development. Thank you for your understanding.


Thursday, April 2, 2026

Batch Video Conversion with Bash Loop and FFmpeg

FFmpeg compressing a video.

    Hello guys, good evening. Today I want to share a simple Bash scripting trick to automatically convert videos from the current directory where the script is placed.

I usually use this script to compress videos before storing them on my old phone, so they don’t take up too much storage.

Let’s get started.