An automated video editing tool that removes lengths of silence.
- Free software: MIT license
- Documentation: https://av-slice.readthedocs.io.
- Automatically edit audio or video clips to remove silent or quiet sections
Install with pip:
`
pip install av_slice
`
or clone and install from source:
`
git clone https://github.com/hixan/av_slice.git
cd av_slice
make install
`
automatically remove silence from video.mp4:
`
python -m av_slice video.mp4 --output_file=shorter_video.mp4
`
the script will run for a while calculating changes and composing the video. When it is finished, shorter_video.mp4 will be saved to the disk.
Heavily inspired by Carkyhs Jumpcutter library.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
- testing (get a good example video)
- GUI interface
- PY2EXE implementation
- audio command line interface
- get ffmpeg installed on travis to enable proper testing
- automatic detection of appropriate threshold