media-toolkit
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMedia Toolkit
Media Toolkit
Use this suite for practical audio and video operations that were previously spread across many narrow skills.
使用这套工具集来完成此前需要借助多个单一功能工具才能实现的实用音视频操作。
Included Tools
包含的工具
- Audio: ,
audio_analyzer.py,audio_converter.py,audio_normalizer.py,audio_trimmer.py,podcast_splitter.pysfx_generator.py - Video: ,
video_captioner.py,video_clipper.py,video_metadata_inspector.py,video_thumbnail_extractor.py,gif_workshop.py,thumbnail_gen.pytimelapse_creator.py
- 音频类:、
audio_analyzer.py、audio_converter.py、audio_normalizer.py、audio_trimmer.py、podcast_splitter.pysfx_generator.py - 视频类:、
video_captioner.py、video_clipper.py、video_metadata_inspector.py、video_thumbnail_extractor.py、gif_workshop.py、thumbnail_gen.pytimelapse_creator.py
Workflow
工作流程
- Identify the medium, input format, and target output.
- Pick the narrowest script that completes the job.
- Keep transformations explicit: clip times, output codec, target size, caption source, or thumbnail cadence.
- Verify output duration, dimensions, and bitrate-sensitive settings when the request depends on platform limits.
- 确定媒体类型、输入格式和目标输出。
- 选择最贴合需求的专用脚本。
- 明确转换参数:剪辑时长、输出编码、目标大小、字幕来源或缩略图生成频率。
- 当需求受平台限制时,验证输出的时长、尺寸及对码率敏感的设置。
Guardrails
注意事项
- Avoid recompression churn when a simple trim or extract is enough.
- Call out when generated captions or “best frame” choices are heuristic.
- 若仅需简单剪辑或提取操作,避免重复压缩。
- 需说明生成的字幕或“最佳帧”选择是基于启发式算法的结果。