A FFmpeg CLI tool to make trimming, compressing, and audio management easier.
Made with ♥ by Norikiru
- Video Trimming
- Audio Management (Select and merge audio channels!)
- Video Compression
- And more to be added!
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.
- 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
You must be in the root folder to be able to pull new commits
git pull
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 the project by giving the repository a star!