RTSP Snapshot

Capture JPG snapshots or MP4 clips from RTSP/HTTP IP cameras using ffmpeg.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill rtsp-snapshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RTSP Snapshot
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/rtsp-snapshot
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill rtsp-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to easily capture still images or short video clips from IP cameras, streamlining the process of monitoring and recording video content.

Core Features & Use Cases

  • Snapshot Capture: Take JPG frames from RTSP/HTTP IP cameras.
  • Clip Recording: Record MP4 clips of specified duration.
  • Use Case: Monitor the security of a property by capturing a snapshot of the front door or recording a short clip when motion is detected.

Quick Start

Use the rtsp-snapshot skill to take a snapshot from the security camera at 'rtsp://example.com/camera' and save it as 'snapshot.jpg'.

Frequently Asked Questions about RTSP Snapshot

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

FAQPage Schema
How do I capture a snapshot from an RTSP IP camera?

To capture a snapshot from an RTSP IP camera, this Skill uses ffmpeg to extract a single JPG frame from the provided video stream URL. It processes the RTSP or HTTP feed and saves the output directly as an image file.

Can I record a short video clip from an IP camera stream?

Yes, you can record a short video clip from an IP camera stream. The Skill uses ffmpeg to capture a specified duration of the RTSP or HTTP video feed and saves the recording directly as an MP4 file.

Do I need ffmpeg installed to capture images from an IP camera?

Yes, ffmpeg is a required dependency to capture images from an IP camera. The Skill relies entirely on ffmpeg's underlying processing capabilities to connect to RTSP or HTTP streams and extract video or image data.

What is the best way to automate security monitoring with an IP camera?

The best way to automate security monitoring with an IP camera is by capturing periodic snapshots or short MP4 clips of the feed. This Skill leverages ffmpeg to extract JPG frames or video segments from RTSP streams for event recording.

Does this Skill support capturing video clips from HTTP cameras?

Yes, this Skill supports capturing video clips from HTTP cameras. It uses ffmpeg to process both RTSP and HTTP IP camera streams, allowing you to extract still JPG images or record short MP4 video clips.

Why use ffmpeg for IP camera snapshot extraction instead of other methods?

Using ffmpeg for IP camera snapshot extraction provides a reliable way to handle RTSP and HTTP video stream decoding. It directly parses the camera feed to capture single JPG frames or MP4 clips without requiring complex video processing scripts.