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

自从用上了它,我一天能做100个视频!

最近有一款产品火了,叫做 ShortGPT。

image
上线不到半个月,GitHub 的 Star 数已经超过了 3K。

image
快来详细了解一下:ShortGPT 是一个强大的框架,用于自动化内容创作。

它简化了视频制作、素材获取、配音合成和编辑任务。

ShortGPT 是一个神奇的工具,它可以帮你自动做出各种内容。你想做视频吗?没问题,它可以帮你找素材、配音、加字幕,还可以自动剪辑。你想用不同的语言说话吗?也没问题,它可以帮你翻译和发音。你只要用网页就可以轻松使用它。

ShortGPT 是怎么做到的呢?它其实是用了很多牛逼的技术,比如 Moviepy、Openai、ElevenLabs、Pexels 和 Bing Image 等等。它们都是专门做视频和内容创作的高手。ShortGPT 就是把它们都集合起来,给你提供一个一站式的服务。

简单来说,就是几乎实现了一键批量生产视频。

image
试想一下,如果在油管一天更新 100 个视频,会是什么样的一番景象?
它是怎么做到的?
1、🎞️自动编辑框架:使用面向 LLM 的视频编辑语言简化视频创建过程。

2、📃 脚本和提示:为各种 LLM 自动编辑过程提供即用型脚本和提示。

3、🗣️画外音 / 内容创作:支持多种语言,包括英语🇺🇸, 西班牙语🇪🇸, 阿拉伯语🇦🇪, 法语🇫🇷, 抛光🇵🇱, 德语🇩🇪, 意大利语🇮🇹,和葡萄牙语🇵🇹。

4、🔗 字幕生成:自动生成视频字幕。

5、🌐🎥资源来源:从互联网上获取图像和视频片段,根据需要连接网络和 Pexels API。

6、🧠 内存和持久性:确保使用 TinyDB 自动编辑变量的长期持久性。

实现框架图是这样的:

image
个人觉得吧,其实有点像 AutoGPT 的变种,而且是针对短视频垂直领域的业务流程优化产品,这也让我们看到垂直领域 AI 产品的无限可能。
安装起来很方便,几步就完成了。
先决条件:

开始之前,请确保您的系统上已安装以下先决条件:

Python 3.x

Pip(Python 包安装程序)

安装步骤:
按照以下步骤,您可以顺利安装所需的软件以及 ShortGPT:

1、安装 ImageMagick#

Windows 用户可从 ImageMagick 官方网站 下载。

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

macOS 用户请运行:

brew install imagemagick
验证安装:
convert --version

2、安装 FFmpeg#

Windows 用户请从此下载。

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

macOS 用户请运行:

brew install ffmpeg
Ubuntu/Debian 用户请运行:

sudo apt-get install ffmpeg
验证安装:

ffmpeg -version

3、克隆 ShortGPT 仓库#

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

4、安装 Python 依赖#

pip install -r requirements.txt

macOS 用户可能还需要额外安装 dotenv:
pip install dotenv
大工告成,开始折腾吧:

image
项目地址:https://github.com/RayVentura/ShortGPT

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。