feat (workflow): Video Sourcing + Retouch – 下载病毒片段,取出密钥框,retouch,通过Telegram审查,再上传

作者: petermuidev创建于 2026年4月25日更新于 2026年7月1日

新类别: src/classes/VideoSourcing.py

VideoSourcing(fp_profile_path)
  ├── download_video(source_url) → local MP4 path
  ├── extract_key_frames(video_path, count=6) → List[FrameInfo]
  ├── analyze_frames(frames) → AI analysis of best moments
  ├── retouch_video(video_path, instructions) → retouched MP4 path
  ├── generate_slider_from_frames(frames, concept) → slider pack
  └── run(source_item) → DraftContent

DraftContent 结构体定义

内容来源: FujiwaraChoki/MoneyPrinterV2