Auto-Editor is a command line application program for automatically editing video or audio. It works by analyzing the video's audio to detect when a section needs to be cut or kept in, then it runs a subprocess called ffmpeg to create the new video.
- New Feature: You can now use a folder with videos in there as an input type.
- Lots of bug fixes
Create an edited version of example.mp4 with the default parameters.
$ python auto-editor.py example.mp4
You can change the pace of a video by changing by including frames that are silent but are next to loud parts. A frame margin of 8 will add up to 8 frames before and 8 frames after the loud part.
$ python auto-editor.py example.mp4 --frame_margin 8
There are many more features in auto-editor, including adding in background music that automatically gets quieter, and zooming in the video when it gets especially loud.
See the docs for more commands and usages.
The best way to contribute is to fork auto-editor and make changes there. Once you're happy with those changes, make a new pull request and type in a brief description on how you improved the code.
No change is too small whether that be a typo in the docs or a small improvement of code.
If you have a bug or a code suggestion, you can create a new issue on this github page. If you'll like to discuss this project, suggest new features, or chat with other users, do that in the discord server.