Quick Clip generates FFMPEG CLI commands from a drag-and-drop UI, so you can easily crop, trim, and transcode video clips.
Start using Quick Clip »
Report Bug
·
Request Feature
Table of Contents
Quick Clip was designed in an effort to make taking quick clips of the projects you're working on easy. Use Quick Clip's drag-and-drop UI to quickly generate FFMPEG CLI commands to export your clips to mp4s or gifs.
- Drag a video into the window.
- Crop and trim your video.
- Choose an export option to copy an FFMPEG command to your clipboard.
- Open a command prompt like PowerShell or xTerm and navigate to the directory your source file is located.
- Paste the command into the command prompt and press return.
Your clip will be exported into the same directory as the source video as either clip.mp4
or clip.gif
, depending on your selected format.
Please note that FFMPEG must be installed on your system for these commands to work. Please see this link for more information on how to install FFMPEG.
To run Quick Clip locally, follow these steps:
- NodeJS version 15.0 or higher
- Clone the repo
git clone [email protected]:twocatmoon/quick-clip.git
- Install NPM packages
npm install
- Run the app
npm run dev
- Resize crop area with horizontal and vertical handles
- Better labeling and UX for trim/seek UI
- Dedicated FFMPEG server to cut out the need to run the commands locally
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Twitter - @twocatmoon
Project Link - https://github.com/twocatmoon/quick-clip