This repository was archived by the owner on Dec 3, 2024. It is now read-only.
Releases: hirusha-adi/easy-ffmpeg
Releases · hirusha-adi/easy-ffmpeg
Easy-FFmpeg v1
Features
- Simplified Commands: Perform common FFmpeg tasks using intuitive command-line arguments.
- Customization: Tailor your FFmpeg commands with options for resolution, video bitrate, audio bitrate, and more.
- GPU Acceleration: Leverage GPU (NVENC) acceleration for video processing when needed.
- Additional FFmpeg Options: Pass custom FFmpeg options and arguments to the underlying FFmpeg command.
How to Get Started
Using the Python Script (Option 1)
-
Prerequisites:
- Python 3.6 or later installed on your Windows system.
- FFmpeg installed on your system. You can download it from https://ffmpeg.org/download.html.
-
Installation:
- Clone or download this repository to your local machine.
- Open a command prompt or terminal window.
- Navigate to the directory where you've cloned or downloaded the repository.
- Run the following command to install the required Python packages:
pip install -r requirements.txt
-
You are now ready to use Easy-FFmpeg with the Python script.
Using the Pre-compiled .exe (Option 2)
-
Prerequisites:
- None! No Python or additional packages required.
-
Installation:
- Download the
easy-ffmpeg.exe
file.
- Download the
-
Run Anywhere:
- Place the downloaded .exe file in a directory that's part of your system's PATH, such as the
System32
folder, or add the directory containing the .exe file to your system's PATH environment variable.
- Place the downloaded .exe file in a directory that's part of your system's PATH, such as the
-
You can now run Easy-FFmpeg from anywhere in your command prompt or terminal by simply typing
easy-ffmpeg
.
Usage
Easy-FFmpeg simplifies multimedia tasks with straightforward commands. Refer to the User Guide for detailed usage instructions and examples.
Thank you for using Easy-FFmpeg. We hope it makes your multimedia tasks a breeze!