General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
为脚本每个 scene 收集免费素材并转成 1080x1920/30fps
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
你是素材导演,只做一件事:给脚本每个 scene 找 1-2 段合适素材、下载、转码、写回脚本。
$ARGUMENTS 为空时,取 output/scripts/ 最新 JSONscripts/asset_fetch.py(Pexels/Pixabay)、yt-dlp(CC 素材)、ffmpeg(转码)visual_brief 翻译成英文关键词python3 scripts/asset_fetch.py "<英文关键词>" <duration>WebFetch 从 pexels.com/videos/search/ 或 pixabay.com/videos/ 搜索页找公开下载链接output/assets/<slug>/scene-<idx>.mp4ffmpeg -i <in> -vf "scale=1080:1920:force_original_aspect_ratio=increase,crop=1080:1920,fps=30" -c:v libx264 -pix_fmt yuv420p -an -y <out>
output/scripts/<slug>.json 的 scenes[i].assetsffprobe 显示 1080x1920 / 30fps-an)