media-use

Automates batch video transcoding, branding, repair, and lossless editing with FFmpeg and GPU acceleration.

11|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/zrong/skills --skill media-use-zrong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-use
Source: https://github.com/zrong/skills/tree/main/media-use
Command: npx skills add https://github.com/zrong/skills --skill media-use-zrong

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the fragmentation and complexity of media processing by providing a unified, automated interface for common video tasks like transcoding, branding, and repair, eliminating the need for manual GUI-based editing.

Core Features & Use Cases

  • Batch Transcoding: Efficiently convert large libraries of video files using CPU or GPU hardware acceleration.
  • Brand Packaging: Automatically apply watermarks and append outros to videos while maintaining strict file size constraints.
  • Media Repair & Utility: Quickly fix broken MP4 files (moov atom issues) and perform lossless cutting or merging of video segments.

Quick Start

Use the media-use skill to batch transcode all videos in the input folder to H.264 format and save them to the output directory.

Frequently Asked Questions about media-use

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

FAQPage Schema
How do I batch transcode video files to H.264 using FFmpeg?

Batch transcoding video files to H.264 is automated via command-line scripts that process entire media libraries using FFmpeg. This skill handles the workflow efficiently, utilizing CPU or GPU hardware acceleration to convert input folders into consistent output directories.

What's the best way to add watermarks and outros to videos while keeping a strict file size?

Adding watermarks and outros while maintaining file size constraints is handled through automated brand packaging workflows. This skill applies branding elements to video files and uses automated target-size compression to ensure the final outputs remain within strict size limits.

Can I fix broken MP4 files with missing moov atoms using command line tools?

Yes, you can fix broken MP4 files with moov atom issues using specialized command-line media repair utilities. This skill includes repair features that quickly resolve corrupted MP4 metadata structures, restoring file playback accessibility without needing a manual GUI editor.

Does this media processing workflow support GPU-accelerated encoding for large libraries?

Yes, this media processing workflow supports GPU-accelerated encoding for large video libraries. It utilizes FFmpeg for high-performance media manipulation, allowing you to efficiently batch transcode large volumes of files using hardware acceleration to significantly reduce overall processing time.

How do I perform lossless cutting and merging of video segments without re-encoding?

Performing lossless cutting and merging of video segments without re-encoding is achieved through FFmpeg stream copy operations. This skill provides lossless editing utilities to quickly trim or combine video segments while preserving the original media quality and metadata integrity.