How to Remove Files Without Extensions Using a Bash Script

Introduction In production environments, it’s not uncommon to encounter files without extensions. These files can be hard to manage and may clutter up directories, making file operations more difficult. This blog post will guide you through writing a bash script that removes files without extensions from a given directory. The script is designed to be production-ready, meaning it includes logging and error handling to ensure safe and traceable file cleanup. ...

May 11, 2025 · 4 min · Rohan Batra

Automated LUT Testing and Rendering with FFmpeg

🎨 Automated LUT Testing and Rendering with FFmpeg Color grading can dramatically change the mood and aesthetic of your video. But testing multiple LUTs (.cube files) manually can be a tedious process. This post walks you through a developer-friendly, automated workflow to: ✅ Preview LUTs one by one with ffplay ✅ See the LUT name overlaid live ✅ Automatically go to the next LUT when you close the window ✅ Export final renders for each LUT using ffmpeg ✅ Choose a single LUT for final export if you prefer ...

May 11, 2025 · 4 min · Rohan Batra