This repository contains a collection of scripts for performing various image processing tasks using FFmpeg. These scripts are designed to simplify and automate common image manipulation operations.
To use the scripts in this repository, you need to have FFmpeg installed on your system. You can install FFmpeg by following the instructions on the FFmpeg official website.
Once FFmpeg is installed, clone this repository:
git clone https://github.com/yourusername/image-processing-scripts.git
cd image-processing-scriptsEach script in this repository is designed for a specific image processing task. Below are some examples of how to use them:
# Example command to convert an image format
./images/convert_image.sh input.jpg output.pngMake sure to replace input.jpg and output.png with your actual file names.
Contributions are welcome! If you have suggestions for improvements or new scripts, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature-branch) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.