English 🇬🇧
ClipAi is a script that will revolutionize the way you edit video and audio by automating the process of producing music video clips.
Are you a creator always looking for quick and easy ways to create captivating video clips to share on social media? This Python script is your perfect ally!
Automate video editing by seamlessly chaining an animated intro, a music track on a background video and a short final closing video, all ready to be posted on YouTube, TikTok or any other platform.
No more spending hours on manual editing: in a few steps and completely automatically, your content takes shape in a professional, optimized and customizable way.
Designed for dynamic and ambitious creators, the script uses proven libraries to manage video, audio and even text to speech, offering you a streamlined but powerful workflow.
Try it and save precious time, so you can focus on what really matters: your creativity!
Description
Python script performing video/audio processing, colored ASCII UI, web scraping, text-to-speech, and more.
Features video handling (moviepy), audio processing (pydub)
PRO VERSION speech synthesis (edge_tts), web scraping (requests, BeautifulSoup), RSS feed parsing
Required external libraries
requests
beautifulsoup4
edge-tts
pydub
feedparser
python-dateutil
moviepy
pyfiglet
colorama
Installation
Make sure you have Python 3.7+ installed.
Install all required libraries via pip:
pip install requests beautifulsoup4 edge-tts pydub feedparser python-dateutil moviepy pyfiglet colorama
1 - Unzip the file into the ClipAi folder
2 - Open the my_config.py file and configure the paths
⚠️
Before starting the script, make sure you have placed the necessary files (mp3, mp4, jpg) in the folders indicated in the my_config.py file
Run the script from run.bat
or from main.py from the terminal:
Italiano 🇮🇹
ClipAi è uno script che rivoluzionerà il tuo modo di montare video e audio, automatizzando il processo di produzione di video clip musicali.
Sei un creator sempre alla ricerca di modi semplici e veloci per creare video clip accattivanti da condividere sui social? Questo script Python è il tuo alleato perfetto!
Automatizza il montaggio video concatenando in modo fluido un’intro animata, il brano musicale su un video di sfondo e un breve video finale di chiusura, tutto pronto per essere postato su YouTube, TikTok o qualsiasi altra piattaforma.
Non serve più passare ore a fare editing manuale: con pochi passaggi e in modo totalmente automatico, il tuo contenuto prende forma in modo professionale, ottimizzato e personalizzabile.
Pensato per creator dinamici e ambiziosi, lo script usa librerie collaudate per gestire video, audio e persino sintesi vocale, offrendoti un workflow snello ma potente.
Provalo e risparmia tempo prezioso, così potrai concentrarti su ciò che davvero conta: la tua creatività!
Descrizione
Script Python che esegue elaborazioni video e audio.
Include funzionalità per gestione video (moviepy), audio (pydub)
Nella versione PRO sintesi vocale (edge_tts), scraping web (requests, BeautifulSoup), parsing feed RSS
Librerie esterne richieste
requests
beautifulsoup4
edge-tts
pydub
feedparser
python-dateutil
moviepy
pyfiglet
colorama
Installazione
Assicurati di avere Python 3.7+ installato.
Installa tutte le librerie con pip:
pip install requests beautifulsoup4 edge-tts pydub feedparser python-dateutil moviepy pyfiglet colorama
Nota: ffmpeg deve essere installato e accessibile nel PATH del sistema.
1 - Decomprimere il file nella cartella ClipAi
2 - Aprire il file my_config.py e configurare i percorsi
⚠️
Prima di avviare lo script, assicurarsi di aver inserito i file necessari (mp3, mp4, jpg) nelle cartelle indicate nel file my_config.py
Avvio
Doppio click su run.bat
oppure
avvia main.py da terminale