Silence Remover
An automated video editing tool that removes lengths of silence.
Free software: MIT license
Documentation: https://av-slice.readthedocs.io.
Important to note, I don’t /really/ know what I’m doing in terms of a lot of the packaging environment, so pull requests are very welcome.
Features
Automatically edit audio or video clips to remove silent or quiet sections
Installation
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 `
Use
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. If –output_file is omitted it will be saved to video_modified.mp4.
Credits
Heavily inspired by Carkyhs Jumpcutter library.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Todo
testing (get a good example video)
get ffmpeg installed on travis to enable proper testing
GUI interface
PY2EXE implementation?
Wishlist
automatic detection of appropriate threshold
History
0.1.0 (2019-06-08)
First release on PyPI.
Release files for av-slice 0.1.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| av_slice-0.1.11.tar.gz | 11.2 kB | Details |
Release files / av_slice-0.1.11.tar.gz
| Download URL | av_slice-0.1.11.tar.gz |
|---|---|
| Size | 11.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fcf54155d3b1e1a5a643164d51866d59b44eb6cf557b80057d78c0a5cf7abd4b
|
|
BLAKE2b-256 checksum How to use checksums |
fe06601323c8361380c2d318987b0ad93da1ff826169b212c8989ec567a004f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5
|