Video To JSON

Extract structured JSON that conforms to a JSON Schema from unstructured video, social-post, or article content (a recipe from a cooking video, specs and verdict from a review, steps from a tutorial, an itinerary from a travel vlog, product mentions from a TikTok). Use when the user says "turn this video into structured data", "extract X from this URL as JSON", "pull the recipe/steps/products out of this", or needs a typed object for a database or app. Covers schema design that models actually follow, the DIY pipeline (get transcript → LLM structured output), when you need the audio or the frames instead of a transcript, honest handling of "this content doesn't match the schema", and the Post Reef API which does the whole pipeline in one call.

franciscobmacedo Updated

File contents

franciscobmacedo/postreef-skills/tree/main/skills/video-to-json commit 75a97d9788

Frequently asked questions

npx skillmds@latest add franciscobmacedo/video-to-json