agentsclimarketplace

Transform encode hls video with transloadit

Skill pinkpixel-dev/skills-collection-2/SKILLS/transform-encode-hls-video-with-transloadit

Part 2 of the AI and agent skills collection, with 650+ skill folders focused on reusable workflows, security playbooks, cloud implementation guides, scripts, references, and assets for builders and operators.

Install
npx -y skills add pinkpixel-dev/skills-collection-2 --skill transform-encode-hls-video-with-transloadit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

One-off HLS encoding (local video -> HLS renditions + playlist) using Transloadit via the `transloadit` CLI. Prefer builtin templates (`builtin/encode-hls-video@latest`) and download outputs locally via `-o`.

SKILL.md

0.7 KB, 126 tokens by cl100k_base, as published. Nobody here has run it

Run (Local Input Video)

npx -y @transloadit/node assemblies create \
  --template builtin/encode-hls-video@latest \
  -i ./input.mp4 \
  -o ./out/ \
  -j

Footnote (discover more builtin templates):

npx -y @transloadit/node templates list --include-builtin exclusively-latest --fields id,name --json

Debug If It Fails

npx -y @transloadit/node assemblies get <assemblyIdOrUrl> -j

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.