Skip to main content

Auto-Editor: Effort free video editing!

Project description

Auto-Editor is a command line application for automatically editing video and audio by analyzing a variety of methods, most notably audio loudness.


Actions Status Nim

Before doing the real editing, you first cut out the "dead space" which is typically silence. This is known as a "first pass". Cutting these is a boring task, especially if the video is very long.

auto-editor path/to/your/video.mp4

Installing

pip install auto-editor

See Installing for additional information.

Cutting

Change the pace of the edited video by using --margin.

--margin adds in some "silent" sections to make the editing feel nicer.

# Add 0.2 seconds of padding before and after to make the edit nicer.
# `0.2s` is the default value for `--margin`
auto-editor example.mp4 --margin 0.2sec

# Add 0.3 seconds of padding before, 1.5 seconds after
auto-editor example.mp4 --margin 0.3s,1.5sec

Methods for Making Automatic Cuts

The --edit option is how auto-editor makes automated cuts.

For example, edit out motionlessness in a video by setting --edit motion.

# cut out sections where the total motion is less than 2%.
auto-editor example.mp4 --edit motion:threshold=0.02

# `--edit audio:threshold=0.04,stream=all` is used by defaut.
auto-editor example.mp4

# Different tracks can be set with different attribute.
auto-editor multi-track.mov --edit "(or audio:stream=0 audio:threshold=10%,stream=1)"

Different editing methods can be used together.

# 'threshold' is always the first argument for edit-method objects
auto-editor example.mp4 --edit "(or audio:0.03 motion:0.06)"

You can also use dB unit, a volume unit familiar to video-editors (case sensitive):

auto-editor example.mp4 --edit audio:-19dB
auto-editor example.mp4 --edit audio:-7dB
auto-editor example.mp4 --edit motion:-19dB

See What Auto-Editor Cuts Out

To export what auto-editor normally cuts out. Set --when-normal to cut and --when-silent to nil (leave as is). This is the reverse of the usual default values.

auto-editor example.mp4 --when-normal cut --when-silent nil

Exporting to Editors

Create an XML file that can be imported to Adobe Premiere Pro using this command:

auto-editor example.mp4 --export premiere

Auto-Editor can also export to:

  • DaVinci Resolve with --export resolve
  • Final Cut Pro with --export final-cut-pro
  • ShotCut with --export shotcut
  • Kdenlive with --export kdenlive
  • Individual media clips with --export clip-sequence

Naming Timelines

Some editors support naming timelines. By default, auto-editor will use the name "Auto-Editor Media Group". For premiere resolve and final-cut-pro export options, you can change the name with the following syntax.

# for POSIX shells
auto-editor example.mp4 --export 'premiere:name="Your name here"'

# for Powershell
auto-editor example.mp4 --export 'premiere:name=""Your name here""'

Split by Clip

If you want to split the clips, but don't want auto-editor to do any more editing. There's a simple command.

auto-editor example.mp4 --when-silent nil --when-normal nil --export premiere

Manual Editing

Use the --cut-out option to always remove a section.

# Cut out the first 30 seconds.
auto-editor example.mp4 --cut-out 0,30sec

# Cut out the first 30 frames.
auto-editor example.mp4 --cut-out 0,30

# Always leave in the first 30 seconds.
auto-editor example.mp4 --add-in 0,30sec

# Cut out the last 10 seconds.
auto-editor example.mp4 --cut-out -10sec,end

# You can do multiple at once.
auto-editor example.mp4 --cut-out 0,10 15sec,20sec
auto-editor example.mp4 --add-in 30sec,40sec 120,150sec

And of course, you can use any --edit configuration.

If you don't want any automatic cuts, you can use --edit none or --edit all/e

# Cut out the first 5 seconds, leave the rest untouched.
auto-editor example.mp4 --edit none --cut-out 0,5sec

# Leave in the first 5 seconds, cut everything else out.
auto-editor example.mp4 --edit all/e --add-in 0,5sec

More Options

List all available options:

auto-editor --help

Auto-Editor is available on all major platforms

Articles

Copyright

Auto-Editor is under the Public Domain and includes all directories besides the ones listed below. Auto-Editor was created by these people.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

auto_editor-29.3.1.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auto_editor-29.3.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file auto_editor-29.3.1.tar.gz.

File metadata

  • Download URL: auto_editor-29.3.1.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for auto_editor-29.3.1.tar.gz
Algorithm Hash digest
SHA256 18d9dda2a2ff755ace56e6e8de399100fb50f0fc7053988c566cfc67af0e2693
MD5 bffbf90a5848f6d153c07e42048c1007
BLAKE2b-256 ab05576ff555fb67975d6f0f19231933443bc62f68f88b15db0c551ad61580be

See more details on using hashes here.

Provenance

The following attestation bundles were made for auto_editor-29.3.1.tar.gz:

Publisher: python-publish.yml on WyattBlue/auto-editor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file auto_editor-29.3.1-py3-none-any.whl.

File metadata

  • Download URL: auto_editor-29.3.1-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for auto_editor-29.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e320169454c5377af4ba092357d22a4e3b41ae532d35c298fcb4f335df319e69
MD5 47a06bcdcc17ebe106d622e83db9badd
BLAKE2b-256 ac5fbdf56a89dc55acd2f6c4be73706c8877d7cfc957833a04c6e3f30fe12e61

See more details on using hashes here.

Provenance

The following attestation bundles were made for auto_editor-29.3.1-py3-none-any.whl:

Publisher: python-publish.yml on WyattBlue/auto-editor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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