Video Editing Automation
Toolkit of algorithms to automate the video editing process
Install / Use
npx skills add DevonCrawford/Video-Editing-AutomationInstalls into whichever agent you are using.
README
Video Editing Automation
A toolkit of algorithms to automate the video editing process.
How?
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).
Directory structure
- src/ (source code without any main functions)
- examples/ (examples with main functions that test and showcase src/ code)
- include/ (header files for src/ code)
- bin/ (build directory. object files and executables live here)
a work in progress by Devon Crawford
Related Skills
qqbot-channel
385.5kQQ channel management skill. Use qqbot_channel_api for explicit QQ channel-management requests; confirm write, delete, and bulk actions before calling authenticated QQ Open Platform endpoints.
docs-writer
106.4kAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
cpp
40.5kGuide Cursor to write modern C++ and CMake code with clear structure, RAII, const-correctness, and safe error handling.
gamemaker-gml
40.5kGameMaker Language (GML) rules for scripts, objects, events, rooms, data structures, and performance-minded game code
