banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

Since using it, I can make 100 videos in one day!

Recently, there is a popular product called ShortGPT.

image
In less than half a month after its launch, ShortGPT has already received over 3K stars on GitHub.

image
Let's take a closer look: ShortGPT is a powerful framework for automated content creation.

It simplifies video production, material acquisition, voice synthesis, and editing tasks.

ShortGPT is a magical tool that can help you automatically create various types of content. Do you want to make videos? No problem, it can help you find materials, do voiceovers, add subtitles, and even automatically edit. Do you want to speak in different languages? Also not a problem, it can help you with translation and pronunciation. You can easily use it through a web page.

How does ShortGPT achieve this? It actually utilizes many amazing technologies, such as Moviepy, Openai, ElevenLabs, Pexels, and Bing Image, etc. They are all experts in video and content creation. ShortGPT brings them all together to provide you with an all-in-one service.

In simple terms, it almost achieves one-click batch video production.

image
Just imagine, what would it be like to update 100 videos on YouTube in one day?
How does it achieve this?

  1. 🎞️ Automatic editing framework: Simplifies the video creation process using LLM-oriented video editing language.

  2. 📃 Scripts and prompts: Provides ready-to-use scripts and prompts for various LLM automatic editing processes.

  3. 🗣️ Voiceover/content creation: Supports multiple languages, including English🇺🇸, Spanish🇪🇸, Arabic🇦🇪, French🇫🇷, Polish🇵🇱, German🇩🇪, Italian🇮🇹, and Portuguese🇵🇹.

  4. 🔗 Subtitle generation: Automatically generates video subtitles.

  5. 🌐🎥 Resource acquisition: Retrieves images and video clips from the internet and connects to the network and Pexels API as needed.

  6. 🧠 Memory and persistence: Ensures long-term persistence of automatically edited variables using TinyDB.

The implementation framework looks like this:

image
In my opinion, it's actually a bit like a variant of AutoGPT, and it's a product optimized for the business process of short video verticals. This also shows us the infinite possibilities of AI products in vertical fields.
It is very convenient to install, only a few steps are required.
Prerequisites:

Before starting, make sure the following prerequisites are installed on your system:

Python 3.x

Pip (Python package installer)

Installation steps:
By following the steps below, you can successfully install the required software and ShortGPT:

1. Install ImageMagick#

Windows users can download it from the ImageMagick official website.

https://imagemagick.org/script/download.php

macOS users can run:

brew install imagemagick
Verify the installation:
convert --version

2. Install FFmpeg#

Windows users can download it from here.

https://github.com/icedterminal/ffmpeg-installer/releases/tag/6.0.0.20230306

macOS users can run:

brew install ffmpeg
Ubuntu/Debian users can run:

sudo apt-get install ffmpeg
Verify the installation:

ffmpeg -version

3. Clone the ShortGPT repository#

git clone https://github.com/rayventura/shortgpt.git

4. Install Python dependencies#

pip install -r requirements.txt

macOS users may also need to install dotenv separately:
pip install dotenv
Congratulations, you're ready to start tinkering:

image
Project link: https://github.com/RayVentura/ShortGPT

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.