video-processing

Analyze video frames and extract temporal events using OpenCV.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Zurybr/lefarma-skills --skill video-processing-zurybr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-processing
Source: https://github.com/Zurybr/lefarma-skills/tree/main/letta/benchmarks/trajectory-only/video-processing
Command: npx skills add https://github.com/Zurybr/lefarma-skills --skill video-processing-zurybr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides structured approaches for video analysis tasks, helping to extract meaningful insights from video content efficiently and reliably.

Core Features & Use Cases

  • Frame Extraction & Analysis: Process individual frames for object detection, motion analysis, and event identification.
  • Temporal Data Extraction: Identify specific moments or patterns within video sequences (e.g., takeoff, landing).
  • Visualization & Debugging: Facilitates visual inspection of processing steps and results.
  • Use Case: Analyze drone footage to automatically detect and log takeoff and landing events, including their precise frame numbers and confidence scores.

Quick Start

Use the video-processing skill to analyze the video file 'flight_log.mp4' and extract all takeoff and landing events.

Frequently Asked Questions about video-processing

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

FAQPage Schema
How do I detect motion and specific events in video frames using OpenCV?

Detecting motion and events in video frames using OpenCV requires systematically processing individual frames and applying parameter tuning. This extracts temporal data by identifying specific patterns like takeoff or landing moments within video sequences.

What is the best way to extract temporal data and track objects from video sequences?

Extracting temporal data and tracking objects from video sequences is achieved through structured frame analysis. By identifying specific patterns across frames, you can accurately log events including their precise frame numbers and confidence scores for robust validation.

Can I use computer vision techniques to automatically detect and log events like takeoffs and landings?

Yes, computer vision techniques can automatically detect and log events like takeoffs and landings. By analyzing drone footage frame by frame, the workflow identifies temporal patterns and logs precise frame numbers alongside confidence scores for each detected event.

Why does my video analysis workflow produce inconsistent event detection results?

Inconsistent event detection results in video analysis usually stem from inadequate parameter tuning and missing validation strategies. Applying systematic parameter adjustments and robust validation across video frames helps avoid common pitfalls and ensures reliable temporal data extraction.

Do I need to perform parameter tuning to avoid common pitfalls in video processing workflows?

Yes, systematic parameter tuning is required to avoid common pitfalls in video processing workflows. Adjusting parameters ensures accurate frame processing, reliable object tracking, and robust validation when extracting temporal data or detecting specific events within video sequences.