creations

Media and Document Processing Tools (Linux Edition)

This repository contains a collection of Bash scripts for Linux to streamline media conversion and document processing using FFmpeg, ImageMagick, and Pandoc.

Core Utilities

Audio and Video

Image Optimization

Document Management

Requirements

Installation for Debian

Install Dependencies:

sudo apt update && sudo apt install ffmpeg imagemagick pandoc

Usage

  1. Make scripts executable: chmod +x *.sh
  2. Run a script and pass files as arguments:
     ./audio_convert.sh song.wav video.mp4
    
  3. The processed files will be saved in the same directory as the originals.

All scripts will notify you upon successful completion.