Skip to content

A FFmpeg CLI tool to make trimming, compressing, and audio management easier.

Notifications You must be signed in to change notification settings

carince/FFhelper

Repository files navigation

FFhelper

A FFmpeg CLI tool to make trimming, compressing, and audio management easier.
Made with ♥ by Norikiru

GitHub Repo stars GitHub forks GitHub issues License

💥 Features

  • Video Trimming
  • Audio Management (Select and merge audio channels!)
  • Video Compression
  • And more to be added!

Prerequisites

⬇️ Download

You can get the executable from the release page. If you want to try new features before they get pushed to the main branch, follow the Building guide below.

🛠️ Building

  • Open your terminal and clone the repository:
git clone https://github.com/Norikiru/FFhelper.git
  • Go into the ffhelper directory:
cd ./ffhelper
  • Install required dependencies:
npm i
  • Build with Rollup:
npm run build
  • Bundle into a executable:
npm run bundle
  • You should be able to see your executable in the dist folder
cd ./dist
./ffhelper.exe

🆕 Updating

You must be in the root folder to be able to pull new commits

git pull

💖 Contributing

If you encounter any issues with FFhelper, feel free to give feedback on the issues page. Feel free to fork the repo and do pull requests to help in maintaining FFhelper! PR's are always welcome.

⭐ Support

Support the project by giving the repository a star!

About

A FFmpeg CLI tool to make trimming, compressing, and audio management easier.

Resources

Stars

Watchers

Forks

Packages

No packages published