Skip to main content

Automatic video editing

Project description

Silence Remover

https://img.shields.io/pypi/v/av_slice.svg https://img.shields.io/travis/Hixan/av_slice.svg Documentation Status

An automated video editing tool that removes lengths of silence.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

av_slice-0.1.11.tar.gz (11.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page