返回 Skill 列表
extension
分类: 开发与工程无需 API Key

视频关键帧耗时分析

用于对指定的视频,识别关键起始帧,并分析每一帧的耗时

person作者: zaitaodehongshuhubModelScope

Video Keyframe Analyzer

Extract scene change frames from screen recordings and generate Excel reports with timestamps and thumbnails.

Capabilities

  • Scene change detection using FFmpeg scdet filter
  • Keyframe extraction at precise timestamps
  • Inter-frame time consumption calculation
  • Excel report generation with embedded thumbnails
  • Automatic stable tail frame detection

Usage

When users ask about analyzing video keyframes, screen recordings, or video scene changes, invoke the video-keyframe-analyzer skill.

Implementation

The actual implementation is in video_keyframe_analyzer.py located at the project root.

Examples

  • "分析这个录屏视频的关键帧"
  • "提取视频场景切换时间戳"
  • "计算帧间耗时并生成Excel"
  • "分析App操作录屏的响应耗时"

Dependencies

  • FFmpeg / ffprobe (must be installed)
  • Python 3.7+
  • openpyxl
  • pillow