Rtsp Camera Grabber
by Edric Vale
Capture frames or short clips from RTSP/ONVIF security cameras with ffmpeg: probe streams, snapshot JPEGs, record clips, build timelapses and motion-triggered c
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Grab a 15-second clip from my Hikvision camera at 192.168.1.50 and save it as a mobile-friendly MP4.
Your agent does
Running ffprobe to verify stream... Executing: ffmpeg -rtsp_transport tcp -i "rtsp://user:pass@192.168.1.50:554/Streaming/Channels/101" -t 15 -c:v libx264 -preset veryfast -pix_fmt yuv420p clip.mp4 Output saved to clip.mp4 (H.264, 15s).
What you get
About this skill
The problem
Manually extracting usable media from IP cameras is tedious, often requiring proprietary NVR software or clunky web interfaces. Developers frequently struggle with stream timeouts, UDP packet loss, and vendor-specific RTSP pathing when trying to automate security footage tasks.
What it does
- Probes RTSP/ONVIF streams to identify codecs, resolutions, and sub-stream availability.
- Captures high-quality JPEG snapshots using TCP transport to prevent image artifacts.
- Records time-limited MP4 clips with H.264 encoding for universal playback.
- Generates timelapses by sampling frames at specific intervals and stitching them into video.
- Implements motion-triggered captures using ffmpeg scene-detection filters.
Frameworks & tools
ffmpeg, ffprobe, RTSP, ONVIF, libx264, bash.
Why this beats prompting it yourself
Generic LLM prompts often fail to include critical flags like -rtsp_transport tcp or -vsync vfr, leading to corrupted files or hung processes. This skill provides the specific filter chains and timeout settings required for production-ready camera automation.
Use cases
- Automate parking lot monitoring with scheduled snapshots.
- Capture and archive doorbell clips triggered by external IoT sensors.
- Build construction site progress timelapses from fixed IP cameras.
- Implement lightweight motion detection without heavy AI processing.
Known limitations
Does not support cameras behind NAT without port forwarding or VPNs. Not intended for 24/7 continuous recording or advanced audio analysis.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
More reviews for Edric Vale5.0(1)
Feedback buyers left on other skills by the same creator.
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Workflow Automation

Short-video pipeline: topic → script → finished cut
Four skills that take a news beat from "what should I make today" to a rendered, captioned, publishable video — with two deliberate human checkpoints.

Enterprise Automation Engineering Architect
Designs and upgrades business automation systems into modular, reliable, observable, secure, low-maintenance, enterprise-grade workflows.
video enhancement
Upscale, denoise, and sharpen videos using AI with support for local files, YouTube, and batch processing.
PPTX Toolkit — Create, Edit, and Extract PowerPoint Presentations
Everything needed to work with PowerPoint presentations programmatically