Tape v2 is being worked on! It's currently in the v2
branch, expected to merge into main
in a couple weeks or months, depending on how busy I am! Tape v2 is expected to improve the editor and performance from Tape v1, along with using a newer rendering system! Tape v2 aims to be a near complete rewrite of Tape v1, so lots of changes and likely tons of bugs! Unfortunately, like when Tape v1 was being developed, contributions aren't being accepted until there's an actual ready release and is suitable for testing. However, feel free to report any bugs!
Issue: No editing software I have can easily move solid images around the screen
Normal Solution: Download an editing software with this capability and test it out
My Solution: Decide to make a video editor
One option is clearly better here, you decide which... (clearly the second one) (joke) (not really)
Ok, time to get started!
You can also find a video of it here!
First, make sure you have all the neccesary python modules installed to run this! (Any modules that don't come with python are listed below!) Then, either clone this repository, or download a recent release (either v1 or v1.1) from the releases tab, and run main.py
! Check MANUAL.md
for a longer user manual on how to use this, and check CODEGUIDE.md
if you're interested in where to find code!
- numpy
- PIL (Pillow)
- cv2 (openCV2)