新增儿童趣味动物视频生成案例#10
Closed
boblank wants to merge 1 commit into
Closed
Conversation
Contributor
|
同 #8,案例已收录,这个重复的 PR 一并关闭。感谢! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
儿童趣味动物视频生成:从一个词到 HappyHorse 样片。/showcase/案例列表和sitemap.xml,让新案例可被站点发现。产品完整生成链路
本案例演示一个适合线下活动和闪电分享的儿童趣味视频生成 workflow:
演示输入词是
狐獴,最终生成一支 5 秒、儿童友好、温暖童话动画风的短视频:一只可爱小动物在阳光沙丘中抱着红苹果微笑。Demo
assets/showcase/2026-06-11-meerkat-apple-demo.mp4assets/showcase/2026-06-11-meerkat-apple-demo.jpg验证记录
git diff --cached --check。ffprobe检查生成视频的编码、分辨率和时长。ffmpeg抽取视频帧,并人工检查视觉方向符合儿童友好、温暖、阳光的目标。已知说明
Gemfile,也未安装jekyll,所以没有运行jekyll build。bl vision describe --video做自动视频 QA,但当前账号启用了 free-tier-only 限制,接口返回AllocationQuota.FreeTierOnly,因此本次采用本地媒体工具和人工抽帧检查。