Tape just had its first real release! There'll probably be tons of bugs, so create an issue if you find any!
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)