jalmx / build_template_video

Build a video with assets with script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate a video template

Generate a video with a song background and mark water with a final video to close

|-- Video main -------- + video final
<----- watermark ----->
<--song background --->

You need to change the code for next variables, for yours assets in build_video.py

video_final = "final_video.mp4"  # video que se agrega al final
thumb_path = "thumb-fs8.png"  # watermark
sound_path = "song.mp3"  # cancion de fondo del video

Usage

build_video.py video_path

Video result is [video_name]_final.[ext]

Init project

python3 -m venv venv
pip3 install -r requimerents.txt

Requirements

moviepy

About

Build a video with assets with script

License:MIT License


Languages

Language:Python 95.6%Language:Shell 4.4%