All Projects → WyattBlue → Auto Editor

WyattBlue / Auto Editor

Licence: unlicense
Auto-Editor: Effort free video editing!

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Auto Editor

Mlt
MLT Multimedia Framework
Stars: ✭ 836 (+118.85%)
Mutual labels:  audio, video-processing, audio-processing
Optivideoeditor For Android
Native Video editor : Video trim, Audio, Video merge, Slow and fast motion, Text and image, etc...
Stars: ✭ 209 (-45.29%)
Mutual labels:  audio, video-processing, video-editing
video-audio-tools
To process/edit video and audio with Python+FFmpeg. [简单实用] 基于Python+FFmpeg的视频和音频的处理/剪辑。
Stars: ✭ 164 (-57.07%)
Mutual labels:  video-processing, video-editing, audio-processing
Avdemo
Demo projects for iOS Audio & Video development.
Stars: ✭ 136 (-64.4%)
Mutual labels:  audio, video-processing, audio-processing
viddl
Ruby/Command line tool to download, cut, crop and resize video clips
Stars: ✭ 32 (-91.62%)
Mutual labels:  youtube-dl, video-processing
Optivideoeditor For Ios
Native Video editor : Video trim, Audio, Video merge, Slow and fast motion, Video transition, Text and image, Filters, etc...
Stars: ✭ 234 (-38.74%)
Mutual labels:  audio, video-processing
Musig
A shazam like tool to store songs fingerprints and retrieve them
Stars: ✭ 388 (+1.57%)
Mutual labels:  audio, audio-processing
looking-to-listen-at-cocktail-party
Looking to listen at cocktail party
Stars: ✭ 33 (-91.36%)
Mutual labels:  video-processing, audio-processing
Emotion Classification From Audio Files
Understanding emotions from audio files using neural networks and multiple datasets.
Stars: ✭ 189 (-50.52%)
Mutual labels:  audio, audio-processing
ffcvt
ffmpeg convert wrapper tool
Stars: ✭ 32 (-91.62%)
Mutual labels:  video-processing, audio-processing
ion-avp
Audio/Video Processing Service
Stars: ✭ 55 (-85.6%)
Mutual labels:  video-processing, audio-processing
DuME
A fast, versatile, easy-to-use and cross-platform Media Encoder based on FFmpeg
Stars: ✭ 66 (-82.72%)
Mutual labels:  video-processing, audio-processing
eloquent-ffmpeg
High-level API for FFmpeg's Command Line Tools
Stars: ✭ 71 (-81.41%)
Mutual labels:  video-processing, audio-processing
Otto
Sampler, Sequencer, Multi-engine synth and effects - in a box! [WIP]
Stars: ✭ 2,390 (+525.65%)
Mutual labels:  audio, audio-processing
editor
MediaBits.io editor to create videos for audio clips
Stars: ✭ 48 (-87.43%)
Mutual labels:  video-editing, audio-processing
Mwengine
Audio engine and DSP for Android, written in C++ providing low latency performance in a musical context, supporting both OpenSL and AAudio.
Stars: ✭ 190 (-50.26%)
Mutual labels:  audio, audio-processing
Implicit-Internal-Video-Inpainting
[ICCV 2021]: IIVI: Internal Video Inpainting by Implicit Long-range Propagation
Stars: ✭ 190 (-50.26%)
Mutual labels:  video-processing, video-editing
Vectorhub
Vector Hub - Library for easy discovery, and consumption of State-of-the-art models to turn data into vectors. (text2vec, image2vec, video2vec, graph2vec, bert, inception, etc)
Stars: ✭ 317 (-17.02%)
Mutual labels:  video-processing, audio-processing
Online Video Editor
API based Online Video Editing using FFMPEG & NodeJs for Backend Editing
Stars: ✭ 176 (-53.93%)
Mutual labels:  audio, video-processing
Scaper
A library for soundscape synthesis and augmentation
Stars: ✭ 186 (-51.31%)
Mutual labels:  audio, audio-processing

Actions Status

Auto-Editor is a command line application for automatically editing video and audio by analyzing where sections are silent and cutting them up.

Before doing the real editing, you first cut out the "dead space" which is typically just silence. This is typically known as a "first pass". Cutting all these dead spaces is a boring task, especially if the video is 15 minutes, 30 minutes, or even an hour long.

Luckily, this can be automated with software. Once you'll installed auto-editor, you can run:

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

from your console and it will generate a brand new video with all the silent sections cut off. Generating a new video takes a while so instead, you can export the new video to your editor directly. For example, running:

auto-editor example.mp4 --export_to_premiere

Will create an XML file that can be imported to Adobe Premiere Pro. This is much much faster than generating a new video (takes usually seconds). DaVinici Resolve and Final Cut Pro are also supported.

auto-editor example.mp4 --export_to_resolve
auto-editor example.mp4 --export_to_final_cut_pro

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.

auto-editor example.mp4 --frame_margin 8

Auto-Editor is available on all platforms

Articles

Copyright

Auto-Editor is under the Public Domain but contains non-free elements. See this page for more info.

Issues

If you have a bug or a code suggestion, you can create a new issue here. If you'll like to discuss this project, suggest new features, or chat with other users, you can use the discord server.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].