Video-Ditor
A simple video editor python package
Affiliated to Bank of Ghana Fx Rates,
GhanaNews-Scraper, and
GhanaShops-Scraper
How to install
pip install video-ditor
Install using:
# OR
git clone https://github.com/donwany/Video-Ditor.git
cd Video-Ditor
make pre-release
ytube -u https://www.youtube.com/watch?v=fqi8cvN1hrI
ytube --url https://twitter.com/kwadwosheldon/status/1673856306136981504
ytube --url https://www.facebook.com/gtvghana/videos/1219922122741862
Join Videos
python main.py \
-c one.mp4 two.mp4 three.mp4 \
-o output.mp4
concat \
-c one.mp4 two.mp4 three.mp4 \
-o output.mp4
Cut Videos
python main.py \
-i input.mp4 \
-o output.mp4 \
-s "00:00:00" \
-e "00:00:00"
slice \
-i input.mp4 \
-o output.mp4 \
-s "00:00:00" \
-e "00:00:00"
Watermark Videos
python main.py -i input.mp4 -w james.png -x 500 -o water_output.mp4
watermark -i input.mp4 -w james.png -x 500 -p "left,bottom" -o water_output.mp4
Add Background and Overlay Video
python main.py -b background_video.mp4 -o overlay_video.mp4 -x final1.mp4 -p 150 -v 0.10 -bv 1.0
background -b background_video.mp4 -o overlay_video.mp4 -x final1.mp4 -p 150 -v 0.10 -bv 1.0
Add Text to Video
- text position: "left,top" , "left,bottom", "right,bottom"
add_text -i input.mp4 -o output.mp4 -s "@the_data_prof" -f 50 -t "blue" -p "center,top"
BuyMeCoffee
Credits