ai-agent

Android-Video-Trimmer: Trim Videos Easily

Get easy video trimming for your Android app with Android-Video-Trimmer, used by developers
1,179 stars276 forksJavaGuide quality 8/10Updated 10/23/2024100% free · open source
What it does

The Android-Video-Trimmer tool allows founders to select and trim clips from long and short videos on Android devices using Java and ffmpeg.

When to use it
  • When creating a mobile app that requires video editing features
  • When needing to compress videos for faster loading times on Android devices
  • When selecting specific frames from a video for use in marketing materials or social media posts
Ready-to-paste prompt
Trim a 10-second clip from a video file named `input.mp4` starting at 00:00:05 and ending at 00:00:15, saving the output to `output.mp4`, using the command `ffmpeg -i input.mp4 -ss 00:00:05 -t 00:00:10 -c:v libx264 -crf 18 output.mp4`
Heads up: Make sure to add the necessary permissions to the AndroidManifest.xml file, including `android.permission.READ_EXTERNAL_STORAGE` and `android.permission.WRITE_EXTERNAL_STORAGE`, to allow the app to read 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/android-video-trimmer && curl -fsSL https://workflowstacks.com/api/skills/android-video-trimmer/claude-skill -o ~/.claude/skills/android-video-trimmer/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
iknow4x
Language
Java
Category
ai-agent
Published
8/29/2016

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