Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Algojammer | 2,934 | 4 years ago | 10 | apache-2.0 | C++ | |||||
An experimental code editor for writing algorithms | ||||||||||
Video Editing Automation | 817 | 4 years ago | 8 | gpl-3.0 | C | |||||
Toolkit of algorithms to automate the video editing process | ||||||||||
Algorithm Mnemonics | 157 | 6 years ago | 1 | Vim script | ||||||
Algorithm Mnemonics: Increase Productivity with STL Algorithms | ||||||||||
Jinfinote | 107 | 12 years ago | 3 | mit | JavaScript | |||||
JavaScript implementation of the Infinote protocol for collaborative editing | ||||||||||
Patchmatch | 72 | 6 years ago | 4 | C | ||||||
Randomized Correspondence Algorithm for Structural Image Editing | ||||||||||
Awesome Ebooks | 71 | 10 months ago | ||||||||
收录开源的经典技术书籍 PDF 文件及相关网站,持续更新中... | ||||||||||
Sharpbrain | 54 | 7 years ago | C# | |||||||
A C# based Machine Learning Library which aims to implement user interactive Deep Learning Architecture & Algorithms. | ||||||||||
Pokemonwalking | 29 | a year ago | 5 | apache-2.0 | Java | |||||
Implementing the walking algorithm used in classic Pokémon G/S/C games. | ||||||||||
Squigglecam | 27 | 4 years ago | mit | Vue | ||||||
Web Based implementation of SquiggleDraw algorithm | ||||||||||
Meshkernel | 26 | 5 days ago | 6 | lgpl-2.1 | C++ | |||||
Deltares C++library for creating and editing meshes. It supports 1D & 2D unstructured meshes as well as curvilinear meshes. |
A toolkit of algorithms to automate the video editing process.
The goal is to write algorithmic building blocks that a human video editor can use in place of their manual labour. This means a partially-autonomous editing workflow, where the human must strategically use the toolkit of algorithms to achieve their desired results. My rough personal guess is that when implemented correctly, this could save about 80% of my time spent editing.
This project uses the ffmpeg library to handle much of the heavy lifting of video processing, and intends to build a library ontop of ffmpeg without changing the ffmpeg source code. This project and its functions are their own isolated work (unless stated otherwise), however they do require linking with ffmpeg to operate correctly. View the ffmpeg source code or Read the compilation guide
If you would like to run this code you need to first install ffmpeg by compiling the source (link above).
a work in progress by Devon Crawford