Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Releases: hirusha-adi/easy-ffmpeg

Easy-FFmpeg v1

08 Sep 05:41
Compare
Choose a tag to compare

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)

  1. Prerequisites:

  2. 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
  3. You are now ready to use Easy-FFmpeg with the Python script.

Using the Pre-compiled .exe (Option 2)

  1. Prerequisites:

    • None! No Python or additional packages required.
  2. Installation:

    • Download the easy-ffmpeg.exe file.
  3. 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.
  4. 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!