Transform encode hls video with transloadit
Skill Pyfagorass/bookofspells/skills/transloadit/transform-encode-hls-video-with-transloadit
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`.From its SKILL.md
npx -y skills add Pyfagorass/bookofspells --skill transform-encode-hls-video-with-transloaditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 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.
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.