wjs-segmenting-video

Segment long-form videos into themed clips using SRT timestamps and ffmpeg.

114|17|Updated May 11, 2026
One-click install
npx skills add https://github.com/jianshuo/claude-skills --skill wjs-segmenting-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wjs-segmenting-video
Source: https://github.com/jianshuo/claude-skills/tree/main/wjs-segmenting-video
Command: npx skills add https://github.com/jianshuo/claude-skills --skill wjs-segmenting-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of segmenting long-form videos into short, thematic clips, enabling users to create engaging content more efficiently.

Core Features & Use Cases

  • Video Segmentation: Extracts 3-6 stand-alone clips from a long-form video based on thematic boundaries.
  • Target Platform Orientation: Matches the orientation of the output clips to target platforms like WeChat Channels, TikTok, and YouTube Shorts.
  • Post-Production Handoff: Delivers raw clips and SRT files for further post-production with titles, captions, and illustrations.
  • Use Case: Imagine you have a lengthy interview and want to create multiple short clips for social media platforms, each focusing on a different topic.

Quick Start

To segment your video 'interview.mp4' into short clips, use the following command: /wjs-segmenting-video --video interview.mp4

Frequently Asked Questions about wjs-segmenting-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate video segmentation into short clips using SRT timestamps?

Automating video segmentation with SRT timestamps involves extracting 3-6 thematic clips from long-form content. This process uses timestamp boundaries to segment videos and outputs raw clips alongside matching SRT files for post-production integration.

Does video segmentation for TikTok and YouTube Shorts automatically match platform orientation?

Yes, video segmentation for TikTok and YouTube Shorts automatically matches target platform orientation. The process optimizes output clip dimensions to fit specific platform requirements, ensuring content is correctly formatted for social media distribution.

Do I need ffmpeg installed to segment long-form videos into themed clips?

Yes, you need ffmpeg installed to segment long-form videos into themed clips. Ffmpeg is a required dependency for processing the video files and executing the timestamp-based segmentation to produce the final raw clips.

What is the best way to prepare long-form interview content for social media post-production?

The best way to prepare long-form interview content for social media is automated thematic segmentation. This approach divides lengthy videos into 3-6 stand-alone clips and delivers raw files with SRT subtitles, ready for adding titles, captions, and illustrations.

Can I use SRT files to define thematic boundaries for video segmentation?

Yes, you can use SRT files to define thematic boundaries for video segmentation. The segmentation process relies on SRT file-based timestamps to identify thematic boundaries, ensuring accurate extraction of stand-alone clips from the original long-form video.