ai-agent

Transcoder: Fast Video Processing

Get hardware-accelerated video transcoding for Android. Ideal for startup founders needing efficient video editing.
864 stars181 forksJavaGuide quality 8/10Updated 11/5/2024100% free · open source
What it does

Transcoder provides hardware-accelerated video transcoding for Android, allowing for efficient video editing with features like cropping, concatenation, and audio processing.

When to use it
  • When you need to process large video files on Android devices
  • When you require fast and efficient video editing for your Android app
  • When you want to add video editing capabilities to your existing Android application
Ready-to-paste prompt
Transcoder transcoder = new Transcoder(context); transcoder.setInputVideo(new File("/path/to/input.mp4")); transcoder.setOutputVideo(new File("/path/to/output.mp4")); transcoder.transcode();
Heads up: Make sure to add the necessary permissions to your AndroidManifest.xml file, such as android.permission.READ_EXTERNAL_STORAGE and android.permission.WRITE_EXTERNAL_STORAGE, to allow the Transcoder to access and write video files
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/transcoder && curl -fsSL https://workflowstacks.com/api/skills/transcoder/claude-skill -o ~/.claude/skills/transcoder/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
deepmedia
Language
Java
Category
ai-agent
Published
12/13/2018

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.