← 返回
内容创作 中文

news-video-maker

News video maker skill. Use search tools to get news, generate speech, and create video with golden subtitles. For creating news briefing videos.
新闻视频制作技能:使用搜索工具获取新闻、生成语音、制作金色字幕视频,专注于新闻简报视频的创作。
izorro
内容创作 clawhub v1.0.4 1 版本 100000 Key: 无需
★ 0
Stars
📥 697
下载
💾 36
安装
1
版本
#latest

概述

News Video Maker

Convert news content into a video with voiceover and subtitles.

Input

  • News topic/keywords (get via search tool in real-time)
  • Background image path (provided by user)
  • Output directory (user-defined, default: C:\Users\hyzu\Documents\openclaw\)

Steps

1. Get News

Use search tool to get today's news:

  • Use freeUnlimited-websearch or ollama_web_search or tavily-search skill to search for today's news
  • Keywords like: "today news", "2026 March news", etc.

Example prompt:

Search for important news today, including international and domestic news

2. Generate Speech

Use TTS tool to convert news text to speech:

  • Call tts tool to generate mp3 audio

3. Create Video

Use FFmpeg to combine background image, audio, and add subtitles.

Subtitle calculation rules:

  • Video width: 1280px
  • Font size: 36px (about 20-25 Chinese characters per line)
  • Gold subtitles: PrimaryColour=&HFFD700&

Command:

ffmpeg -y -loop 1 -i "{background_image}" -i "{audio_file}" -vf "subtitles='{subtitle_file}':force_style='Fontsize=36,PrimaryColour=&HFFD700&,BorderStyle=3,Outline=2,MarginV=50',scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:(ow-iw)/2:(oh-ih)/2" -shortest -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p "{output_video}"

4. Subtitle File Format (SRT)

Subtitle rules:

  • Max 20 Chinese characters per line
  • Timestamp format: HH:MM:SS,mmm --> HH:MM:SS,mmm

Example:

1
00:00:00,000 --> 00:00:04,000
2026年3月11日新闻简报

Output

MP4 video file saved to user-specified output directory.

Notes

  • Split long subtitles into multiple lines, keep each line under 20 characters
  • Backslashes in paths need escaping or use double quotes
  • Audio file can reuse MP3 generated by TTS tool

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-03-31 01:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,873
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,494
data-analysis

bilibili-upload

izorro
Upload videos to Bilibili (哔哩哔哩). Supports automatic login, title, description, tags, and partition selection.
★ 0 📥 1,145