Skip to content

thminggg/ffmpeg-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing Scripts with FFmpeg

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.

Table of Contents

Installation

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-scripts

Usage

Each script in this repository is designed for a specific image processing task. Below are some examples of how to use them:

Image Processing Scripts

# Example command to convert an image format
./images/convert_image.sh input.jpg output.png

Make sure to replace input.jpg and output.png with your actual file names.

Contributing

Contributions are welcome! If you have suggestions for improvements or new scripts, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published