FFmpeg

v1.0.0

Process video and audio with correct codec selection, filtering, and encoding settings.

5· 3.3k·44 current·46 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (FFmpeg processing) match the SKILL.md content. The only required binary is ffmpeg, which is exactly what the skill needs to perform the documented tasks.
Instruction Scope
SKILL.md contains usage guidance and example ffmpeg command lines (seeking, mapping, filters, encoding, hardware accel, etc.). It does not instruct the agent to read unrelated system files, environment variables, or to transmit data to external endpoints; examples reference user media files and local lists/subtitle files, which is expected for this functionality.
Install Mechanism
No install spec (instruction-only). Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a tool that just builds/runs ffmpeg commands locally.
Persistence & Privilege
always is false and the skill does not request persistent agent-level privileges or modify other skills/configs. Autonomous invocation is allowed (platform default) but not an additional privilege here.
Assessment
This skill is an instruction-only FFmpeg guide and appears coherent. Before using it, ensure you have ffmpeg installed from a trusted source and that you trust any media files you allow the agent to operate on. The agent will construct and run ffmpeg commands — review commands before execution to avoid accidental overwrites or processing of sensitive files. If the agent runs shell commands on filenames supplied by users, watch for possible command/filename injection depending on how execution is implemented; prefer safe argument passing (no unescaped shell interpolation) or sandboxing. Finally, note hardware-acceleration flags require appropriate drivers and devices and may behave differently on different hosts.

Like a lobster shell, security has layers — review code before you run it.

latestvk979aq38rgd81xf224y4yf9szd80xrag

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎬 Clawdis
OSLinux · macOS · Windows
Binsffmpeg

Comments