基于 Cursor(GPT-3.5)辅助生成的简单抖音视频生成工具

一个基于 AI 辅助开发的抖音视频生成工具,99% 代码由 GPT-3.5 生成,支持视频剪辑、字幕添加和音频替换功能。

简介基于 Cursor(GPT-3.5)辅助生成的简单抖音视频生成工具,99%代码由 AI 完成,整个过程花了 8 个小时这样。## 项目地址https://github.com/coder-xiaotian/layzy-cut/tree/main## 命令参数./cut.sh -i "in.mp4" -o "out.mp4" -t "字幕" -c 10:20 -a "公路之歌.mp3"-i: 输入视频路径,必填-o:输出视频路径,必填-t:置顶字幕,可选-c:截取时间段,10:20表示截取 10 秒到 20 秒的视频内容;直接输入 10 表示截取前十秒的内容。可选-a:音频路径,可选## 生成效果demo2023-06-11 23 03 31WX20230614-115746@2xWX20230614-120202@2x## IntroductionA simple TikTok video generation tool based on Cursor (GPT-3.5) assistance, with 99% of the code completed by AI. The entire process took about 8 hours.## Project Addresshttps://github.com/coder-xiaotian/layzy-cut## Command Parameters./cut.sh -i "in.mp4" -o "out.mp4" -t "subtitle" -c 10:20 -a "song.mp3"-i: Input video path, required-o: Output video path, required-t: Top subtitle, optional-c: Time period to be intercepted, 10:20 means intercepting the video content from 10 seconds to 20 seconds; directly inputting 10 means intercepting the content of the first ten seconds. Optional-a: Audio path, optional